Bug#829361: clang-x.y-doc: Fix the lintian error 'privacy-breach-uses-embedded-file' [was: Re: Processed: affects 829361]

Nicholas D Steeves nsteeves at gmail.com
Sat Feb 10 00:08:22 UTC 2018


On Thu, Feb 08, 2018 at 11:24:48AM +0100, Sylvestre Ledru wrote:
> On 17/01/2018 16:55, Sylvestre Ledru wrote:
> > 
> > Le 19/12/2017 à 01:59, Nicholas D Steeves a écrit :
> >> Hi Sylvestre,
> >>
> >> On Thu, Dec 07, 2017 at 08:57:39AM +0100, Sylvestre Ledru wrote:
> >>> Hello
> >>>
> >>> Don't hesitate if you need help!
> >>>
> >>> S
> >>>
> >>>
> >> Thanks for the support :-) Would it be alright if I switch to using
> >> more modern dh sphynxdoc magic, package-doc.install files instead of
> >> the current d/rules method?  I don't think it will need debhelper 10,
> >> but I have to look into it some more.
> >>
> >> Oh!  One thing that would make this much faster would be knowing how
> >> to build just the documentation.  Each run is currently very slow,
> >> because it builds all of llvm-toolchain.
> >>
> >> Other than that, please ping me in a month if I haven't yet submitted
> >> anything.
> > 
> > ping :)
> > 
> > (almost a month and I saw that in my build :)
> One more time :)
> 
> (I wont bother you anymore after this ping)
> 
> S
> 

Thank you for pinging me!  Sorry I'm making such slow progress...

Unfortunately debian/rules build_doc doesn't work because the
build-llvm target dir isn't created for build_doc.  I also tried
'make -f debian/rules build_doc'.

I've also recently encountered several different FTBS
(llvm-toolchain-5.0 building for sid) depending on how I built the
package.  eg: gbp due to patch fuzz, dpkg-buildpackage inside of a
chroot due to a failing self-test (log attached.  Identical failure to
when using pdebuild), sbuild (I'll need to try this one again to catch
the log)...  I've attached another FTBS log, but I don't remember
which method I was using to build that one, and I'm particularly
perplexed where llvm-toolchain-5.0_5.0.1.orig.tar.bz2 came from... It
was a link to llvm-toolchain-5.0_5.0.1.orig.tar.gz.  I think dget
generated it.

Should I target a different version of llvm-toolchain?  I'm not sure
how I can make any progress on this bug with these various FTBS
issues...

Cheers,
Nicholas
-------------- next part --------------
dpkg-checkbuilddeps: error: Unmet build dependencies: dejagnu expect cmake chrpath libffi-dev (>= 3.0.9) libedit-dev swig python-sphinx binutils-dev libjsoncpp-dev lcov g++-multilib
W: Unmet build-dependency in source
dpkg-source: info: applying 19-clang_debian_version.patch
dpkg-source: info: applying 23-strlcpy_strlcat_warning_removed.diff
dpkg-source: info: applying 27-fix_clang_stdint.diff
dpkg-source: info: applying 26-set-correct-float-abi.diff
dpkg-source: info: applying 0003-Debian-version-info-and-bugreport.patch
dpkg-source: info: applying scan-build-clang-path.diff
dpkg-source: info: applying declare_clear_cache.diff
dpkg-source: info: applying clang-format-version.diff
dpkg-source: info: applying unwind-chain-inclusion.diff
dpkg-source: info: applying hurd-pathmax.diff
dpkg-source: info: applying silent-gold-test.diff
dpkg-source: info: applying atomic_library_1.diff
dpkg-source: info: applying atomic_library_2.diff
dpkg-source: info: applying python-clangpath.diff
dpkg-source: info: applying removeduplicatedeclaration.diff
dpkg-source: info: applying fix-clang-path-and-build.diff
dpkg-source: info: applying do-not-fail-on-unexpected-pass.diff
dpkg-source: info: applying silent-more-tests.diff
dpkg-source: info: applying disable-display-PASS-UNSUPPORTED-XFAIL.diff
dpkg-source: info: applying fix-llvm-config-obj-src-root.patch
dpkg-source: info: applying 0044-soname.diff
dpkg-source: info: applying lldb-soname.diff
dpkg-source: info: applying lldb-libname.diff
dpkg-source: info: applying hurd-EIEIO-undef.diff
dpkg-source: info: applying silent-MCJIIT-tests.diff
dpkg-source: info: applying clang-analyzer-force-version.diff
dpkg-source: info: applying install-scan-build-py.diff
dpkg-source: info: applying scan-view-fix-path.diff
dpkg-source: info: applying mips-fpxx-enable.diff
dpkg-source: info: applying fix-cmake-config-prefix.diff
dpkg-source: info: applying lldb-link-atomic-cmake.patch
dpkg-source: info: applying disable-source-interleave.diff
dpkg-source: info: applying silent-gold-utils.diff
dpkg-source: info: applying disable-llvm-symbolizer-test.diff
dpkg-source: info: applying clang-tidy-run-bin.diff
dpkg-source: info: applying fix-scan-view-path.diff
dpkg-source: info: applying clang-fix-cmpxchg8-detection-on-i386.patch
dpkg-source: info: applying lldb-addversion-suffix-to-llvm-server-exec.patch
dpkg-source: info: applying lldb-missing-install.diff
dpkg-source: info: applying silent-test-failing-codeverage.diff
dpkg-source: info: applying disable-path-test-failing.diff
dpkg-source: info: applying silent-amd-tet.diff
dpkg-source: info: applying disable-error-xray.diff
dpkg-source: info: applying lldb-disable-swig-error.diff
dpkg-source: info: applying update-cuda-search-path.patch
dpkg-source: info: applying test-keep-alive.diff
dpkg-source: info: applying libfuzzer-path.diff
dh clean 
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/sten/devel/build-area/llvm-toolchain-5.0-5.0.1'
rm -rf build-llvm tools/clang/include/clang/Debian/debian_path.h docs/_build/ clang/docs/_build tools/clang/docs/_html/
rm -rf cov-int/ reports/
rm -f `ls debian/*.in|sed -e "s|.in$||g"`
find utils -name '*.pyc' | xargs -r rm -f
# Use -I because a test has a space in its name
find lldb/test -iname '*.pyc' | xargs -I{} -r rm -f {}
find test -name '*.pyc' -o -name '*.cm[ix]' | xargs -r rm -f
find test/Bindings -name '*.o' | xargs -r rm -f
rm -f tools/clang tools/polly tools/lld tools/lldb projects/compiler-rt
rm -rf tools/clang/tools/extra clang/tools/extra/
rm -f /home/sten/devel/build-area/llvm-toolchain-5.0-5.0.1/utils/vim/llvm-5.0.vim /home/sten/devel/build-area/llvm-toolchain-5.0-5.0.1/utils/vim/tablegen-5.0.vim
rm -f /home/sten/devel/build-area/llvm-toolchain-5.0-5.0.1/clang/tools/clang-format/clang-format-diff-5.0
rm -f /home/sten/devel/build-area/llvm-toolchain-5.0-5.0.1/clang/tools/clang-format/clang-format-5.0.py
make[1]: Leaving directory '/home/sten/devel/build-area/llvm-toolchain-5.0-5.0.1'
   dh_clean
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: error: several orig.tar files found (./llvm-toolchain-5.0_5.0.1.orig.tar.bz2 and ./llvm-toolchain-5.0_5.0.1.orig.tar.gz) but only one is allowed
-------------- next part --------------
dpkg-checkbuilddeps: error: Unmet build dependencies: dejagnu expect cmake chrpath libffi-dev (>= 3.0.9) libedit-dev swig python-sphinx binutils-dev libjsoncpp-dev lcov g++-multilib
W: Unmet build-dependency in source
dpkg-source: info: applying 19-clang_debian_version.patch
dpkg-source: info: applying 23-strlcpy_strlcat_warning_removed.diff
dpkg-source: info: applying 27-fix_clang_stdint.diff
dpkg-source: info: applying 26-set-correct-float-abi.diff
dpkg-source: info: applying 0003-Debian-version-info-and-bugreport.patch
dpkg-source: info: applying scan-build-clang-path.diff
dpkg-source: info: applying declare_clear_cache.diff
dpkg-source: info: applying clang-format-version.diff
dpkg-source: info: applying unwind-chain-inclusion.diff
dpkg-source: info: applying hurd-pathmax.diff
dpkg-source: info: applying silent-gold-test.diff
dpkg-source: info: applying atomic_library_1.diff
dpkg-source: info: applying atomic_library_2.diff
dpkg-source: info: applying python-clangpath.diff
dpkg-source: info: applying removeduplicatedeclaration.diff
dpkg-source: info: applying fix-clang-path-and-build.diff
dpkg-source: info: applying do-not-fail-on-unexpected-pass.diff
dpkg-source: info: applying silent-more-tests.diff
dpkg-source: info: applying disable-display-PASS-UNSUPPORTED-XFAIL.diff
dpkg-source: info: applying fix-llvm-config-obj-src-root.patch
dpkg-source: info: applying 0044-soname.diff
dpkg-source: info: applying lldb-soname.diff
dpkg-source: info: applying lldb-libname.diff
dpkg-source: info: applying hurd-EIEIO-undef.diff
dpkg-source: info: applying silent-MCJIIT-tests.diff
dpkg-source: info: applying clang-analyzer-force-version.diff
dpkg-source: info: applying install-scan-build-py.diff
dpkg-source: info: applying scan-view-fix-path.diff
dpkg-source: info: applying mips-fpxx-enable.diff
dpkg-source: info: applying fix-cmake-config-prefix.diff
dpkg-source: info: applying lldb-link-atomic-cmake.patch
dpkg-source: info: applying disable-source-interleave.diff
dpkg-source: info: applying silent-gold-utils.diff
dpkg-source: info: applying disable-llvm-symbolizer-test.diff
dpkg-source: info: applying clang-tidy-run-bin.diff
dpkg-source: info: applying fix-scan-view-path.diff
dpkg-source: info: applying clang-fix-cmpxchg8-detection-on-i386.patch
dpkg-source: info: applying lldb-addversion-suffix-to-llvm-server-exec.patch
dpkg-source: info: applying lldb-missing-install.diff
dpkg-source: info: applying silent-test-failing-codeverage.diff
dpkg-source: info: applying disable-path-test-failing.diff
dpkg-source: info: applying silent-amd-tet.diff
dpkg-source: info: applying disable-error-xray.diff
dpkg-source: info: applying lldb-disable-swig-error.diff
dpkg-source: info: applying update-cuda-search-path.patch
dpkg-source: info: applying test-keep-alive.diff
dpkg-source: info: applying libfuzzer-path.diff
dh clean 
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/sten/devel/llvm-toolchain-5.0'
rm -rf build-llvm tools/clang/include/clang/Debian/debian_path.h docs/_build/ clang/docs/_build tools/clang/docs/_html/
rm -rf cov-int/ reports/
rm -f `ls debian/*.in|sed -e "s|.in$||g"`
find utils -name '*.pyc' | xargs -r rm -f
# Use -I because a test has a space in its name
find lldb/test -iname '*.pyc' | xargs -I{} -r rm -f {}
find test -name '*.pyc' -o -name '*.cm[ix]' | xargs -r rm -f
find test/Bindings -name '*.o' | xargs -r rm -f
rm -f tools/clang tools/polly tools/lld tools/lldb projects/compiler-rt
rm -rf tools/clang/tools/extra clang/tools/extra/
rm -f /home/sten/devel/llvm-toolchain-5.0/utils/vim/llvm-5.0.vim /home/sten/devel/llvm-toolchain-5.0/utils/vim/tablegen-5.0.vim
rm -f /home/sten/devel/llvm-toolchain-5.0/clang/tools/clang-format/clang-format-diff-5.0
rm -f /home/sten/devel/llvm-toolchain-5.0/clang/tools/clang-format/clang-format-5.0.py
make[1]: Leaving directory '/home/sten/devel/llvm-toolchain-5.0'
   dh_clean
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building llvm-toolchain-5.0 using existing ./llvm-toolchain-5.0_5.0.1.orig-clang-tools-extra.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig-clang.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig-compiler-rt.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig-lld.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig-lldb.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig-polly.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig.tar.bz2
dpkg-source: warning: ignoring deletion of directory unittests/ExecutionEngine/JIT
dpkg-source: warning: ignoring deletion of directory bindings/ocaml/transforms/scalar
dpkg-source: warning: ignoring deletion of directory utils/buildit
dpkg-source: warning: ignoring deletion of directory utils/opt-viewer
dpkg-source: warning: ignoring deletion of directory utils/abtest
dpkg-source: warning: ignoring deletion of directory include/llvm/MC/MCAnalysis
dpkg-source: warning: ignoring deletion of directory test/DebugInfo/Generic/Inputs
dpkg-source: warning: ignoring deletion of directory test/Metal
dpkg-source: warning: ignoring deletion of directory test/Metal/AVR
dpkg-source: warning: ignoring deletion of directory test/MC/AsmParser/include
dpkg-source: warning: ignoring deletion of directory test/LTO/Inputs
dpkg-source: warning: ignoring deletion of directory test/Demangle
dpkg-source: warning: ignoring deletion of directory test/CodeGen/MIR/Lanai
dpkg-source: warning: ignoring deletion of directory test/tools/llvm-dwarfdump/AArch64
dpkg-source: warning: ignoring deletion of directory test/tools/llvm-dwarfdump/ARM
dpkg-source: warning: ignoring deletion of directory test/tools/llvm-lto2/X86/Inputs
dpkg-source: warning: ignoring deletion of directory test/tools/llvm-lto2/Inputs
dpkg-source: warning: ignoring deletion of directory test/tools/llvm-vtabledump
dpkg-source: warning: ignoring deletion of directory test/tools/llvm-vtabledump/Inputs
dpkg-source: warning: ignoring deletion of directory test/tools/sanstats/Inputs
dpkg-source: warning: ignoring deletion of directory test/tools/gold/Inputs
dpkg-source: warning: ignoring deletion of directory test/tools/llvm-nm/X86/radix
dpkg-source: warning: ignoring deletion of directory test/tools/llvm-nm/X86/radix/Inputs
dpkg-source: warning: ignoring deletion of directory test/Transforms/LowerBitSets
dpkg-source: warning: ignoring deletion of directory test/Transforms/LoadCombine
dpkg-source: warning: ignoring deletion of directory test/Transforms/AtomicExpandLoadLinked
dpkg-source: warning: ignoring deletion of directory test/Transforms/AtomicExpandLoadLinked/ARM
dpkg-source: warning: ignoring deletion of directory test/Transforms/TailDup
dpkg-source: warning: ignoring deletion of directory test/Transforms/TailDup/X86
dpkg-source: warning: ignoring deletion of directory test/Transforms/BBVectorize
dpkg-source: warning: ignoring deletion of directory test/Transforms/BBVectorize/X86
dpkg-source: warning: ignoring deletion of directory test/Transforms/BBVectorize/xcore
dpkg-source: warning: ignoring deletion of directory test/Transforms/ScalarRepl
dpkg-source: warning: ignoring deletion of directory test/Transforms/NameAnonFunctions
dpkg-source: warning: ignoring deletion of directory test/Transforms/Util/MemorySSA
dpkg-source: warning: ignoring deletion of directory test/Transforms/RewriteStatepointsForGC/deopt-bundles
dpkg-source: warning: ignoring deletion of directory test/ThinLTO/Inputs
dpkg-source: warning: ignoring deletion of directory lib/MC/MCAnalysis
dpkg-source: warning: ignoring deletion of directory lib/ExecutionEngine/JIT
dpkg-source: warning: ignoring deletion of directory lib/Fuzzer/test/trace-bb
dpkg-source: warning: ignoring deletion of directory lib/Fuzzer/test/dfsan
dpkg-source: warning: ignoring deletion of directory tools/llvm-as-parasitic-coverage-repro
dpkg-source: warning: ignoring deletion of directory tools/llvm-vtabledump
dpkg-source: warning: ignoring deletion of directory polly/test/FortranDetection
dpkg-source: warning: ignoring deletion of directory polly/lib/JSON
dpkg-source: warning: ignoring deletion of directory polly/lib/JSON/include
dpkg-source: warning: ignoring deletion of directory polly/lib/JSON/include/json
dpkg-source: warning: ignoring deletion of directory compiler-rt/test/interception/TestCases
dpkg-source: warning: ignoring deletion of directory compiler-rt/test/interception/TestCases/Windows
dpkg-source: warning: ignoring deletion of directory compiler-rt/test/ubsan/TestCases/TypeCheck/Helpers
dpkg-source: warning: ignoring deletion of directory compiler-rt/make
dpkg-source: warning: ignoring deletion of directory compiler-rt/make/test
dpkg-source: warning: ignoring deletion of directory compiler-rt/make/platform
dpkg-source: warning: ignoring deletion of directory compiler-rt/lib/sancov
dpkg-source: warning: ignoring deletion of directory compiler-rt/lib/builtins/armv6m
dpkg-source: warning: ignoring deletion of directory compiler-rt/lib/builtins/arm64
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/i386-unknown-linux/bin
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v5
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v5/G0
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v5/G0/pic
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v4
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v4/G0
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v4/G0/pic
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v60
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v60/G0
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v60/G0/pic
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v55
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v55/G0
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/lib/v55/G0/pic
dpkg-source: warning: ignoring deletion of directory clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/bin
dpkg-source: warning: ignoring deletion of directory clang/test/CodeGen/include
dpkg-source: warning: ignoring deletion of directory clang/test/Preprocessor/headermap-rel
dpkg-source: warning: ignoring deletion of directory clang/test/Preprocessor/headermap-rel/Foo.framework
dpkg-source: warning: ignoring deletion of directory clang/test/Preprocessor/headermap-rel/Foo.framework/Headers
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.object
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.scope
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.compliance
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.structure
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.memory
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.ack
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.refs
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.multithread
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/syntax
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.execution
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.unspecified
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.parameter
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.locale.specific
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.argument
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.well.formed
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.undefined
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.impl.limits
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.static.type
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.dynamic.type
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.impl.defined
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.diagnostic
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.signature
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.multibyte
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.cond.supp
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/intro/intro.defs/defns.ill.formed
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/except/except.special
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/except/except.special/except.uncaught
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/except/except.special/except.terminate
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/except/except.special/except.unexpected
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/except/except.throw
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/except/except.ctor
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/special/class.cdtor
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/special/class.conv/class.conv.fct
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/special/class.init/class.expl.init
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/class.derived/class.mi
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.life
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.lval
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.align
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.scope/basic.scope.proto
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.scope/basic.scope.class
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.scope/basic.scope.namespace
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.scope/basic.scope.enum
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.scope/basic.scope.declarative
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.scope/basic.scope.concept
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.scope/basic.funscope
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.scope/basic.scope.req
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.start/basic.start.term
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.lookup/basic.lookup.qual/concept.qual
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.stc/basic.stc.static
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.stc/basic.stc.thread
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.stc/basic.stc.inherit
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.safety
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.stc/basic.stc.auto
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.types/basic.compound
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.types/basic.type.qualifier
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/basic/basic.types/basic.fundamental
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/class/class.name
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/class/class.static/class.static.mfct
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/class/class.mfct/class.this
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/dcl.dcl/dcl.spec/dcl.friend
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.cv
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/dcl.dcl/basic.namespace/namespace.alias
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/dcl.dcl/dcl.asm
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.comma
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.post/expr.pseudo
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.post/expr.sub
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.post/expr.post.incr
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.post/expr.typeid
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.xor
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.mul
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.or
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.log.and
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.eq
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.log.or
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.shift
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.bit.and
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.add
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.unary/expr.alignof
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.unary/expr.pre.incr
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/expr/expr.rel
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.export
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.block
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.expr
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.jump
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.jump/stmt.goto
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.jump/stmt.cont
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.jump/stmt.break
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.jump/stmt.return
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.late
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.iter/stmt.do
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.iter/stmt.while
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/stmt.stmt/stmt.iter/stmt.for
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.dcl
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.oper/over.binary
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.oper/over.ref
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.oper/over.sub
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.oper/over.call
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.oper/over.inc
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.oper/over.ass
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.oper/over.unary
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.match/over.match.viable
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.match/over.match.funcs/over.match.ref
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.match/over.match.funcs/over.match.ctor
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.match/over.match.funcs/over.match.call
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.match/over.match.funcs/over.match.call/over.call.object
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.match/over.match.funcs/over.match.call/over.call.func
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.match/over.match.funcs/over.match.list
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.match/over.match.funcs/over.match.conv
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.ellipsis
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.ref
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/class.access/class.paths
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/class.access/class.access.virt
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/class.access/class.access.spec
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/implimits
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.literal/lex.bool
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.literal/lex.nullptr
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.literal/lex.icon
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.literal/lex.literal.kinds
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.literal/lex.fcon
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.name
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.token
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.header
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.phases
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.digraph
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.key
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.operators
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.separate
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.comment
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/lex/lex.ppnumber
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/conv/conv.func
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/conv/conv.double
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/conv/conv.bool
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/conv/conv.array
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/conv/conv.lval
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/conv/conv.integral
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/conv/conv.fpprom
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/conv/conv.fpint
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/conv/conv.rank
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.include
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.error
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.null
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.line
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.replace
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.replace/cpp.subst
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.replace/cpp.scope
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.replace/cpp.stringize
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.replace/cpp.rescan
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.replace/cpp.concat
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.pragma.op
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.pragma
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/cpp/cpp.cond
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/dcl.decl/dcl.ambig.res
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/dcl.decl/dcl.meaning/dcl.ptr
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.res/temp.nondep
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.res/temp.dep.res/temp.dep.candidate
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.res/temp.inject
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.res/temp.dep/temp.dep.temp
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.res/temp.dep/temp.dep.expr
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.decls/temp.concept.map
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.match
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.constrained
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.constrained/temp.req
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.constrained/temp.req/temp.req.impl
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.constrained/temp.req/temp.req.sat
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.constrained/temp.constrained.set
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.constrained/temp.constrained.inst
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.constrained/temp.archetype
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.constrained/temp.archetype/temp.archetype.assemble
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.refine
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.refine/concept.member.lookup
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.refine/concept.refine.maps
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.map
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.map/concept.map.assoc
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.map/concept.map.fct
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.support
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.def
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.def/concept.fct
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.def/concept.req
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.def/concept.assoc
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/concept/concept.def/concept.axiom
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.export
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/temp/temp.fct.spec/temp.over
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.c.headers
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.auto.ptr
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.auto.ptr/auto.ptr
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.auto.ptr/auto.ptr/auto.ptr.members
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.ios.members
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.strstream
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.istrstream
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.ostrstream
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.strstreambuf
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.string
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.static
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.incr.bool
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.lib.iterator.primitives
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.lib.iterator.primitives/std.iterator.tags
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.lib.iterator.primitives/iterator.basic
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.lib.iterator.primitives/iterator.backward
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.lib.iterator.primitives/iterator.traits
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.lib.binders
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.lib.binders/depr.lib.binder.1st
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.lib.binders/depr.lib.bind.1st
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.lib.binders/depr.lib.bind.2nd
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.lib.binders/depr.lib.binder.2nd
dpkg-source: warning: ignoring deletion of directory clang/test/CXX/depr/depr.access.dcl
dpkg-source: warning: ignoring deletion of directory clang/lib/Driver/Arch
dpkg-source: warning: ignoring deletion of directory clang/lib/Headers/cuda
dpkg-source: warning: ignoring deletion of directory clang/runtime/libcxx
dpkg-source: warning: ignoring deletion of directory clang-tools-extra/test/clang-tidy/Inputs/config-files/2
dpkg-source: warning: ignoring deletion of directory clang-tools-extra/docs/clang-tidy/tools
dpkg-source: warning: ignoring deletion of directory lld/utils
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/sectionGroups
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/AArch64
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/AArch64/Inputs
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/ARM
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/ARM/Inputs
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/AMDGPU
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/Mips
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/X86_64
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/X86_64/ExampleTarget
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/X86_64/Inputs
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/X86_64/Inputs/layoutpass
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/X86_64/Inputs/group
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/Hexagon
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/Hexagon/Inputs
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/linkerscript
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/linkerscript/phdrs
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/linkerscript/Inputs
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/Inputs
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/options
dpkg-source: warning: ignoring deletion of directory lld/test/old-elf/gnulinkonce
dpkg-source: warning: ignoring deletion of directory lld/test/core
dpkg-source: warning: ignoring deletion of directory lld/test/core/Inputs
dpkg-source: warning: ignoring deletion of directory lld/test/pecoff
dpkg-source: warning: ignoring deletion of directory lld/test/pecoff/Inputs
dpkg-source: warning: ignoring deletion of directory lld/test/LinkerScript
dpkg-source: warning: ignoring deletion of directory lld/lib/Support
dpkg-source: warning: ignoring deletion of directory lld/tools/linker-script-test
dpkg-source: warning: ignoring deletion of directory lldb/scripts/Python/static-binding
dpkg-source: warning: ignoring deletion of directory lldb/scripts/Python/interface
dpkg-source: warning: ignoring deletion of directory lldb/packages/Python/lldbsuite/test/functionalities/postmortem/linux-core
dpkg-source: warning: ignoring deletion of directory lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins
dpkg-source: warning: ignoring deletion of directory lldb/packages/Python/lldbsuite/test/test_runner/lib
dpkg-source: warning: ignoring deletion of directory lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info
dpkg-source: warning: ignoring deletion of directory lldb/unittests/Utility/Mocks
dpkg-source: warning: ignoring deletion of directory lldb/unittests/Plugins
dpkg-source: warning: ignoring deletion of directory lldb/unittests/Plugins/Process
dpkg-source: warning: ignoring deletion of directory lldb/unittests/Plugins/Process/Linux
dpkg-source: warning: ignoring deletion of directory lldb/source/Host/windows/getopt
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/Process/win-minidump
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/Process/Windows/MiniDump
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/Process/Windows/MiniDump/x86
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/Process/Windows/MiniDump/x64
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/Process/Windows/x86
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/Process/Windows/Live
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/Process/Windows/Live/x86
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/Process/Windows/Live/x64
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/Process/Windows/x64
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/InstrumentationRuntime/ThreadSanitizer
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer
dpkg-source: warning: ignoring deletion of directory lldb/source/Plugins/InstrumentationRuntime/UndefinedBehaviorSanitizer
dpkg-source: warning: ignoring deletion of directory lldb/watchpoint
dpkg-source: warning: ignoring deletion of directory lldb/watchpoint/watchpoint_on_vectors
dpkg-source: warning: ignoring deletion of directory lldb/include/lldb/Host/windows/getopt
dpkg-source: warning: ignoring deletion of directory lldb/include/lldb/Host/mingw
dpkg-source: warning: ignoring deletion of directory lldb/include/lldb/Host/msvc
dpkg-source: warning: ignoring deletion of directory lldb/lldb.xcodeproj/project.xcworkspace/xcuserdata
dpkg-source: warning: ignoring deletion of directory lldb/cmake/platforms
dpkg-source: warning: ignoring deletion of directory lldb/lib
dpkg-source: warning: ignoring deletion of directory lldb/gtest
dpkg-source: warning: ignoring deletion of directory lldb/gtest/include
dpkg-source: warning: ignoring deletion of directory lldb/gtest/make
dpkg-source: warning: ignoring deletion of directory lldb/gtest/unittest
dpkg-source: warning: ignoring deletion of directory lldb/gtest/unittest/Utility
dpkg-source: warning: ignoring deletion of directory lldb/gtest/unittest/Host
dpkg-source: warning: ignoring deletion of directory lldb/gtest/unittest/Plugins
dpkg-source: warning: ignoring deletion of directory lldb/gtest/unittest/Plugins/Process
dpkg-source: warning: ignoring deletion of directory lldb/gtest/unittest/Plugins/Process/Linux
dpkg-source: warning: ignoring deletion of directory lldb/gtest/gtest.xcodeproj
dpkg-source: warning: ignoring deletion of directory lldb/tools/lldb-gdbserver
dpkg-source: warning: ignoring deletion of directory lldb/tools/lldb-perf/lldbperf.xcodeproj/xcuserdata
dpkg-source: warning: ignoring deletion of directory lldb/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/xcuserdata
dpkg-source: warning: ignoring deletion of directory lldb/tools/lldb-platform
dpkg-source: info: building llvm-toolchain-5.0 in llvm-toolchain-5.0_5.0.1-2.debian.tar.xz
dpkg-source: info: building llvm-toolchain-5.0 in llvm-toolchain-5.0_5.0.1-2.dsc
I: Generating source changes file for original dsc
dpkg-genchanges: info: not including original source code in upload
dpkg-source: info: unapplying libfuzzer-path.diff
dpkg-source: info: unapplying test-keep-alive.diff
dpkg-source: info: unapplying update-cuda-search-path.patch
dpkg-source: info: unapplying lldb-disable-swig-error.diff
dpkg-source: info: unapplying disable-error-xray.diff
dpkg-source: info: unapplying silent-amd-tet.diff
dpkg-source: info: unapplying disable-path-test-failing.diff
dpkg-source: info: unapplying silent-test-failing-codeverage.diff
dpkg-source: info: unapplying lldb-missing-install.diff
dpkg-source: info: unapplying lldb-addversion-suffix-to-llvm-server-exec.patch
dpkg-source: info: unapplying clang-fix-cmpxchg8-detection-on-i386.patch
dpkg-source: info: unapplying fix-scan-view-path.diff
dpkg-source: info: unapplying clang-tidy-run-bin.diff
dpkg-source: info: unapplying disable-llvm-symbolizer-test.diff
dpkg-source: info: unapplying silent-gold-utils.diff
dpkg-source: info: unapplying disable-source-interleave.diff
dpkg-source: info: unapplying lldb-link-atomic-cmake.patch
dpkg-source: info: unapplying fix-cmake-config-prefix.diff
dpkg-source: info: unapplying mips-fpxx-enable.diff
dpkg-source: info: unapplying scan-view-fix-path.diff
dpkg-source: info: unapplying install-scan-build-py.diff
dpkg-source: info: unapplying clang-analyzer-force-version.diff
dpkg-source: info: unapplying silent-MCJIIT-tests.diff
dpkg-source: info: unapplying hurd-EIEIO-undef.diff
dpkg-source: info: unapplying lldb-libname.diff
dpkg-source: info: unapplying lldb-soname.diff
dpkg-source: info: unapplying 0044-soname.diff
dpkg-source: info: unapplying fix-llvm-config-obj-src-root.patch
dpkg-source: info: unapplying disable-display-PASS-UNSUPPORTED-XFAIL.diff
dpkg-source: info: unapplying silent-more-tests.diff
dpkg-source: info: unapplying do-not-fail-on-unexpected-pass.diff
dpkg-source: info: unapplying fix-clang-path-and-build.diff
dpkg-source: info: unapplying removeduplicatedeclaration.diff
dpkg-source: info: unapplying python-clangpath.diff
dpkg-source: info: unapplying atomic_library_2.diff
dpkg-source: info: unapplying atomic_library_1.diff
dpkg-source: info: unapplying silent-gold-test.diff
dpkg-source: info: unapplying hurd-pathmax.diff
dpkg-source: info: unapplying unwind-chain-inclusion.diff
dpkg-source: info: unapplying clang-format-version.diff
dpkg-source: info: unapplying declare_clear_cache.diff
dpkg-source: info: unapplying scan-build-clang-path.diff
dpkg-source: info: unapplying 0003-Debian-version-info-and-bugreport.patch
dpkg-source: info: unapplying 26-set-correct-float-abi.diff
dpkg-source: info: unapplying 27-fix_clang_stdint.diff
dpkg-source: info: unapplying 23-strlcpy_strlcat_warning_removed.diff
dpkg-source: info: unapplying 19-clang_debian_version.patch
I: Copying COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.14576
I: forking: cp -al /var/cache/pbuilder/base-sid.cow /var/cache/pbuilder/build/cow.14576
I: removed stale ilistfile /var/cache/pbuilder/build/cow.14576/.ilist
I: forking: chroot /var/cache/pbuilder/build/cow.14576 cowdancer-ilistcreate /.ilist 'find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a -links +1 -print0 \) | xargs -0 stat --format '%d %i ''
I: Invoking pbuilder
I: forking: pbuilder build --debbuildopts  --debbuildopts  --buildplace /var/cache/pbuilder/build/cow.14576 --buildresult /var/cache/pbuilder/result/ --extrapackages eatmydata --no-targz --internal-chrootexec 'chroot /var/cache/pbuilder/build/cow.14576 cow-shell' /home/sten/devel/llvm-toolchain-5.0_5.0.1-2.dsc
W: /root/.pbuilderrc does not exist
I: Running in no-targz mode
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Fri Feb  9 17:56:23 EST 2018
I: pbuilder-time-stamp: 1518216983
I: copying local configuration
I: mounting /proc filesystem
I: mounting /sys filesystem
I: creating /{dev,run}/shm
I: mounting /dev/pts filesystem
I: Mounting /usr/src/repo
I: policy-rc.d already exists
I: using eatmydata during job
I: Obtaining the cached apt archive contents
I: Copying source file
I: copying [/home/sten/devel/llvm-toolchain-5.0_5.0.1-2.dsc]
I: copying [/home/sten/devel/llvm-toolchain-5.0_5.0.1.orig-clang-tools-extra.tar.bz2]
I: copying [/home/sten/devel/llvm-toolchain-5.0_5.0.1.orig-clang.tar.bz2]
I: copying [/home/sten/devel/llvm-toolchain-5.0_5.0.1.orig-compiler-rt.tar.bz2]
I: copying [/home/sten/devel/llvm-toolchain-5.0_5.0.1.orig-lld.tar.bz2]
I: copying [/home/sten/devel/llvm-toolchain-5.0_5.0.1.orig-lldb.tar.bz2]
I: copying [/home/sten/devel/llvm-toolchain-5.0_5.0.1.orig-polly.tar.bz2]
I: copying [/home/sten/devel/llvm-toolchain-5.0_5.0.1.orig.tar.bz2]
I: copying [/home/sten/devel/llvm-toolchain-5.0_5.0.1-2.debian.tar.xz]
I: Extracting source
dpkg-source: warning: extracting unsigned source package (llvm-toolchain-5.0_5.0.1-2.dsc)
dpkg-source: info: extracting llvm-toolchain-5.0 in llvm-toolchain-5.0-5.0.1
dpkg-source: info: unpacking llvm-toolchain-5.0_5.0.1.orig.tar.bz2
dpkg-source: info: unpacking llvm-toolchain-5.0_5.0.1.orig-clang.tar.bz2
dpkg-source: info: unpacking llvm-toolchain-5.0_5.0.1.orig-clang-tools-extra.tar.bz2
dpkg-source: info: unpacking llvm-toolchain-5.0_5.0.1.orig-compiler-rt.tar.bz2
dpkg-source: info: unpacking llvm-toolchain-5.0_5.0.1.orig-lld.tar.bz2
dpkg-source: info: unpacking llvm-toolchain-5.0_5.0.1.orig-lldb.tar.bz2
dpkg-source: info: unpacking llvm-toolchain-5.0_5.0.1.orig-polly.tar.bz2
dpkg-source: info: unpacking llvm-toolchain-5.0_5.0.1-2.debian.tar.xz
dpkg-source: info: applying 19-clang_debian_version.patch
dpkg-source: info: applying 23-strlcpy_strlcat_warning_removed.diff
dpkg-source: info: applying 27-fix_clang_stdint.diff
dpkg-source: info: applying 26-set-correct-float-abi.diff
dpkg-source: info: applying 0003-Debian-version-info-and-bugreport.patch
dpkg-source: info: applying scan-build-clang-path.diff
dpkg-source: info: applying declare_clear_cache.diff
dpkg-source: info: applying clang-format-version.diff
dpkg-source: info: applying unwind-chain-inclusion.diff
dpkg-source: info: applying hurd-pathmax.diff
dpkg-source: info: applying silent-gold-test.diff
dpkg-source: info: applying atomic_library_1.diff
dpkg-source: info: applying atomic_library_2.diff
dpkg-source: info: applying python-clangpath.diff
dpkg-source: info: applying removeduplicatedeclaration.diff
dpkg-source: info: applying fix-clang-path-and-build.diff
dpkg-source: info: applying do-not-fail-on-unexpected-pass.diff
dpkg-source: info: applying silent-more-tests.diff
dpkg-source: info: applying disable-display-PASS-UNSUPPORTED-XFAIL.diff
dpkg-source: info: applying fix-llvm-config-obj-src-root.patch
dpkg-source: info: applying 0044-soname.diff
dpkg-source: info: applying lldb-soname.diff
dpkg-source: info: applying lldb-libname.diff
dpkg-source: info: applying hurd-EIEIO-undef.diff
dpkg-source: info: applying silent-MCJIIT-tests.diff
dpkg-source: info: applying clang-analyzer-force-version.diff
dpkg-source: info: applying install-scan-build-py.diff
dpkg-source: info: applying scan-view-fix-path.diff
dpkg-source: info: applying mips-fpxx-enable.diff
dpkg-source: info: applying fix-cmake-config-prefix.diff
dpkg-source: info: applying lldb-link-atomic-cmake.patch
dpkg-source: info: applying disable-source-interleave.diff
dpkg-source: info: applying silent-gold-utils.diff
dpkg-source: info: applying disable-llvm-symbolizer-test.diff
dpkg-source: info: applying clang-tidy-run-bin.diff
dpkg-source: info: applying fix-scan-view-path.diff
dpkg-source: info: applying clang-fix-cmpxchg8-detection-on-i386.patch
dpkg-source: info: applying lldb-addversion-suffix-to-llvm-server-exec.patch
dpkg-source: info: applying lldb-missing-install.diff
dpkg-source: info: applying silent-test-failing-codeverage.diff
dpkg-source: info: applying disable-path-test-failing.diff
dpkg-source: info: applying silent-amd-tet.diff
dpkg-source: info: applying disable-error-xray.diff
dpkg-source: info: applying lldb-disable-swig-error.diff
dpkg-source: info: applying update-cuda-search-path.patch
dpkg-source: info: applying test-keep-alive.diff
dpkg-source: info: applying libfuzzer-path.diff
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-maint at lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect, cmake, perl, libtool, chrpath, texinfo, sharutils, libffi-dev (>= 3.0.9), lsb-release, patchutils, diffstat, xz-utils, python-dev, libedit-dev, libncurses5-dev, swig, python-six, python-sphinx, binutils-dev, libjsoncpp-dev, pkg-config, lcov, procps, help2man, zlib1g-dev, g++-multilib
Conflicts: libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev, ocaml, oprofile
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 14851 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
 pbuilder-satisfydepends-dummy depends on debhelper (>= 9.0); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on flex; however:
  Package flex is not installed.
 pbuilder-satisfydepends-dummy depends on bison; however:
  Package bison is not installed.
 pbuilder-satisfydepends-dummy depends on dejagnu; however:
  Package dejagnu is not installed.
 pbuilder-satisfydepends-dummy depends on tcl; however:
  Package tcl is not installed.
 pbuilder-satisfydepends-dummy depends on expect; however:
  Package expect is not installed.
 pbuilder-satisfydepends-dummy depends on cmake; however:
  Package cmake is not installed.
 pbuilder-satisfydepends-dummy depends on libtool; however:
  Package libtool is not installed.
 pbuilder-satisfydepends-dummy depends on chrpath; however:
  Package chrpath is not installed.
 pbuilder-satisfydepends-dummy depends on texinfo; however:
  Package texinfo is not installed.
 pbuilder-satisfydepends-dummy depends on sharutils; however:
  Package sharutils is not installed.
 pbuilder-satisfydepends-dummy depends on libffi-dev (>= 3.0.9); however:
  Package libffi-dev is not installed.
 pbuilder-satisfydepends-dummy depends on lsb-release; however:
  Package lsb-release is not installed.
 pbuilder-satisfydepends-dummy depends on patchutils; however:
  Package patchutils is not installed.
 pbuilder-satisfydepends-dummy depends on diffstat; however:
  Package diffstat is not installed.
 pbuilder-satisfydepends-dummy depends on python-dev; however:
  Package python-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libedit-dev; however:
  Package libedit-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libncurses5-dev; however:
  Package libncurses5-dev is not installed.
 pbuilder-satisfydepends-dummy depends on swig; however:
  Package swig is not installed.
 pbuilder-satisfydepends-dummy depends on python-six; however:
  Package python-six is not installed.
 pbuilder-satisfydepends-dummy depends on python-sphinx; however:
  Package python-sphinx is not installed.
 pbuilder-satisfydepends-dummy depends on binutils-dev; however:
  Package binutils-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libjsoncpp-dev; however:
  Package libjsoncpp-dev is not installed.
 pbuilder-satisfydepends-dummy depends on pkg-config; however:
  Package pkg-config is not installed.
 pbuilder-satisfydepends-dummy depends on lcov; however:
  Package lcov is not installed.
 pbuilder-satisfydepends-dummy depends on procps; however:
  Package procps is not installed.
 pbuilder-satisfydepends-dummy depends on help2man; however:
  Package help2man is not installed.
 pbuilder-satisfydepends-dummy depends on zlib1g-dev; however:
  Package zlib1g-dev is not installed.
 pbuilder-satisfydepends-dummy depends on g++-multilib; however:
  Package g++-multilib is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0)
The following NEW packages will be installed:
  autoconf{a} automake{a} autopoint{a} autotools-dev{a} binutils-dev{a} bison{a} bsdmainutils{a} ca-certificates{a} chrpath{a} cmake{a} cmake-data{a} debhelper{a} dejagnu{a} dh-autoreconf{a} dh-python{a} dh-strip-nondeterminism{a} diffstat{a} distro-info-data{a} docutils-common{a} expect{a} file{a} flex{a} g++-7-multilib{a} g++-multilib{a} gcc-7-multilib{a} gcc-multilib{a} gettext{a} gettext-base{a} groff-base{a} help2man{a} intltool-debian{a} lcov{a} lib32asan4{a} lib32atomic1{a} lib32cilkrts5{a} lib32gcc-7-dev{a} lib32gcc1{a} lib32gomp1{a} lib32itm1{a} lib32mpx2{a} lib32quadmath0{a} lib32stdc++-7-dev{a} lib32stdc++6{a} lib32ubsan0{a} libarchive-zip-perl{a} libarchive13{a} libbison-dev{a} libbsd-dev{a} libbsd0{a} libc6-dev-i386{a} libc6-dev-x32{a} libc6-i386{a} libc6-x32{a} libcroco3{a} libcurl3{a} libedit-dev{a} libedit2{a} libexpat1{a} libexpat1-dev{a} libffi-dev{a} libfile-stripnondeterminism-perl{a} libglib2.0-0{a} libgssapi-krb5-2{a} libicu57{a} libjs-jquery{a} libjs-sphinxdoc{a} libjs-underscore{a} libjsoncpp-dev{a} libjsoncpp1{a} libk5crypto3{a} libkeyutils1{a} libkrb5-3{a} libkrb5support0{a} libldap-2.4-2{a} libldap-common{a} liblocale-gettext-perl{a} liblzo2-2{a} libmagic-mgc{a} libmagic1{a} libmpdec2{a} libncurses5-dev{a} libnghttp2-14{a} libpipeline1{a} libprocps6{a} libpsl5{a} libpython-dev{a} libpython-stdlib{a} libpython2.7{a} libpython2.7-dev{a} libpython2.7-minimal{a} libpython2.7-stdlib{a} libpython3-stdlib{a} libpython3.6-minimal{a} libpython3.6-stdlib{a} libreadline7{a} librhash0{a} librtmp1{a} libsasl2-2{a} libsasl2-modules-db{a} libsigsegv2{a} libssh2-1{a} libssl1.0.2{a} libssl1.1{a} libtcl8.6{a} libtext-unidecode-perl{a} libtimedate-perl{a} libtinfo-dev{a} libtool{a} libuv1{a} libx32asan4{a} libx32atomic1{a} libx32cilkrts5{a} libx32gcc-7-dev{a} libx32gcc1{a} libx32gomp1{a} libx32itm1{a} libx32quadmath0{a} libx32stdc++-7-dev{a} libx32stdc++6{a} libx32ubsan0{a} libxml-libxml-perl{a} libxml-namespacesupport-perl{a} libxml-sax-base-perl{a} libxml-sax-perl{a} libxml2{a} lsb-release{a} m4{a} man-db{a} mime-support{a} openssl{a} patchutils{a} pkg-config{a} po-debconf{a} procps{a} python{a} python-alabaster{a} python-babel{a} python-babel-localedata{a} python-certifi{a} python-chardet{a} python-dev{a} python-docutils{a} python-idna{a} python-imagesize{a} python-jinja2{a} python-markupsafe{a} python-minimal{a} python-pkg-resources{a} python-pygments{a} python-requests{a} python-roman{a} python-six{a} python-sphinx{a} python-typing{a} python-tz{a} python-urllib3{a} python2.7{a} python2.7-dev{a} python2.7-minimal{a} python3{a} python3-distutils{a} python3-lib2to3{a} python3-minimal{a} python3.6{a} python3.6-minimal{a} readline-common{a} sgml-base{a} sharutils{a} sphinx-common{a} swig{a} swig3.0{a} tcl{a} tcl-expect{a} tcl8.6{a} tex-common{a} texinfo{a} ucf{a} xml-core{a} zlib1g-dev{a} 
The following packages are RECOMMENDED but will NOT be installed:
  curl docutils-doc javascript-common krb5-locales libarchive-cpio-perl libfl-dev libgd-perl libglib2.0-data libltdl-dev libmail-sendmail-perl libpaper-utils libsasl2-modules libxml-sax-expat-perl psmisc publicsuffix python-cryptography python-enum34 python-ipaddress python-openssl python-pil shared-mime-info wget xdg-user-dirs 
0 packages upgraded, 179 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/105 MB of archives. After unpacking 375 MB will be used.
Writing extended state information...
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package groff-base.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14851 files and directories currently installed.)
Preparing to unpack .../00-groff-base_1.22.3-9_amd64.deb ...
Unpacking groff-base (1.22.3-9) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../01-libbsd0_0.8.7-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.8.7-1) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../02-bsdmainutils_11.1.2_amd64.deb ...
Unpacking bsdmainutils (11.1.2) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../03-libpipeline1_1.5.0-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.0-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../04-man-db_2.8.0-2_amd64.deb ...
Unpacking man-db (2.8.0-2) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../05-libpython2.7-minimal_2.7.14-6_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.14-6) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../06-python2.7-minimal_2.7.14-6_amd64.deb ...
Unpacking python2.7-minimal (2.7.14-6) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../07-python-minimal_2.7.14-4_amd64.deb ...
Unpacking python-minimal (2.7.14-4) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../08-mime-support_3.60_all.deb ...
Unpacking mime-support (3.60) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../09-libexpat1_2.2.5-3_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.5-3) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../10-readline-common_7.0-3_all.deb ...
Unpacking readline-common (7.0-3) ...
Selecting previously unselected package libreadline7:amd64.
Preparing to unpack .../11-libreadline7_7.0-3_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-3) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../12-libssl1.1_1.1.0g-2_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.0g-2) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../13-libpython2.7-stdlib_2.7.14-6_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.14-6) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../14-python2.7_2.7.14-6_amd64.deb ...
Unpacking python2.7 (2.7.14-6) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../15-libpython-stdlib_2.7.14-4_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.14-4) ...
Setting up libpython2.7-minimal:amd64 (2.7.14-6) ...
Setting up python2.7-minimal (2.7.14-6) ...
Setting up python-minimal (2.7.14-4) ...
Selecting previously unselected package python.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16279 files and directories currently installed.)
Preparing to unpack .../00-python_2.7.14-4_amd64.deb ...
Unpacking python (2.7.14-4) ...
Selecting previously unselected package cmake-data.
Preparing to unpack .../01-cmake-data_3.9.5-1_all.deb ...
Unpacking cmake-data (3.9.5-1) ...
Selecting previously unselected package libprocps6:amd64.
Preparing to unpack .../02-libprocps6_2%3a3.3.12-3_amd64.deb ...
Unpacking libprocps6:amd64 (2:3.3.12-3) ...
Selecting previously unselected package procps.
Preparing to unpack .../03-procps_2%3a3.3.12-3_amd64.deb ...
Unpacking procps (2:3.3.12-3) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../04-liblzo2-2_2.08-1.2+b2_amd64.deb ...
Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
Selecting previously unselected package libicu57:amd64.
Preparing to unpack .../05-libicu57_57.1-8_amd64.deb ...
Unpacking libicu57:amd64 (57.1-8) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../06-libxml2_2.9.4+dfsg1-6.1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1) ...
Selecting previously unselected package libarchive13:amd64.
Preparing to unpack .../07-libarchive13_3.2.2-3.1_amd64.deb ...
Unpacking libarchive13:amd64 (3.2.2-3.1) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../08-libkeyutils1_1.5.9-9.2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-9.2) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../09-libkrb5support0_1.16-2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.16-2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../10-libk5crypto3_1.16-2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.16-2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../11-libkrb5-3_1.16-2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.16-2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../12-libgssapi-krb5-2_1.16-2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.16-2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../13-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../14-libsasl2-2_2.1.27~101-g0780600+dfsg-3_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../15-libldap-common_2.4.45+dfsg-1_all.deb ...
Unpacking libldap-common (2.4.45+dfsg-1) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../16-libldap-2.4-2_2.4.45+dfsg-1_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../17-libnghttp2-14_1.29.0-1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.29.0-1) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../18-libpsl5_0.19.1-4_amd64.deb ...
Unpacking libpsl5:amd64 (0.19.1-4) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../19-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../20-libssh2-1_1.8.0-1_amd64.deb ...
Unpacking libssh2-1:amd64 (1.8.0-1) ...
Selecting previously unselected package libssl1.0.2:amd64.
Preparing to unpack .../21-libssl1.0.2_1.0.2n-1_amd64.deb ...
Unpacking libssl1.0.2:amd64 (1.0.2n-1) ...
Selecting previously unselected package libcurl3:amd64.
Preparing to unpack .../22-libcurl3_7.58.0-2_amd64.deb ...
Unpacking libcurl3:amd64 (7.58.0-2) ...
Selecting previously unselected package libjsoncpp1:amd64.
Preparing to unpack .../23-libjsoncpp1_1.7.4-3_amd64.deb ...
Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
Selecting previously unselected package librhash0.
Preparing to unpack .../24-librhash0_1.3.4-3_amd64.deb ...
Unpacking librhash0 (1.3.4-3) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../25-libuv1_1.18.0-3_amd64.deb ...
Unpacking libuv1:amd64 (1.18.0-3) ...
Selecting previously unselected package cmake.
Preparing to unpack .../26-cmake_3.9.5-1_amd64.deb ...
Unpacking cmake (3.9.5-1) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../27-libsigsegv2_2.12-1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.12-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../28-m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package flex.
Preparing to unpack .../29-flex_2.6.1-1.3_amd64.deb ...
Unpacking flex (2.6.1-1.3) ...
Selecting previously unselected package liblocale-gettext-perl.
Preparing to unpack .../30-liblocale-gettext-perl_1.07-3+b3_amd64.deb ...
Unpacking liblocale-gettext-perl (1.07-3+b3) ...
Selecting previously unselected package libpython3.6-minimal:amd64.
Preparing to unpack .../31-libpython3.6-minimal_3.6.4-3_amd64.deb ...
Unpacking libpython3.6-minimal:amd64 (3.6.4-3) ...
Selecting previously unselected package python3.6-minimal.
Preparing to unpack .../32-python3.6-minimal_3.6.4-3_amd64.deb ...
Unpacking python3.6-minimal (3.6.4-3) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../33-python3-minimal_3.6.4-1_amd64.deb ...
Unpacking python3-minimal (3.6.4-1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../34-libmpdec2_2.4.2-1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-1) ...
Selecting previously unselected package libpython3.6-stdlib:amd64.
Preparing to unpack .../35-libpython3.6-stdlib_3.6.4-3_amd64.deb ...
Unpacking libpython3.6-stdlib:amd64 (3.6.4-3) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../36-python3-lib2to3_3.6.4-3_all.deb ...
Unpacking python3-lib2to3 (3.6.4-3) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../37-python3-distutils_3.6.4-3_all.deb ...
Unpacking python3-distutils (3.6.4-3) ...
Selecting previously unselected package python3.6.
Preparing to unpack .../38-python3.6_3.6.4-3_amd64.deb ...
Unpacking python3.6 (3.6.4-3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../39-libpython3-stdlib_3.6.4-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.6.4-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../40-dh-python_2.20170125_all.deb ...
Unpacking dh-python (2.20170125) ...
Setting up libssl1.1:amd64 (1.1.0g-2) ...
Setting up libpython3.6-minimal:amd64 (3.6.4-3) ...
Setting up libexpat1:amd64 (2.2.5-3) ...
Setting up python3.6-minimal (3.6.4-3) ...
Setting up python3-minimal (3.6.4-1) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20064 files and directories currently installed.)
Preparing to unpack .../000-python3_3.6.4-1_amd64.deb ...
Unpacking python3 (3.6.4-1) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../001-sgml-base_1.29_all.deb ...
Unpacking sgml-base (1.29) ...
Selecting previously unselected package ucf.
Preparing to unpack .../002-ucf_3.0036_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0036) ...
Selecting previously unselected package tex-common.
Preparing to unpack .../003-tex-common_6.09_all.deb ...
Unpacking tex-common (6.09) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../004-libmagic-mgc_1%3a5.32-1_amd64.deb ...
Unpacking libmagic-mgc (1:5.32-1) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../005-libmagic1_1%3a5.32-1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.32-1) ...
Selecting previously unselected package file.
Preparing to unpack .../006-file_1%3a5.32-1_amd64.deb ...
Unpacking file (1:5.32-1) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../007-gettext-base_0.19.8.1-4_amd64.deb ...
Unpacking gettext-base (0.19.8.1-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../008-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../009-autotools-dev_20171216.1_all.deb ...
Unpacking autotools-dev (20171216.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../010-automake_1%3a1.15.1-3_all.deb ...
Unpacking automake (1:1.15.1-3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../011-autopoint_0.19.8.1-4_all.deb ...
Unpacking autopoint (0.19.8.1-4) ...
Selecting previously unselected package binutils-dev.
Preparing to unpack .../012-binutils-dev_2.30-3_amd64.deb ...
Unpacking binutils-dev (2.30-3) ...
Selecting previously unselected package libbison-dev:amd64.
Preparing to unpack .../013-libbison-dev_2%3a3.0.4.dfsg-1+b1_amd64.deb ...
Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1+b1) ...
Selecting previously unselected package bison.
Preparing to unpack .../014-bison_2%3a3.0.4.dfsg-1+b1_amd64.deb ...
Unpacking bison (2:3.0.4.dfsg-1+b1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../015-openssl_1.1.0g-2_amd64.deb ...
Unpacking openssl (1.1.0g-2) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../016-ca-certificates_20170717_all.deb ...
Unpacking ca-certificates (20170717) ...
Selecting previously unselected package chrpath.
Preparing to unpack .../017-chrpath_0.16-2+b1_amd64.deb ...
Unpacking chrpath (0.16-2+b1) ...
Selecting previously unselected package libtool.
Preparing to unpack .../018-libtool_2.4.6-2_all.deb ...
Unpacking libtool (2.4.6-2) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../019-dh-autoreconf_16_all.deb ...
Unpacking dh-autoreconf (16) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../020-libarchive-zip-perl_1.60-1_all.deb ...
Unpacking libarchive-zip-perl (1.60-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../021-libfile-stripnondeterminism-perl_0.040-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (0.040-1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../022-libtimedate-perl_2.3000-2_all.deb ...
Unpacking libtimedate-perl (2.3000-2) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../023-dh-strip-nondeterminism_0.040-1_all.deb ...
Unpacking dh-strip-nondeterminism (0.040-1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../024-libglib2.0-0_2.54.3-2_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.54.3-2) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../025-libcroco3_0.6.12-2_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-2) ...
Selecting previously unselected package gettext.
Preparing to unpack .../026-gettext_0.19.8.1-4_amd64.deb ...
Unpacking gettext (0.19.8.1-4) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../027-intltool-debian_0.35.0+20060710.4_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.4) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../028-po-debconf_1.0.20_all.deb ...
Unpacking po-debconf (1.0.20) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../029-debhelper_11.1.4_all.deb ...
Unpacking debhelper (11.1.4) ...
Selecting previously unselected package libtcl8.6:amd64.
Preparing to unpack .../030-libtcl8.6_8.6.8+dfsg-2_amd64.deb ...
Unpacking libtcl8.6:amd64 (8.6.8+dfsg-2) ...
Selecting previously unselected package tcl-expect:amd64.
Preparing to unpack .../031-tcl-expect_5.45.4-1_amd64.deb ...
Unpacking tcl-expect:amd64 (5.45.4-1) ...
Selecting previously unselected package expect.
Preparing to unpack .../032-expect_5.45.4-1_amd64.deb ...
Unpacking expect (5.45.4-1) ...
Selecting previously unselected package dejagnu.
Preparing to unpack .../033-dejagnu_1.6.1-1_all.deb ...
Unpacking dejagnu (1.6.1-1) ...
Selecting previously unselected package diffstat.
Preparing to unpack .../034-diffstat_1.61-1+b1_amd64.deb ...
Unpacking diffstat (1.61-1+b1) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../035-distro-info-data_0.37_all.deb ...
Unpacking distro-info-data (0.37) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../036-xml-core_0.18_all.deb ...
Unpacking xml-core (0.18) ...
Selecting previously unselected package docutils-common.
Preparing to unpack .../037-docutils-common_0.14+dfsg-2_all.deb ...
Unpacking docutils-common (0.14+dfsg-2) ...
Selecting previously unselected package libc6-i386.
Preparing to unpack .../038-libc6-i386_2.26-6_amd64.deb ...
Unpacking libc6-i386 (2.26-6) ...
Selecting previously unselected package libc6-dev-i386.
Preparing to unpack .../039-libc6-dev-i386_2.26-6_amd64.deb ...
Unpacking libc6-dev-i386 (2.26-6) ...
Selecting previously unselected package libc6-x32.
Preparing to unpack .../040-libc6-x32_2.26-6_amd64.deb ...
Unpacking libc6-x32 (2.26-6) ...
Selecting previously unselected package libc6-dev-x32.
Preparing to unpack .../041-libc6-dev-x32_2.26-6_amd64.deb ...
Unpacking libc6-dev-x32 (2.26-6) ...
Selecting previously unselected package lib32gcc1.
Preparing to unpack .../042-lib32gcc1_1%3a8-20180207-2_amd64.deb ...
Unpacking lib32gcc1 (1:8-20180207-2) ...
Selecting previously unselected package libx32gcc1.
Preparing to unpack .../043-libx32gcc1_1%3a8-20180207-2_amd64.deb ...
Unpacking libx32gcc1 (1:8-20180207-2) ...
Selecting previously unselected package lib32gomp1.
Preparing to unpack .../044-lib32gomp1_8-20180207-2_amd64.deb ...
Unpacking lib32gomp1 (8-20180207-2) ...
Selecting previously unselected package libx32gomp1.
Preparing to unpack .../045-libx32gomp1_8-20180207-2_amd64.deb ...
Unpacking libx32gomp1 (8-20180207-2) ...
Selecting previously unselected package lib32itm1.
Preparing to unpack .../046-lib32itm1_8-20180207-2_amd64.deb ...
Unpacking lib32itm1 (8-20180207-2) ...
Selecting previously unselected package libx32itm1.
Preparing to unpack .../047-libx32itm1_8-20180207-2_amd64.deb ...
Unpacking libx32itm1 (8-20180207-2) ...
Selecting previously unselected package lib32atomic1.
Preparing to unpack .../048-lib32atomic1_8-20180207-2_amd64.deb ...
Unpacking lib32atomic1 (8-20180207-2) ...
Selecting previously unselected package libx32atomic1.
Preparing to unpack .../049-libx32atomic1_8-20180207-2_amd64.deb ...
Unpacking libx32atomic1 (8-20180207-2) ...
Selecting previously unselected package lib32stdc++6.
Preparing to unpack .../050-lib32stdc++6_8-20180207-2_amd64.deb ...
Unpacking lib32stdc++6 (8-20180207-2) ...
Selecting previously unselected package lib32asan4.
Preparing to unpack .../051-lib32asan4_7.3.0-3_amd64.deb ...
Unpacking lib32asan4 (7.3.0-3) ...
Selecting previously unselected package libx32stdc++6.
Preparing to unpack .../052-libx32stdc++6_8-20180207-2_amd64.deb ...
Unpacking libx32stdc++6 (8-20180207-2) ...
Selecting previously unselected package libx32asan4.
Preparing to unpack .../053-libx32asan4_7.3.0-3_amd64.deb ...
Unpacking libx32asan4 (7.3.0-3) ...
Selecting previously unselected package lib32ubsan0.
Preparing to unpack .../054-lib32ubsan0_7.3.0-3_amd64.deb ...
Unpacking lib32ubsan0 (7.3.0-3) ...
Selecting previously unselected package libx32ubsan0.
Preparing to unpack .../055-libx32ubsan0_7.3.0-3_amd64.deb ...
Unpacking libx32ubsan0 (7.3.0-3) ...
Selecting previously unselected package lib32cilkrts5.
Preparing to unpack .../056-lib32cilkrts5_7.3.0-3_amd64.deb ...
Unpacking lib32cilkrts5 (7.3.0-3) ...
Selecting previously unselected package libx32cilkrts5.
Preparing to unpack .../057-libx32cilkrts5_7.3.0-3_amd64.deb ...
Unpacking libx32cilkrts5 (7.3.0-3) ...
Selecting previously unselected package lib32mpx2.
Preparing to unpack .../058-lib32mpx2_8-20180207-2_amd64.deb ...
Unpacking lib32mpx2 (8-20180207-2) ...
Selecting previously unselected package lib32quadmath0.
Preparing to unpack .../059-lib32quadmath0_8-20180207-2_amd64.deb ...
Unpacking lib32quadmath0 (8-20180207-2) ...
Selecting previously unselected package libx32quadmath0.
Preparing to unpack .../060-libx32quadmath0_8-20180207-2_amd64.deb ...
Unpacking libx32quadmath0 (8-20180207-2) ...
Selecting previously unselected package lib32gcc-7-dev.
Preparing to unpack .../061-lib32gcc-7-dev_7.3.0-3_amd64.deb ...
Unpacking lib32gcc-7-dev (7.3.0-3) ...
Selecting previously unselected package libx32gcc-7-dev.
Preparing to unpack .../062-libx32gcc-7-dev_7.3.0-3_amd64.deb ...
Unpacking libx32gcc-7-dev (7.3.0-3) ...
Selecting previously unselected package gcc-7-multilib.
Preparing to unpack .../063-gcc-7-multilib_7.3.0-3_amd64.deb ...
Unpacking gcc-7-multilib (7.3.0-3) ...
Selecting previously unselected package lib32stdc++-7-dev.
Preparing to unpack .../064-lib32stdc++-7-dev_7.3.0-3_amd64.deb ...
Unpacking lib32stdc++-7-dev (7.3.0-3) ...
Selecting previously unselected package libx32stdc++-7-dev.
Preparing to unpack .../065-libx32stdc++-7-dev_7.3.0-3_amd64.deb ...
Unpacking libx32stdc++-7-dev (7.3.0-3) ...
Selecting previously unselected package g++-7-multilib.
Preparing to unpack .../066-g++-7-multilib_7.3.0-3_amd64.deb ...
Unpacking g++-7-multilib (7.3.0-3) ...
Selecting previously unselected package gcc-multilib.
Preparing to unpack .../067-gcc-multilib_4%3a7.2.0-1d1_amd64.deb ...
Unpacking gcc-multilib (4:7.2.0-1d1) ...
Selecting previously unselected package g++-multilib.
Preparing to unpack .../068-g++-multilib_4%3a7.2.0-1d1_amd64.deb ...
Unpacking g++-multilib (4:7.2.0-1d1) ...
Selecting previously unselected package help2man.
Preparing to unpack .../069-help2man_1.47.5_amd64.deb ...
Unpacking help2man (1.47.5) ...
Selecting previously unselected package lcov.
Preparing to unpack .../070-lcov_1.13-3_all.deb ...
Unpacking lcov (1.13-3) ...
Selecting previously unselected package libbsd-dev:amd64.
Preparing to unpack .../071-libbsd-dev_0.8.7-1_amd64.deb ...
Unpacking libbsd-dev:amd64 (0.8.7-1) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../072-libedit2_3.1-20170329-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20170329-1) ...
Selecting previously unselected package libtinfo-dev:amd64.
Preparing to unpack .../073-libtinfo-dev_6.0+20171125-1_amd64.deb ...
Unpacking libtinfo-dev:amd64 (6.0+20171125-1) ...
Selecting previously unselected package libncurses5-dev:amd64.
Preparing to unpack .../074-libncurses5-dev_6.0+20171125-1_amd64.deb ...
Unpacking libncurses5-dev:amd64 (6.0+20171125-1) ...
Selecting previously unselected package libedit-dev:amd64.
Preparing to unpack .../075-libedit-dev_3.1-20170329-1_amd64.deb ...
Unpacking libedit-dev:amd64 (3.1-20170329-1) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../076-libexpat1-dev_2.2.5-3_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.5-3) ...
Selecting previously unselected package libffi-dev:amd64.
Preparing to unpack .../077-libffi-dev_3.2.1-8_amd64.deb ...
Unpacking libffi-dev:amd64 (3.2.1-8) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../078-libjs-jquery_3.2.1-1_all.deb ...
Unpacking libjs-jquery (3.2.1-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../079-libjs-underscore_1.8.3~dfsg-1_all.deb ...
Unpacking libjs-underscore (1.8.3~dfsg-1) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../080-libjs-sphinxdoc_1.6.6-2_all.deb ...
Unpacking libjs-sphinxdoc (1.6.6-2) ...
Selecting previously unselected package libjsoncpp-dev:amd64.
Preparing to unpack .../081-libjsoncpp-dev_1.7.4-3_amd64.deb ...
Unpacking libjsoncpp-dev:amd64 (1.7.4-3) ...
Selecting previously unselected package libpython2.7:amd64.
Preparing to unpack .../082-libpython2.7_2.7.14-6_amd64.deb ...
Unpacking libpython2.7:amd64 (2.7.14-6) ...
Selecting previously unselected package libpython2.7-dev:amd64.
Preparing to unpack .../083-libpython2.7-dev_2.7.14-6_amd64.deb ...
Unpacking libpython2.7-dev:amd64 (2.7.14-6) ...
Selecting previously unselected package libpython-dev:amd64.
Preparing to unpack .../084-libpython-dev_2.7.14-4_amd64.deb ...
Unpacking libpython-dev:amd64 (2.7.14-4) ...
Selecting previously unselected package libtext-unidecode-perl.
Preparing to unpack .../085-libtext-unidecode-perl_1.30-1_all.deb ...
Unpacking libtext-unidecode-perl (1.30-1) ...
Selecting previously unselected package libxml-namespacesupport-perl.
Preparing to unpack .../086-libxml-namespacesupport-perl_1.12-1_all.deb ...
Unpacking libxml-namespacesupport-perl (1.12-1) ...
Selecting previously unselected package libxml-sax-base-perl.
Preparing to unpack .../087-libxml-sax-base-perl_1.09-1_all.deb ...
Unpacking libxml-sax-base-perl (1.09-1) ...
Selecting previously unselected package libxml-sax-perl.
Preparing to unpack .../088-libxml-sax-perl_0.99+dfsg-2_all.deb ...
Unpacking libxml-sax-perl (0.99+dfsg-2) ...
Selecting previously unselected package libxml-libxml-perl.
Preparing to unpack .../089-libxml-libxml-perl_2.0128+dfsg-5_amd64.deb ...
Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../090-lsb-release_9.20170808_all.deb ...
Unpacking lsb-release (9.20170808) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../091-patchutils_0.3.4-2_amd64.deb ...
Unpacking patchutils (0.3.4-2) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../092-pkg-config_0.29-4+b1_amd64.deb ...
Unpacking pkg-config (0.29-4+b1) ...
Selecting previously unselected package python-alabaster.
Preparing to unpack .../093-python-alabaster_0.7.8-1_all.deb ...
Unpacking python-alabaster (0.7.8-1) ...
Selecting previously unselected package python-babel-localedata.
Preparing to unpack .../094-python-babel-localedata_2.4.0+dfsg.1-2_all.deb ...
Unpacking python-babel-localedata (2.4.0+dfsg.1-2) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../095-python-pkg-resources_38.4.0-1_all.deb ...
Unpacking python-pkg-resources (38.4.0-1) ...
Selecting previously unselected package python-tz.
Preparing to unpack .../096-python-tz_2017.2-2_all.deb ...
Unpacking python-tz (2017.2-2) ...
Selecting previously unselected package python-babel.
Preparing to unpack .../097-python-babel_2.4.0+dfsg.1-2_all.deb ...
Unpacking python-babel (2.4.0+dfsg.1-2) ...
Selecting previously unselected package python-certifi.
Preparing to unpack .../098-python-certifi_2018.1.18-2_all.deb ...
Unpacking python-certifi (2018.1.18-2) ...
Selecting previously unselected package python-chardet.
Preparing to unpack .../099-python-chardet_3.0.4-1_all.deb ...
Unpacking python-chardet (3.0.4-1) ...
Selecting previously unselected package python2.7-dev.
Preparing to unpack .../100-python2.7-dev_2.7.14-6_amd64.deb ...
Unpacking python2.7-dev (2.7.14-6) ...
Selecting previously unselected package python-dev.
Preparing to unpack .../101-python-dev_2.7.14-4_amd64.deb ...
Unpacking python-dev (2.7.14-4) ...
Selecting previously unselected package python-roman.
Preparing to unpack .../102-python-roman_2.0.0-3_all.deb ...
Unpacking python-roman (2.0.0-3) ...
Selecting previously unselected package python-docutils.
Preparing to unpack .../103-python-docutils_0.14+dfsg-2_all.deb ...
Unpacking python-docutils (0.14+dfsg-2) ...
Selecting previously unselected package python-idna.
Preparing to unpack .../104-python-idna_2.6-1_all.deb ...
Unpacking python-idna (2.6-1) ...
Selecting previously unselected package python-imagesize.
Preparing to unpack .../105-python-imagesize_0.7.1-1_all.deb ...
Unpacking python-imagesize (0.7.1-1) ...
Selecting previously unselected package python-markupsafe.
Preparing to unpack .../106-python-markupsafe_1.0-1+b1_amd64.deb ...
Unpacking python-markupsafe (1.0-1+b1) ...
Selecting previously unselected package python-jinja2.
Preparing to unpack .../107-python-jinja2_2.10-1_all.deb ...
Unpacking python-jinja2 (2.10-1) ...
Selecting previously unselected package python-pygments.
Preparing to unpack .../108-python-pygments_2.2.0+dfsg-1_all.deb ...
Unpacking python-pygments (2.2.0+dfsg-1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../109-python-six_1.11.0-1_all.deb ...
Unpacking python-six (1.11.0-1) ...
Selecting previously unselected package python-urllib3.
Preparing to unpack .../110-python-urllib3_1.22-1_all.deb ...
Unpacking python-urllib3 (1.22-1) ...
Selecting previously unselected package python-requests.
Preparing to unpack .../111-python-requests_2.18.4-1_all.deb ...
Unpacking python-requests (2.18.4-1) ...
Selecting previously unselected package python-typing.
Preparing to unpack .../112-python-typing_3.6.2-1_all.deb ...
Unpacking python-typing (3.6.2-1) ...
Selecting previously unselected package sphinx-common.
Preparing to unpack .../113-sphinx-common_1.6.6-2_all.deb ...
Unpacking sphinx-common (1.6.6-2) ...
Selecting previously unselected package python-sphinx.
Preparing to unpack .../114-python-sphinx_1.6.6-2_all.deb ...
Unpacking python-sphinx (1.6.6-2) ...
Selecting previously unselected package sharutils.
Preparing to unpack .../115-sharutils_1%3a4.15.2-2_amd64.deb ...
Unpacking sharutils (1:4.15.2-2) ...
Selecting previously unselected package swig3.0.
Preparing to unpack .../116-swig3.0_3.0.12-1_amd64.deb ...
Unpacking swig3.0 (3.0.12-1) ...
Selecting previously unselected package swig.
Preparing to unpack .../117-swig_3.0.12-1_amd64.deb ...
Unpacking swig (3.0.12-1) ...
Selecting previously unselected package tcl8.6.
Preparing to unpack .../118-tcl8.6_8.6.8+dfsg-2_amd64.deb ...
Unpacking tcl8.6 (8.6.8+dfsg-2) ...
Selecting previously unselected package tcl.
Preparing to unpack .../119-tcl_8.6.0+9_amd64.deb ...
Unpacking tcl (8.6.0+9) ...
Selecting previously unselected package texinfo.
Preparing to unpack .../120-texinfo_6.5.0.dfsg.1-2_amd64.deb ...
Unpacking texinfo (6.5.0.dfsg.1-2) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../121-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
Setting up chrpath (0.16-2+b1) ...
Setting up binutils-dev (2.30-3) ...
Setting up libc6-x32 (2.26-6) ...
Setting up libjs-jquery (3.2.1-1) ...
Setting up readline-common (7.0-3) ...
Setting up libx32gcc1 (1:8-20180207-2) ...
Setting up libarchive-zip-perl (1.60-1) ...
Setting up libnghttp2-14:amd64 (1.29.0-1) ...
Setting up libjs-underscore (1.8.3~dfsg-1) ...
Setting up swig3.0 (3.0.12-1) ...
Setting up mime-support (3.60) ...
Setting up libxml-namespacesupport-perl (1.12-1) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up libsigsegv2:amd64 (2.12-1) ...
Setting up libldap-common (2.4.45+dfsg-1) ...
Setting up libuv1:amd64 (1.18.0-3) ...
Setting up libreadline7:amd64 (7.0-3) ...
Setting up libpsl5:amd64 (0.19.1-4) ...
Setting up groff-base (1.22.3-9) ...
Setting up libglib2.0-0:amd64 (2.54.3-2) ...
No schema files found: doing nothing.
Setting up sharutils (1:4.15.2-2) ...
Setting up libtext-unidecode-perl (1.30-1) ...
Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ...
Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ...
Setting up libtinfo-dev:amd64 (6.0+20171125-1) ...
Setting up libjs-sphinxdoc (1.6.6-2) ...
Setting up libffi-dev:amd64 (3.2.1-8) ...
Setting up distro-info-data (0.37) ...
Setting up gettext-base (0.19.8.1-4) ...
Setting up cmake-data (3.9.5-1) ...
Setting up libpipeline1:amd64 (1.5.0-1) ...
Setting up libc6-i386 (2.26-6) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1+b1) ...
Setting up m4 (1.4.18-1) ...
Setting up sgml-base (1.29) ...
Setting up libicu57:amd64 (57.1-8) ...
Setting up libbsd0:amd64 (0.8.7-1) ...
Setting up libprocps6:amd64 (2:3.3.12-3) ...
Setting up ucf (3.0036) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-6.1) ...
Setting up libx32stdc++6 (8-20180207-2) ...
Setting up libmagic-mgc (1:5.32-1) ...
Setting up lib32atomic1 (8-20180207-2) ...
Setting up libx32atomic1 (8-20180207-2) ...
Setting up libmagic1:amd64 (1:5.32-1) ...
Setting up librhash0 (1.3.4-3) ...
Setting up procps (2:3.3.12-3) ...
update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
Setting up libcroco3:amd64 (0.6.12-2) ...
Setting up libx32gomp1 (8-20180207-2) ...
Setting up libncurses5-dev:amd64 (6.0+20171125-1) ...
Setting up libssl1.0.2:amd64 (1.0.2n-1) ...
Setting up libxml-sax-base-perl (1.09-1) ...
Setting up pkg-config (0.29-4+b1) ...
Setting up libssh2-1:amd64 (1.8.0-1) ...
Processing triggers for libc-bin (2.26-6) ...
Setting up patchutils (0.3.4-2) ...
Setting up autotools-dev (20171216.1) ...
Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1) ...
Setting up python-babel-localedata (2.4.0+dfsg.1-2) ...
Setting up libx32itm1 (8-20180207-2) ...
Setting up openssl (1.1.0g-2) ...
Setting up sphinx-common (1.6.6-2) ...
Setting up lcov (1.13-3) ...
Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1+b1) ...
Setting up liblocale-gettext-perl (1.07-3+b3) ...
Setting up libexpat1-dev:amd64 (2.2.5-3) ...
Setting up libtcl8.6:amd64 (8.6.8+dfsg-2) ...
Setting up bison (2:3.0.4.dfsg-1+b1) ...
update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
Setting up xml-core (0.18) ...
Setting up libkeyutils1:amd64 (1.5.9-9.2) ...
Setting up bsdmainutils (11.1.2) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up lib32quadmath0 (8-20180207-2) ...
Setting up ca-certificates (20170717) ...
Updating certificates in /etc/ssl/certs...
148 added, 0 removed; done.
Setting up libc6-dev-i386 (2.26-6) ...
Setting up libc6-dev-x32 (2.26-6) ...
Setting up lib32itm1 (8-20180207-2) ...
Setting up libpython2.7-stdlib:amd64 (2.7.14-6) ...
Setting up diffstat (1.61-1+b1) ...
Setting up autopoint (0.19.8.1-4) ...
Setting up libx32quadmath0 (8-20180207-2) ...
Setting up libmpdec2:amd64 (2.4.2-1) ...
Setting up lib32gcc1 (1:8-20180207-2) ...
Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
Setting up libfile-stripnondeterminism-perl (0.040-1) ...
Setting up libxml-sax-perl (0.99+dfsg-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...

Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libjsoncpp1:amd64 (1.7.4-3) ...
Setting up libjsoncpp-dev:amd64 (1.7.4-3) ...
Setting up libedit2:amd64 (3.1-20170329-1) ...
Setting up libpython3.6-stdlib:amd64 (3.6.4-3) ...
Setting up swig (3.0.12-1) ...
Setting up libx32asan4 (7.3.0-3) ...
Setting up tex-common (6.09) ...
update-language: texlive-base not installed and configured, doing nothing!
Setting up libx32cilkrts5 (7.3.0-3) ...
Setting up gettext (0.19.8.1-4) ...
Setting up flex (2.6.1-1.3) ...
Setting up lib32gomp1 (8-20180207-2) ...
Setting up libarchive13:amd64 (3.2.2-3.1) ...
Setting up libx32ubsan0 (7.3.0-3) ...
Setting up libbsd-dev:amd64 (0.8.7-1) ...
Setting up lib32mpx2 (8-20180207-2) ...
Setting up python2.7 (2.7.14-6) ...
Setting up autoconf (2.69-11) ...
Setting up file (1:5.32-1) ...
Setting up libkrb5support0:amd64 (1.16-2) ...
Setting up libpython-stdlib:amd64 (2.7.14-4) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up tcl-expect:amd64 (5.45.4-1) ...
Setting up tcl8.6 (8.6.8+dfsg-2) ...
Setting up libpython2.7:amd64 (2.7.14-6) ...
Setting up automake (1:1.15.1-3) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
Setting up help2man (1.47.5) ...
Setting up libedit-dev:amd64 (3.1-20170329-1) ...
Setting up man-db (2.8.0-2) ...
Building database of manual pages ...
Setting up lib32stdc++6 (8-20180207-2) ...
Setting up libpython2.7-dev:amd64 (2.7.14-6) ...
Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up lib32ubsan0 (7.3.0-3) ...
Setting up lib32cilkrts5 (7.3.0-3) ...
Setting up python2.7-dev (2.7.14-6) ...
Setting up python (2.7.14-4) ...
Setting up python-typing (3.6.2-1) ...
Setting up python-idna (2.6-1) ...
Setting up libtool (2.4.6-2) ...
Setting up libpython3-stdlib:amd64 (3.6.4-1) ...
Setting up libpython-dev:amd64 (2.7.14-4) ...
Setting up expect (5.45.4-1) ...
Setting up libk5crypto3:amd64 (1.16-2) ...
Setting up po-debconf (1.0.20) ...
Setting up python-dev (2.7.14-4) ...
Setting up lib32asan4 (7.3.0-3) ...
Setting up python-certifi (2018.1.18-2) ...
Setting up python-tz (2017.2-2) ...
Setting up tcl (8.6.0+9) ...
Setting up python-imagesize (0.7.1-1) ...
Setting up python-alabaster (0.7.8-1) ...
Setting up python-pkg-resources (38.4.0-1) ...
Setting up python-roman (2.0.0-3) ...
Setting up python-markupsafe (1.0-1+b1) ...
Setting up libx32gcc-7-dev (7.3.0-3) ...
Setting up python-six (1.11.0-1) ...
Setting up python-pygments (2.2.0+dfsg-1) ...
Setting up lib32gcc-7-dev (7.3.0-3) ...
Setting up libkrb5-3:amd64 (1.16-2) ...
Setting up texinfo (6.5.0.dfsg.1-2) ...
Setting up dejagnu (1.6.1-1) ...
Setting up python-urllib3 (1.22-1) ...
Setting up libx32stdc++-7-dev (7.3.0-3) ...
Setting up python-chardet (3.0.4-1) ...
Setting up python-jinja2 (2.10-1) ...
Setting up python-babel (2.4.0+dfsg.1-2) ...
update-alternatives: using /usr/bin/pybabel-python2 to provide /usr/bin/pybabel (pybabel) in auto mode
Setting up gcc-7-multilib (7.3.0-3) ...
Setting up lib32stdc++-7-dev (7.3.0-3) ...
Setting up libgssapi-krb5-2:amd64 (1.16-2) ...
Setting up g++-7-multilib (7.3.0-3) ...
Setting up python-requests (2.18.4-1) ...
Setting up libcurl3:amd64 (7.58.0-2) ...
Setting up gcc-multilib (4:7.2.0-1d1) ...
Setting up cmake (3.9.5-1) ...
Setting up g++-multilib (4:7.2.0-1d1) ...
Processing triggers for sgml-base (1.29) ...
Setting up docutils-common (0.14+dfsg-2) ...
Processing triggers for sgml-base (1.29) ...
Setting up python-docutils (0.14+dfsg-2) ...
update-alternatives: using /usr/share/docutils/scripts/python2/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode
Setting up python-sphinx (1.6.6-2) ...
Setting up dh-autoreconf (16) ...
Setting up python3 (3.6.4-1) ...
Setting up lsb-release (9.20170808) ...
Setting up dh-strip-nondeterminism (0.040-1) ...
Setting up python3-lib2to3 (3.6.4-3) ...
Setting up dh-python (2.20170125) ...
Setting up python3-distutils (3.6.4-3) ...
Setting up debhelper (11.1.4) ...
Setting up python3.6 (3.6.4-3) ...
Processing triggers for libc-bin (2.26-6) ...
Processing triggers for ca-certificates (20170717) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
eatmydata is already the newest version (105-5).
The following NEW packages will be installed:
  fakeroot libfakeroot
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/132 kB of archives.
After this operation, 373 kB of additional disk space will be used.
Selecting previously unselected package libfakeroot:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28283 files and directories currently installed.)
Preparing to unpack .../libfakeroot_1.22-2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.22-2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.22-2_amd64.deb ...
Unpacking fakeroot (1.22-2) ...
Processing triggers for libc-bin (2.26-6) ...
Setting up libfakeroot:amd64 (1.22-2) ...
Processing triggers for man-db (2.8.0-2) ...
Setting up fakeroot (1.22-2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Processing triggers for libc-bin (2.26-6) ...
I: Copying back the cached apt archive contents
I: Building the package
I: Running cd /build/llvm-toolchain-5.0-5.0.1/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-buildpackage -us -uc -rfakeroot && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-genchanges -S  > ../llvm-toolchain-5.0_5.0.1-2_source.changes
dpkg-buildpackage: info: source package llvm-toolchain-5.0
dpkg-buildpackage: info: source version 1:5.0.1-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Sylvestre Ledru <sylvestre at debian.org>
 dpkg-source --before-build llvm-toolchain-5.0-5.0.1
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean 
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/build/llvm-toolchain-5.0-5.0.1'
rm -rf build-llvm tools/clang/include/clang/Debian/debian_path.h docs/_build/ clang/docs/_build tools/clang/docs/_html/
rm -rf cov-int/ reports/
rm -f `ls debian/*.in|sed -e "s|.in$||g"`
find utils -name '*.pyc' | xargs -r rm -f
# Use -I because a test has a space in its name
find lldb/test -iname '*.pyc' | xargs -I{} -r rm -f {}
find test -name '*.pyc' -o -name '*.cm[ix]' | xargs -r rm -f
find test/Bindings -name '*.o' | xargs -r rm -f
rm -f tools/clang tools/polly tools/lld tools/lldb projects/compiler-rt
rm -rf tools/clang/tools/extra clang/tools/extra/
rm -f /build/llvm-toolchain-5.0-5.0.1/utils/vim/llvm-5.0.vim /build/llvm-toolchain-5.0-5.0.1/utils/vim/tablegen-5.0.vim
rm -f /build/llvm-toolchain-5.0-5.0.1/clang/tools/clang-format/clang-format-diff-5.0
rm -f /build/llvm-toolchain-5.0-5.0.1/clang/tools/clang-format/clang-format-5.0.py
make[1]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1'
   dh_clean
 dpkg-source -b llvm-toolchain-5.0-5.0.1
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building llvm-toolchain-5.0 using existing ./llvm-toolchain-5.0_5.0.1.orig-clang-tools-extra.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig-clang.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig-compiler-rt.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig-lld.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig-lldb.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig-polly.tar.bz2 ./llvm-toolchain-5.0_5.0.1.orig.tar.bz2
dpkg-source: info: building llvm-toolchain-5.0 in llvm-toolchain-5.0_5.0.1-2.debian.tar.xz
dpkg-source: info: building llvm-toolchain-5.0 in llvm-toolchain-5.0_5.0.1-2.dsc
 debian/rules build
dh build 
   dh_update_autotools_config
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/build/llvm-toolchain-5.0-5.0.1'
for f in debian/*.in; do \
	f2=$(echo $f | sed 's/\.in$//;s/X\.Y/5.0/'); \
	echo "$f => $f2"; \
	sed -e 's|@DEB_HOST_MULTIARCH@|x86_64-linux-gnu|g' \
		-e "s|@OCAML_STDLIB_DIR@||g" \
		-e "s|@LLVM_VERSION_FULL@|5.0.1|g" \
		-e "s|@LLVM_VERSION@|5.0|g" $f > $f2; \
done
debian/clang-X.Y-doc.docs.in => debian/clang-5.0-doc.docs
debian/clang-X.Y-examples.examples.in => debian/clang-5.0-examples.examples
debian/clang-X.Y.install.in => debian/clang-5.0.install
debian/clang-X.Y.lintian-overrides.in => debian/clang-5.0.lintian-overrides
debian/clang-X.Y.manpages.in => debian/clang-5.0.manpages
debian/clang-format-X.Y.install.in => debian/clang-format-5.0.install
debian/clang-format-X.Y.lintian-overrides.in => debian/clang-format-5.0.lintian-overrides
debian/clang-format-X.Y.manpages.in => debian/clang-format-5.0.manpages
debian/clang-tidy-X.Y.install.in => debian/clang-tidy-5.0.install
debian/clang-tidy-X.Y.links.in => debian/clang-tidy-5.0.links
debian/clang-tidy-X.Y.lintian-overrides.in => debian/clang-tidy-5.0.lintian-overrides
debian/clang-tidy-X.Y.manpages.in => debian/clang-tidy-5.0.manpages
debian/clang-tools-X.Y.install.in => debian/clang-tools-5.0.install
debian/clang-tools-X.Y.links.in => debian/clang-tools-5.0.links
debian/clang-tools-X.Y.lintian-overrides.in => debian/clang-tools-5.0.lintian-overrides
debian/clang-tools-X.Y.manpages.in => debian/clang-tools-5.0.manpages
debian/libclang-X.Y-dev.install.in => debian/libclang-5.0-dev.install
debian/libclang-X.Y-dev.links.in => debian/libclang-5.0-dev.links
debian/libclang-common-X.Y-dev.install.in => debian/libclang-common-5.0-dev.install
debian/libclang-common-X.Y-dev.links.in => debian/libclang-common-5.0-dev.links
debian/libclang1-X.Y.install.in => debian/libclang1-5.0.install
debian/libclang1-X.Y.links.in => debian/libclang1-5.0.links
debian/libclang1-X.Y.lintian-overrides.in => debian/libclang1-5.0.lintian-overrides
debian/libclang1-X.Y.symbols.in => debian/libclang1-5.0.symbols
debian/liblld-X.Y-dev.install.in => debian/liblld-5.0-dev.install
debian/liblld-X.Y.install.in => debian/liblld-5.0.install
debian/liblld-X.Y.links.in => debian/liblld-5.0.links
debian/liblldb-X.Y-dev.install.in => debian/liblldb-5.0-dev.install
debian/liblldb-X.Y-dev.links.in => debian/liblldb-5.0-dev.links
debian/liblldb-X.Y.install.in => debian/liblldb-5.0.install
debian/liblldb-X.Y.links.in => debian/liblldb-5.0.links
debian/liblldb-X.Y.lintian-overrides.in => debian/liblldb-5.0.lintian-overrides
debian/libllvm-X.Y-ocaml-dev.META.in => debian/libllvm-5.0-ocaml-dev.META
debian/libllvm-X.Y-ocaml-dev.dirs.in => debian/libllvm-5.0-ocaml-dev.dirs
debian/libllvm-X.Y-ocaml-dev.install.in => debian/libllvm-5.0-ocaml-dev.install
debian/libllvm-X.Y-ocaml-dev.lintian-overrides.in => debian/libllvm-5.0-ocaml-dev.lintian-overrides
debian/libllvmX.Y.install.in => debian/libllvm5.0.install
debian/libllvmX.Y.links.in => debian/libllvm5.0.links
debian/libllvmX.Y.lintian-overrides.in => debian/libllvm5.0.lintian-overrides
debian/lld-X.Y.install.in => debian/lld-5.0.install
debian/lld-X.Y.manpages.in => debian/lld-5.0.manpages
debian/lldb-X.Y.install.in => debian/lldb-5.0.install
debian/lldb-X.Y.links.in => debian/lldb-5.0.links
debian/lldb-X.Y.lintian-overrides.in => debian/lldb-5.0.lintian-overrides
debian/lldb-X.Y.manpages.in => debian/lldb-5.0.manpages
debian/lldb-X.Y.postinst.in => debian/lldb-5.0.postinst
debian/llvm-X.Y-dev.dirs.in => debian/llvm-5.0-dev.dirs
debian/llvm-X.Y-dev.install.in => debian/llvm-5.0-dev.install
debian/llvm-X.Y-dev.links.in => debian/llvm-5.0-dev.links
debian/llvm-X.Y-doc.dirs.in => debian/llvm-5.0-doc.dirs
debian/llvm-X.Y-doc.install.in => debian/llvm-5.0-doc.install
debian/llvm-X.Y-examples.dirs.in => debian/llvm-5.0-examples.dirs
debian/llvm-X.Y-examples.examples.in => debian/llvm-5.0-examples.examples
debian/llvm-X.Y-examples.links.in => debian/llvm-5.0-examples.links
debian/llvm-X.Y-runtime.binfmt.in => debian/llvm-5.0-runtime.binfmt
debian/llvm-X.Y-runtime.install.in => debian/llvm-5.0-runtime.install
debian/llvm-X.Y-runtime.lintian-overrides.in => debian/llvm-5.0-runtime.lintian-overrides
debian/llvm-X.Y-runtime.manpages.in => debian/llvm-5.0-runtime.manpages
debian/llvm-X.Y-runtime.postinst.in => debian/llvm-5.0-runtime.postinst
debian/llvm-X.Y-runtime.prerm.in => debian/llvm-5.0-runtime.prerm
debian/llvm-X.Y-tools.dirs.in => debian/llvm-5.0-tools.dirs
debian/llvm-X.Y-tools.install.in => debian/llvm-5.0-tools.install
debian/llvm-X.Y.dirs.in => debian/llvm-5.0.dirs
debian/llvm-X.Y.install.in => debian/llvm-5.0.install
debian/llvm-X.Y.lintian-overrides.in => debian/llvm-5.0.lintian-overrides
debian/llvm-X.Y.manpages.in => debian/llvm-5.0.manpages
debian/pollycc.in => debian/pollycc
debian/python-clang-X.Y.install.in => debian/python-clang-5.0.install
debian/python-lldb-X.Y.install.in => debian/python-lldb-5.0.install
debian/python-lldb-X.Y.links.in => debian/python-lldb-5.0.links
echo "Using gcc: "
Using gcc: 
gcc-7 -v
Using built-in specs.
COLLECT_GCC=gcc-7
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 7.3.0-3' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.3.0 (Debian 7.3.0-3) 
mkdir -p build-llvm
mkdir -p clang/include/clang/Debian
sed -e "s|@DEB_PATCHSETVERSION@|2|" \
	debian/debian_path.h > clang/include/clang/Debian/debian_path.h
cd tools/ && \
	if test -h clang; then \
		rm clang; \
	fi; \
	ln -s ../clang .; \
readlink clang
../clang
if test "yes" = yes; then \
	cd tools/ && \
	if test -h polly; then \
		rm polly; \
	fi; \
	ln -s ../polly .; \
fi
if test "yes" = yes; then \
cd tools/ && \
	if test -h lld; then \
		rm lld; \
	fi; \
	ln -s ../lld .; \
readlink lld; \
fi
../lld
if test "yes" = yes; then \
	cd tools/ && \
	if test -h lldb; then \
	   rm lldb; \
	fi; \
	ln -s ../lldb .; \
fi
cd projects/ && \
if test -h compiler-rt; then \
	rm compiler-rt; \
fi; \
ln -s ../compiler-rt .; \
readlink compiler-rt
../compiler-rt
# Configure coverity (we need the compilers) + work around perf issues
(if test 0 -eq 1; then \
	export PATH=$PATH:/opt/cov-analysis/bin/; \
	cov-configure --compiler clang --comptype clang; \
	cov-configure --compiler gcc-6 --comptype gcc; \
	cov-configure --compiler g++-6 --comptype gcc; \
	cov-configure -co /usr/bin/g++-6 --comptype gcc -- -std=c++0x -fPIC -std=c++11; \
	cov-configure -co /usr/bin/gcc-6 --comptype gcc -- -fPIC; \
	cov-configure --compiler cc --comptype gcc --template \
		--xml-option append_arg:"--ppp_translator" \
		--xml-option append_arg:"replace/llvm::AlignOf<PrevTy>::Alignment/(llvm::AlignOf<PrevTy>::Alignment)" \
		--xml-option append_arg:"--ppp_translator" \
		--xml-option append_arg:"replace/llvm::AlignOf<NextTy>::Alignment/(llvm::AlignOf<NextTy>::Alignment)"; \
	cov-configure --compiler c++ --comptype g++ --template \
		--xml-option append_arg:"--ppp_translator" \
		--xml-option append_arg:"replace/llvm::AlignOf<PrevTy>::Alignment/(llvm::AlignOf<PrevTy>::Alignment)" \
		--xml-option append_arg:"--ppp_translator" \
		--xml-option append_arg:"replace/llvm::AlignOf<NextTy>::Alignment/(llvm::AlignOf<NextTy>::Alignment)"; \
fi)
# Due to bug upstream, no symlink here
rm -fr tools/clang/tools/extra
cp -R -H clang-tools-extra tools/clang/tools/extra
echo "Running tests: yes"
Running tests: yes
# if cmake is installed in /tmp/cmake/ uses it
# Used to build llvm on old ubuntu (precise) on the llvm.org/apt/ ci
CMAKE_BIN=cmake; \
if test -f /tmp/cmake/bin/cmake; then \
	CMAKE_BIN=/tmp/cmake/bin/cmake; \
fi; \
echo "Using cmake: $CMAKE_BIN"; \
cd build-llvm && \
 $CMAKE_BIN ../ \
-DCMAKE_INSTALL_PREFIX=/usr/lib/llvm-5.0 \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO="-O2 -DNDEBUG" \
-DCMAKE_CXX_FLAGS='-std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files' \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DLLVM_INSTALL_UTILS=ON \
-DLLVM_VERSION_SUFFIX= \
-DLLVM_ENABLE_SPHINX=ON \
-DSPHINX_WARNINGS_AS_ERRORS=OFF \
-DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_ENABLE_RTTI=ON \
-DLLVM_ENABLE_FFI=ON \
 -DLLVM_BINUTILS_INCDIR=/usr/include/ \
-DLIBCLANG_LIBRARY_VERSION=1 \
-DPOLLY_BUNDLED_JSONCPP=OFF
Using cmake: cmake
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/gcc-7
-- Check for working C compiler: /usr/bin/gcc-7
-- Check for working C compiler: /usr/bin/gcc-7 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/g++-7
-- Check for working CXX compiler: /usr/bin/g++-7 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for dirent.h
-- Looking for dirent.h - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for link.h
-- Looking for link.h - found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for malloc/malloc.h
-- Looking for malloc/malloc.h - not found
-- Looking for ndir.h
-- Looking for ndir.h - not found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for sys/dir.h
-- Looking for sys/dir.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/ndir.h
-- Looking for sys/ndir.h - not found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/uio.h
-- Looking for sys/uio.h - found
-- Looking for termios.h
-- Looking for termios.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for valgrind/valgrind.h
-- Looking for valgrind/valgrind.h - not found
-- Looking for zlib.h
-- Looking for zlib.h - found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for FE_ALL_EXCEPT
-- Looking for FE_ALL_EXCEPT - found
-- Looking for FE_INEXACT
-- Looking for FE_INEXACT - found
-- Looking for mach/mach.h
-- Looking for mach/mach.h - not found
-- Looking for histedit.h
-- Looking for histedit.h - found
-- Looking for CrashReporterClient.h
-- Looking for CrashReporterClient.h - not found
-- Looking for linux/magic.h
-- Looking for linux/magic.h - found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Looking for pthread_getspecific in pthread
-- Looking for pthread_getspecific in pthread - found
-- Looking for pthread_rwlock_init in pthread
-- Looking for pthread_rwlock_init in pthread - found
-- Looking for pthread_mutex_lock in pthread
-- Looking for pthread_mutex_lock in pthread - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Looking for compress2 in z
-- Looking for compress2 in z - found
-- Looking for el_init in edit
-- Looking for el_init in edit - found
-- Looking for setupterm in tinfo
-- Looking for setupterm in tinfo - found
-- Looking for xar_open in xar
-- Looking for xar_open in xar - not found
-- Looking for arc4random
-- Looking for arc4random - not found
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /usr/include  
-- Looking for _Unwind_Backtrace
-- Looking for _Unwind_Backtrace - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for getrusage
-- Looking for getrusage - found
-- Looking for setrlimit
-- Looking for setrlimit - found
-- Looking for isatty
-- Looking for isatty - found
-- Looking for futimens
-- Looking for futimens - found
-- Looking for futimes
-- Looking for futimes - found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - found
-- Looking for sigaltstack
-- Looking for sigaltstack - found
-- Looking for writev
-- Looking for writev - found
-- Looking for lseek64
-- Looking for lseek64 - found
-- Looking for mallctl
-- Looking for mallctl - not found
-- Looking for mallinfo
-- Looking for mallinfo - found
-- Looking for malloc_zone_statistics
-- Looking for malloc_zone_statistics - not found
-- Looking for mkdtemp
-- Looking for mkdtemp - found
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for mktemp
-- Looking for mktemp - found
-- Looking for getcwd
-- Looking for getcwd - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for getrlimit
-- Looking for getrlimit - found
-- Looking for posix_spawn
-- Looking for posix_spawn - found
-- Looking for pread
-- Looking for pread - found
-- Looking for realpath
-- Looking for realpath - found
-- Looking for sbrk
-- Looking for sbrk - found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for strerror_s
-- Looking for strerror_s - not found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for dladdr
-- Looking for dladdr - not found
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Looking for pthread_getname_np in pthread
-- Looking for pthread_getname_np in pthread - found
-- Looking for pthread_setname_np in pthread
-- Looking for pthread_setname_np in pthread - found
-- Performing Test HAVE_INT64_T
-- Performing Test HAVE_INT64_T - Success
-- Performing Test HAVE_UINT64_T
-- Performing Test HAVE_UINT64_T - Success
-- Performing Test HAVE_U_INT64_T
-- Performing Test HAVE_U_INT64_T - Success
-- Looking for ffi_call
-- Looking for ffi_call - found
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB
-- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success
-- Performing Test LLVM_HAS_ATOMICS
-- Performing Test LLVM_HAS_ATOMICS - Success
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG
-- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG
-- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed
-- Performing Test HAS_MAYBE_UNINITIALIZED
-- Performing Test HAS_MAYBE_UNINITIALIZED - Success
-- Native target architecture is X86
-- Threads enabled.
-- Doxygen disabled.
-- Go bindings disabled.
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- OCaml bindings disabled.
-- LLVM host triple: x86_64-pc-linux-gnu
-- LLVM default target triple: x86_64-pc-linux-gnu
-- Performing Test C_SUPPORTS_FPIC
-- Performing Test C_SUPPORTS_FPIC - Success
-- Performing Test CXX_SUPPORTS_FPIC
-- Performing Test CXX_SUPPORTS_FPIC - Success
-- Building with -fPIC
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG
-- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME
-- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME
-- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success
-- Performing Test CXX_SUPPORTS_CXX11
-- Performing Test CXX_SUPPORTS_CXX11 - Success
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG
-- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
-- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
-- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Failed
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
-- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP
-- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG
-- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG
-- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed
-- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS
-- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success
-- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS
-- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success
-- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS
-- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success
-- Performing Test C_SUPPORTS_FDATA_SECTIONS
-- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success
-- Performing Test CXX_SUPPORTS_FDATA_SECTIONS
-- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success
-- Found PythonInterp: /usr/bin/python2.7 (found version "2.7.14") 
-- Constructing LLVMBuild project information
-- Linker detection: GNU ld
-- Targeting AArch64
-- Targeting AMDGPU
-- Targeting ARM
-- Targeting BPF
-- Targeting Hexagon
-- Targeting Lanai
-- Targeting Mips
-- Targeting MSP430
-- Targeting NVPTX
-- Targeting PowerPC
-- Targeting Sparc
-- Targeting SystemZ
-- Targeting X86
-- Targeting XCore
-- Looking for unwind.h
-- Looking for unwind.h - found
-- Performing Test COMPILER_RT_HAS_FPIC_FLAG
-- Performing Test COMPILER_RT_HAS_FPIC_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FPIE_FLAG
-- Performing Test COMPILER_RT_HAS_FPIE_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_BUILTIN_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_BUILTIN_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG
-- Performing Test COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FUNWIND_TABLES_FLAG
-- Performing Test COMPILER_RT_HAS_FUNWIND_TABLES_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG
-- Performing Test COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FRTTI_FLAG
-- Performing Test COMPILER_RT_HAS_FRTTI_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_RTTI_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_RTTI_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FFREESTANDING_FLAG
-- Performing Test COMPILER_RT_HAS_FFREESTANDING_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FNO_FUNCTION_SECTIONS_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_FUNCTION_SECTIONS_FLAG - Success
-- Performing Test COMPILER_RT_HAS_STD_CXX11_FLAG
-- Performing Test COMPILER_RT_HAS_STD_CXX11_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FTLS_MODEL_INITIAL_EXEC
-- Performing Test COMPILER_RT_HAS_FTLS_MODEL_INITIAL_EXEC - Success
-- Performing Test COMPILER_RT_HAS_FNO_LTO_FLAG
-- Performing Test COMPILER_RT_HAS_FNO_LTO_FLAG - Success
-- Performing Test COMPILER_RT_HAS_MSSE3_FLAG
-- Performing Test COMPILER_RT_HAS_MSSE3_FLAG - Success
-- Performing Test COMPILER_RT_HAS_MSSE4_2_FLAG
-- Performing Test COMPILER_RT_HAS_MSSE4_2_FLAG - Success
-- Performing Test COMPILER_RT_HAS_SYSROOT_FLAG
-- Performing Test COMPILER_RT_HAS_SYSROOT_FLAG - Success
-- Performing Test COMPILER_RT_HAS_MCRC_FLAG
-- Performing Test COMPILER_RT_HAS_MCRC_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_FVISIBILITY_INLINES_HIDDEN_FLAG
-- Performing Test COMPILER_RT_HAS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
-- Performing Test COMPILER_RT_HAS_GR_FLAG
-- Performing Test COMPILER_RT_HAS_GR_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_GS_FLAG
-- Performing Test COMPILER_RT_HAS_GS_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_MT_FLAG
-- Performing Test COMPILER_RT_HAS_MT_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_Oy_FLAG
-- Performing Test COMPILER_RT_HAS_Oy_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG
-- Performing Test COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_G_FLAG
-- Performing Test COMPILER_RT_HAS_G_FLAG - Success
-- Performing Test COMPILER_RT_HAS_Zi_FLAG
-- Performing Test COMPILER_RT_HAS_Zi_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WALL_FLAG
-- Performing Test COMPILER_RT_HAS_WALL_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WERROR_FLAG
-- Performing Test COMPILER_RT_HAS_WERROR_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WFRAME_LARGER_THAN_FLAG
-- Performing Test COMPILER_RT_HAS_WFRAME_LARGER_THAN_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG
-- Performing Test COMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WC99_EXTENSIONS_FLAG
-- Performing Test COMPILER_RT_HAS_WC99_EXTENSIONS_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WGNU_FLAG
-- Performing Test COMPILER_RT_HAS_WGNU_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WNON_VIRTUAL_DTOR_FLAG
-- Performing Test COMPILER_RT_HAS_WNON_VIRTUAL_DTOR_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WVARIADIC_MACROS_FLAG
-- Performing Test COMPILER_RT_HAS_WVARIADIC_MACROS_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WUNUSED_PARAMETER_FLAG
-- Performing Test COMPILER_RT_HAS_WUNUSED_PARAMETER_FLAG - Success
-- Performing Test COMPILER_RT_HAS_WCOVERED_SWITCH_DEFAULT_FLAG
-- Performing Test COMPILER_RT_HAS_WCOVERED_SWITCH_DEFAULT_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_W4_FLAG
-- Performing Test COMPILER_RT_HAS_W4_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WX_FLAG
-- Performing Test COMPILER_RT_HAS_WX_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4146_FLAG
-- Performing Test COMPILER_RT_HAS_WD4146_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4291_FLAG
-- Performing Test COMPILER_RT_HAS_WD4291_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4221_FLAG
-- Performing Test COMPILER_RT_HAS_WD4221_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4391_FLAG
-- Performing Test COMPILER_RT_HAS_WD4391_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4722_FLAG
-- Performing Test COMPILER_RT_HAS_WD4722_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_WD4800_FLAG
-- Performing Test COMPILER_RT_HAS_WD4800_FLAG - Failed
-- Looking for __func__
-- Looking for __func__ - found
-- Looking for fopen in c
-- Looking for fopen in c - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for shm_open in rt
-- Looking for shm_open in rt - found
-- Looking for pow in m
-- Looking for pow in m - found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Looking for __cxa_throw in stdc++
-- Looking for __cxa_throw in stdc++ - found
-- Looking for __i686__
-- Looking for __i686__ - found
-- Looking for __i386__
-- Looking for __i386__ - found
-- Compiler-RT supported architectures: x86_64;i686;i386
-- Looking for rpc/xdr.h
-- Looking for rpc/xdr.h - found
-- Looking for tirpc/rpc/xdr.h
-- Looking for tirpc/rpc/xdr.h - not found
-- Performing Test COMPILER_RT_HAS_STD_C11_FLAG
-- Performing Test COMPILER_RT_HAS_STD_C11_FLAG - Success
-- Performing Test COMPILER_RT_HAS_VISIBILITY_HIDDEN_FLAG
-- Performing Test COMPILER_RT_HAS_VISIBILITY_HIDDEN_FLAG - Success
-- Performing Test COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG
-- Performing Test COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG - Success
-- Performing Test COMPILER_RT_HAS_FREESTANDING_FLAG
-- Performing Test COMPILER_RT_HAS_FREESTANDING_FLAG - Success
-- Performing Test COMPILER_RT_HAS_XRAY_COMPILER_FLAG
-- Performing Test COMPILER_RT_HAS_XRAY_COMPILER_FLAG - Failed
-- Performing Test COMPILER_RT_HAS_ATOMIC_KEYWORD
-- Performing Test COMPILER_RT_HAS_ATOMIC_KEYWORD - Success
-- Builtin supported architectures: i386;i686;x86_64
-- Performing Test COMPILER_RT_TARGET_HAS_ATOMICS
-- Performing Test COMPILER_RT_TARGET_HAS_ATOMICS - Success
-- Performing Test COMPILER_RT_TARGET_HAS_FCNTL_LCK
-- Performing Test COMPILER_RT_TARGET_HAS_FCNTL_LCK - Success
-- Linker detection: GNU ld
-- Linker detection: GNU ld
-- Builtin supported architectures: i386;i686;x86_64
-- Found Jsoncpp: /usr/include/jsoncpp  
-- Sphinx enabled.
-- Found Sphinx: /usr/bin/sphinx-build  
-- ISL version: isl-0.18-791-ga22eb92
-- Performing Test HAS_ATTRIBUTE_WARN_UNUSED_RESULT
-- Performing Test HAS_ATTRIBUTE_WARN_UNUSED_RESULT - Success
-- Performing Test HAVE___ATTRIBUTE__
-- Performing Test HAVE___ATTRIBUTE__ - Success
-- Performing Test HAVE_DECL_FFS
-- Performing Test HAVE_DECL_FFS - Success
-- Performing Test HAVE_DECL___BUILTIN_FFS
-- Performing Test HAVE_DECL___BUILTIN_FFS - Success
-- Performing Test HAVE_DECL__BITSCANFORWARD
-- Performing Test HAVE_DECL__BITSCANFORWARD - Failed
-- Performing Test HAVE_DECL_STRCASECMP
-- Performing Test HAVE_DECL_STRCASECMP - Success
-- Performing Test HAVE_DECL__STRICMP
-- Performing Test HAVE_DECL__STRICMP - Failed
-- Performing Test HAVE_DECL_STRNCASECMP
-- Performing Test HAVE_DECL_STRNCASECMP - Success
-- Performing Test HAVE_DECL__STRNICMP
-- Performing Test HAVE_DECL__STRNICMP - Failed
-- Performing Test HAVE_DECL_SNPRINTF
-- Performing Test HAVE_DECL_SNPRINTF - Success
-- Performing Test HAVE_DECL__SNPRINTF
-- Performing Test HAVE_DECL__SNPRINTF - Failed
-- Performing Test HAVE_UINT8T
-- Performing Test HAVE_UINT8T - Failed
-- Performing Test HAVE_SYS_INTTYPES_H
-- Performing Test HAVE_SYS_INTTYPES_H - Failed
-- PPCG version: ppcg-0.04
-- Could NOT find Z3 (missing: Z3_LIBRARIES Z3_INCLUDE_DIR) (Required is at least version "4.5")
-- Looking for sys/resource.h
-- Looking for sys/resource.h - found
-- Clang version: 5.0.1
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG
-- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed
-- Sphinx enabled.
-- Sphinx enabled.
-- LLD version: 5.0.1
-- Sphinx enabled.
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.14+") 
-- Performing Test CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS
-- Performing Test CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS - Success
-- Performing Test CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS
-- Performing Test CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS - Success
-- Performing Test CXX_SUPPORTS_NO_STRICT_ALIASING
-- Performing Test CXX_SUPPORTS_NO_STRICT_ALIASING - Success
-- Performing Test CXX_SUPPORTS_NO_DEPRECATED_REGISTER
-- Performing Test CXX_SUPPORTS_NO_DEPRECATED_REGISTER - Success
-- Performing Test CXX_SUPPORTS_NO_VLA_EXTENSION
-- Performing Test CXX_SUPPORTS_NO_VLA_EXTENSION - Success
-- LLDB version: 5.0.1
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) 
-- Found Curses: /usr/lib/x86_64-linux-gnu/libcurses.so  
-- Looking for __GLIBCXX__
-- Looking for __GLIBCXX__ - found
-- Performing Test LLDB_USING_LIBSTDCXX_4_9
-- Performing Test LLDB_USING_LIBSTDCXX_4_9 - Success
-- Looking for ppoll
-- Looking for ppoll - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for include files sys/types.h, sys/event.h
-- Looking for include files sys/types.h, sys/event.h - not found
-- Performing Test HAVE_PROCESS_VM_READV
-- Performing Test HAVE_PROCESS_VM_READV - Success
-- Performing Test HAVE_NR_PROCESS_VM_READV
-- Performing Test HAVE_NR_PROCESS_VM_READV - Success
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Found SWIG: /usr/bin/swig3.0 (found version "3.0.12") 
-- Performing Test CXX_SUPPORTS_NO_MACRO_REDEFINED
-- Performing Test CXX_SUPPORTS_NO_MACRO_REDEFINED - Success
-- Symbols (liblldb): exporting all symbols from the lldb namespace
-- Sphinx enabled.
-- Configuring done
-- Generating done
-- Build files have been written to: /build/llvm-toolchain-5.0-5.0.1/build-llvm
make[1]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/llvm-toolchain-5.0-5.0.1'
/usr/bin/make -j 4 -C build-llvm VERBOSE=1 CLANG_VENDOR=Debian CXXFLAGS="-std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files"  LDFLAGS=" -fuse-ld=gold --no-keep-files-mapped --no-map-whole-files" REQUIRES_RTTI=1 DEBUGMAKE=1
make[2]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/cmake -H/build/llvm-toolchain-5.0-5.0.1 -B/build/llvm-toolchain-5.0-5.0.1/build-llvm --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /build/llvm-toolchain-5.0-5.0.1/build-llvm/CMakeFiles /build/llvm-toolchain-5.0-5.0.1/build-llvm/CMakeFiles/progress.marks
/usr/bin/make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Demangle/CMakeFiles/LLVMDemangle.dir/build.make lib/Demangle/CMakeFiles/LLVMDemangle.dir/depend
/usr/bin/make -f lib/Support/CMakeFiles/LLVMSupport.dir/build.make lib/Support/CMakeFiles/LLVMSupport.dir/depend
/usr/bin/make -f lib/TableGen/CMakeFiles/LLVMTableGen.dir/build.make lib/TableGen/CMakeFiles/LLVMTableGen.dir/depend
/usr/bin/make -f utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/build.make utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen/CMakeFiles/LLVMTableGen.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Demangle /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle/CMakeFiles/LLVMDemangle.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support/CMakeFiles/LLVMSupport.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen/CMakeFiles/LLVMTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen/CMakeFiles/LLVMTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen/CMakeFiles/LLVMTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle/CMakeFiles/LLVMDemangle.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle/CMakeFiles/LLVMDemangle.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle/CMakeFiles/LLVMDemangle.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/depend.internal".
Scanning dependencies of target LLVMDemangle
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Demangle/CMakeFiles/LLVMDemangle.dir/build.make lib/Demangle/CMakeFiles/LLVMDemangle.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support/CMakeFiles/LLVMSupport.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support/CMakeFiles/LLVMSupport.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support/CMakeFiles/LLVMSupport.dir/depend.internal".
[  0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle -I/build/llvm-toolchain-5.0-5.0.1/lib/Demangle -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Demangle/ItaniumDemangle.cpp
Scanning dependencies of target LLVMTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/TableGen/CMakeFiles/LLVMTableGen.dir/build.make lib/TableGen/CMakeFiles/LLVMTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTableGen.dir/Error.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/TableGen/Error.cpp
Scanning dependencies of target obj.llvm-tblgen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/build.make utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmMatcherEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/AsmMatcherEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/AsmMatcherEmitter.cpp
Scanning dependencies of target LLVMSupport
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Support/CMakeFiles/LLVMSupport.dir/build.make lib/Support/CMakeFiles/LLVMSupport.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AMDGPUCodeObjectMetadata.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/AMDGPUCodeObjectMetadata.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/AMDGPUCodeObjectMetadata.cpp
[  0%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTableGen.dir/Main.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/TableGen/Main.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/APFloat.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/APFloat.cpp
[  0%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTableGen.dir/Record.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/TableGen/Record.cpp
[  0%] Linking CXX static library ../libLLVMDemangle.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle && /usr/bin/cmake -P CMakeFiles/LLVMDemangle.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMDemangle.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMDemangle.a  CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o
/usr/bin/ranlib ../libLLVMDemangle.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Built target LLVMDemangle
/usr/bin/make -f lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/build.make lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/BinaryFormat /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/depend.internal".
Scanning dependencies of target LLVMBinaryFormat
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/build.make lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Dwarf.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat -I/build/llvm-toolchain-5.0-5.0.1/lib/BinaryFormat -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBinaryFormat.dir/Dwarf.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/BinaryFormat/Dwarf.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/APInt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/APInt.cpp
[  0%] Building CXX object lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Magic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat -I/build/llvm-toolchain-5.0-5.0.1/lib/BinaryFormat -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBinaryFormat.dir/Magic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/BinaryFormat/Magic.cpp
[  0%] Linking CXX static library ../libLLVMBinaryFormat.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat && /usr/bin/cmake -P CMakeFiles/LLVMBinaryFormat.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMBinaryFormat.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMBinaryFormat.a  CMakeFiles/LLVMBinaryFormat.dir/Dwarf.cpp.o CMakeFiles/LLVMBinaryFormat.dir/Magic.cpp.o
/usr/bin/ranlib ../libLLVMBinaryFormat.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Built target LLVMBinaryFormat
/usr/bin/make -f lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/build.make lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Hello /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/depend.internal".
Scanning dependencies of target LLVMHello_exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/build.make lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Creating export file for LLVMHello
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello && echo "LLVM_5.0 {" > LLVMHello.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello && grep -q [[:alnum:]] /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Hello/Hello.exports && echo "  global:" >> LLVMHello.exports || :
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello && sed -e "s/\$/;/" -e "s/^/    /" < /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Hello/Hello.exports >> LLVMHello.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello && echo "  local: *;" >> LLVMHello.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello && echo "};" >> LLVMHello.exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Built target LLVMHello_exports
/usr/bin/make -f include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build.make include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/Support/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/depend.internal".
Scanning dependencies of target llvm_vcsrevision_h
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build.make include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Built target llvm_vcsrevision_h
/usr/bin/make -f lib/MC/CMakeFiles/LLVMMC.dir/build.make lib/MC/CMakeFiles/LLVMMC.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/MC /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/CMakeFiles/LLVMMC.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/CMakeFiles/LLVMMC.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/CMakeFiles/LLVMMC.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/CMakeFiles/LLVMMC.dir/depend.internal".
Scanning dependencies of target LLVMMC
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/MC/CMakeFiles/LLVMMC.dir/build.make lib/MC/CMakeFiles/LLVMMC.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/ConstantPools.cpp
[  0%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/TableGen/SetTheory.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/APSInt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/APSInt.cpp
[  0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmWriterEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/AsmWriterEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/AsmWriterEmitter.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/ELFObjectWriter.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ARMBuildAttrs.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMAttributeParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ARMAttributeParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ARMAttributeParser.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ARMWinEH.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Allocator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Allocator.cpp
[  0%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/TableGen/StringMatcher.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamError.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/BinaryStreamError.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/BinaryStreamError.cpp
[  0%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/TableGen/TableGenBackend.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCAsmBackend.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/BinaryStreamReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/BinaryStreamReader.cpp
[  0%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/TableGen/TGLexer.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCAsmInfo.cpp
[  0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmWriterInst.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/AsmWriterInst.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/AsmWriterInst.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamRef.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/BinaryStreamRef.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/BinaryStreamRef.cpp
[  0%] Building CXX object lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/lib/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/TableGen/TGParser.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCAsmInfoCOFF.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/BinaryStreamWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/BinaryStreamWriter.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCAsmInfoDarwin.cpp
[  0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/Attributes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/Attributes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/Attributes.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCAsmInfoELF.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/BlockFrequency.cpp
[  0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CallingConvEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/CallingConvEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/CallingConvEmitter.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/BranchProbability.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoWasm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCAsmInfoWasm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCAsmInfoWasm.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/CachePruning.cpp
[  0%] Linking CXX static library ../libLLVMTableGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen && /usr/bin/cmake -P CMakeFiles/LLVMTableGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMTableGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMTableGen.a  CMakeFiles/LLVMTableGen.dir/Error.cpp.o CMakeFiles/LLVMTableGen.dir/Main.cpp.o CMakeFiles/LLVMTableGen.dir/Record.cpp.o CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o
/usr/bin/ranlib ../libLLVMTableGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Built target LLVMTableGen
/usr/bin/make -f lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/build.make lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/depend.internal".
Scanning dependencies of target LLVMMCParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/build.make lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser/AsmLexer.cpp
[  0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeEmitterGen.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/CodeEmitterGen.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/CodeEmitterGen.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCAsmStreamer.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/circular_raw_ostream.cpp
[  0%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser/AsmParser.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Chrono.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Chrono.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Chrono.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/COM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/COM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/COM.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/CommandLine.cpp
[  0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/CodeGenDAGPatterns.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCAssembler.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Compression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Compression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Compression.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCCodeEmitter.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCCodeView.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ConvertUTF.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ConvertUTFWrapper.cpp
[  0%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser/COFFAsmParser.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/CrashRecoveryContext.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/DataExtractor.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCContext.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Debug.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Debug.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Debug.cpp
[  0%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser/DarwinAsmParser.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DebugCounter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/DebugCounter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/DebugCounter.cpp
[  0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenInstruction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenInstruction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/CodeGenInstruction.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/DeltaAlgorithm.cpp
[  0%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser/ELFAsmParser.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/DAGDeltaAlgorithm.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDwarf.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Error.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Error.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Error.cpp
[  0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenMapTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenMapTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/CodeGenMapTable.cpp
[  0%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser/MCAsmLexer.cpp
[  0%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser/MCAsmParser.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ErrorHandling.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCELFObjectTargetWriter.cpp
[  0%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser/MCAsmParserExtension.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/FileUtilities.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCELFStreamer.cpp
[  0%] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser/MCTargetAsmParser.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/FileOutputBuffer.cpp
[  0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenRegisters.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenRegisters.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/CodeGenRegisters.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCExpr.cpp
[  0%] Linking CXX static library ../../libLLVMMCParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/cmake -P CMakeFiles/LLVMMCParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMCParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMMCParser.a  CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o
/usr/bin/ranlib ../../libLLVMMCParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Built target LLVMMCParser
/usr/bin/make -f lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/build.make lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMMCDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/build.make lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler/Disassembler.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/FoldingSet.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/FormattedStream.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/FormatVariadic.cpp
[  0%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler/MCDisassembler.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCFragment.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCFragment.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCFragment.cpp
[  0%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/GlobPattern.cpp
[  0%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInst.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCInst.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCInst.cpp
[  0%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler/MCRelocationInfo.cpp
[  0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/GraphWriter.cpp
[  0%] Building CXX object lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler/MCSymbolizer.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCInstPrinter.cpp
[  1%] Linking CXX static library ../../libLLVMMCDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler && /usr/bin/cmake -P CMakeFiles/LLVMMCDisassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMCDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMMCDisassembler.a  CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o
/usr/bin/ranlib ../../libLLVMMCDisassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  1%] Built target LLVMMCDisassembler
/usr/bin/make -f lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/build.make lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/depend.internal".
Scanning dependencies of target LLVMObjectYAML
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/build.make lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  1%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/CodeViewYAMLTypes.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Hashing.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Hashing.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Hashing.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCInstrAnalysis.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/IntEqClasses.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCInstrDesc.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/IntervalMap.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/JamCRC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/JamCRC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/JamCRC.cpp
[  1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenSchedule.cpp.o
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCLabel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenSchedule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/CodeGenSchedule.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCLabel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCLabel.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCLinkerOptimizationHint.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LEB128.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/LEB128.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/LEB128.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/LineIterator.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCMachOStreamer.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Locale.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Locale.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Locale.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/LockFileManager.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/LowLevelType.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/LowLevelType.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/LowLevelType.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCMachObjectTargetWriter.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ManagedStatic.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCNullStreamer.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/MathExtras.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/MemoryBuffer.cpp
[  1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenTarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/CodeGenTarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/CodeGenTarget.cpp
[  1%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLSymbols.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLSymbols.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCObjectFileInfo.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/MD5.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/MD5.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/MD5.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/NativeFormatting.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCObjectStreamer.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Options.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Options.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Options.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Parallel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Parallel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Parallel.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/PluginLoader.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCObjectWriter.cpp
[  1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/DAGISelEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/DAGISelEmitter.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/PrettyStackTrace.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCRegisterInfo.cpp
[  1%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/RandomNumberGenerator.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCSchedule.cpp
[  1%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCSection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCSection.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Regex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Regex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Regex.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/DAGISelMatcherEmitter.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCSectionCOFF.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ScaledNumber.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCSectionELF.cpp
[  2%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLDebugSections.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLDebugSections.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ScopedPrinter.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCSectionMachO.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SHA1.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/SHA1.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/SHA1.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSectionWasm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCSectionWasm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCSectionWasm.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/SmallPtrSet.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherGen.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherGen.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/DAGISelMatcherGen.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/SmallVector.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCStreamer.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/SourceMgr.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/SpecialCaseList.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCSubtargetInfo.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/DAGISelMatcherOpt.cpp
[  2%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/COFFYAML.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Statistic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Statistic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Statistic.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCSymbol.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCSymbolELF.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/StringExtras.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcher.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcher.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/DAGISelMatcher.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/StringMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/StringMap.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCTargetOptions.cpp
[  2%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/DWARFEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/DWARFEmitter.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringPool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/StringPool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/StringPool.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCValue.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/StringSaver.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWasmObjectTargetWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCWasmObjectTargetWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCWasmObjectTargetWriter.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/StringRef.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/StringRef.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/StringRef.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWasmStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCWasmStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCWasmStreamer.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/DFAPacketizerEmitter.cpp
[  2%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFVisitor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/DWARFVisitor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/DWARFVisitor.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/SystemUtils.cpp
[  2%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/DWARFYAML.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TarWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/TarWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/TarWriter.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCWin64EH.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TargetParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/TargetParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/TargetParser.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCWinCOFFStreamer.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DisassemblerEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/DisassemblerEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/DisassemblerEmitter.cpp
[  2%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/ELFYAML.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ThreadPool.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCWinEH.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/FastISelEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/FastISelEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/FastISelEmitter.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Timer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Timer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Timer.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/MachObjectWriter.cpp
[  2%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/MachOYAML.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ToolOutputFile.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TrigramIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/TrigramIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/TrigramIndex.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/StringTableBuilder.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Triple.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Triple.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Triple.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/FixedLenDecoderEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/FixedLenDecoderEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/FixedLenDecoderEmitter.cpp
[  2%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/ObjectYAML.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/SubtargetFeature.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/SubtargetFeature.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/SubtargetFeature.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WasmObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/WasmObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/WasmObjectWriter.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Twine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Twine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Twine.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Unicode.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Unicode.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Unicode.cpp
[  2%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmYAML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/WasmYAML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/WasmYAML.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/YAMLParser.cpp
[  2%] Building CXX object lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/lib/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/MC/WinCOFFObjectWriter.cpp
[  2%] Building CXX object lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML/YAML.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/GlobalISelEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/GlobalISelEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/GlobalISelEmitter.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/YAMLTraits.cpp
[  2%] Linking CXX static library ../libLLVMObjectYAML.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/cmake -P CMakeFiles/LLVMObjectYAML.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMObjectYAML.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMObjectYAML.a  CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypes.cpp.o CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLSymbols.cpp.o CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLDebugSections.cpp.o CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o CMakeFiles/LLVMObjectYAML.dir/DWARFEmitter.cpp.o CMakeFiles/LLVMObjectYAML.dir/DWARFVisitor.cpp.o CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o CMakeFiles/LLVMObjectYAML.dir/WasmYAML.cpp.o CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o
/usr/bin/ranlib ../libLLVMObjectYAML.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  2%] Built target LLVMObjectYAML
/usr/bin/make -f lib/Option/CMakeFiles/LLVMOption.dir/build.make lib/Option/CMakeFiles/LLVMOption.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Option /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option/CMakeFiles/LLVMOption.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option/CMakeFiles/LLVMOption.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option/CMakeFiles/LLVMOption.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option/CMakeFiles/LLVMOption.dir/depend.internal".
Scanning dependencies of target LLVMOption
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Option/CMakeFiles/LLVMOption.dir/build.make lib/Option/CMakeFiles/LLVMOption.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  2%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/Arg.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option -I/build/llvm-toolchain-5.0-5.0.1/lib/Option -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOption.dir/Arg.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Option/Arg.cpp
[  2%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/ArgList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option -I/build/llvm-toolchain-5.0-5.0.1/lib/Option -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOption.dir/ArgList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Option/ArgList.cpp
[  2%] Linking CXX static library ../libLLVMMC.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/cmake -P CMakeFiles/LLVMMC.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMC.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMMC.a  CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o CMakeFiles/LLVMMC.dir/MCAsmInfoWasm.cpp.o CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o CMakeFiles/LLVMMC.dir/MCContext.cpp.o CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o CMakeFiles/LLVMMC.dir/MCExpr.cpp.o CMakeFiles/LLVMMC.dir/MCFragment.cpp.o CMakeFiles/LLVMMC.dir/MCInst.cpp.o CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o CMakeFiles/LLVMMC.dir/MCLabel.cpp.o CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o CMakeFiles/LLVMMC.dir/MCSection.cpp.o CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o CMakeFiles/LLVMMC.dir/MCSectionWasm.cpp.o CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o CMakeFiles/LLVMMC.dir/MCValue.cpp.o CMakeFiles/LLVMMC.dir/MCWasmObjectTargetWriter.cpp.o CMakeFiles/LLVMMC.dir/MCWasmStreamer.cpp.o CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o CMakeFiles/LLVMMC.dir/SubtargetFeature.cpp.o CMakeFiles/LLVMMC.dir/WasmObjectWriter.cpp.o CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o
/usr/bin/ranlib ../libLLVMMC.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  2%] Built target LLVMMC
/usr/bin/make -f lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/build.make lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/depend.internal".
Scanning dependencies of target LLVMDebugInfoDWARF
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/build.make lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/raw_os_ostream.cpp
[  2%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/Option.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option -I/build/llvm-toolchain-5.0-5.0.1/lib/Option -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOption.dir/Option.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Option/Option.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/raw_ostream.cpp
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
[  2%] Building CXX object lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option -I/build/llvm-toolchain-5.0-5.0.1/lib/Option -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOption.dir/OptTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Option/OptTable.cpp
[  2%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regcomp.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -o CMakeFiles/LLVMSupport.dir/regcomp.c.o   -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/regcomp.c
[  2%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regerror.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -o CMakeFiles/LLVMSupport.dir/regerror.c.o   -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/regerror.c
[  2%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regexec.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -o CMakeFiles/LLVMSupport.dir/regexec.c.o   -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/regexec.c
[  2%] Linking CXX static library ../libLLVMOption.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option && /usr/bin/cmake -P CMakeFiles/LLVMOption.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMOption.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMOption.a  CMakeFiles/LLVMOption.dir/Arg.cpp.o CMakeFiles/LLVMOption.dir/ArgList.cpp.o CMakeFiles/LLVMOption.dir/Option.cpp.o CMakeFiles/LLVMOption.dir/OptTable.cpp.o
/usr/bin/ranlib ../libLLVMOption.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  2%] Built target LLVMOption
/usr/bin/make -f lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/build.make lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/MSF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/depend.internal".
Scanning dependencies of target LLVMDebugInfoMSF
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/build.make lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  2%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/MSF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/MSF/MappedBlockStream.cpp
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
[  2%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regfree.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -o CMakeFiles/LLVMSupport.dir/regfree.c.o   -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/regfree.c
[  2%] Building C object lib/Support/CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -o CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o   -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/regstrlcpy.c
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/xxhash.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/xxhash.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/xxhash.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Atomic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Atomic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Atomic.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/DynamicLibrary.cpp
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFContext.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Errno.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Errno.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Errno.cpp
[  2%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/MSF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/MSF/MSFBuilder.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Host.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Host.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Host.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/InstrInfoEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/InstrInfoEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/InstrInfoEmitter.cpp
[  2%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/MSF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/MSF/MSFCommon.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Memory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Memory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Memory.cpp
[  2%] Building CXX object lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/MSF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/MSF/MSFError.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Mutex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Mutex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Mutex.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Path.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Path.cpp
[  2%] Linking CXX static library ../../libLLVMDebugInfoMSF.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF && /usr/bin/cmake -P CMakeFiles/LLVMDebugInfoMSF.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMDebugInfoMSF.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMDebugInfoMSF.a  CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o
/usr/bin/ranlib ../../libLLVMDebugInfoMSF.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  2%] Built target LLVMDebugInfoMSF
/usr/bin/make -f lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/build.make lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/depend.internal".
Scanning dependencies of target LLVMDebugInfoCodeView
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/build.make lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  2%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/CodeViewError.cpp
[  2%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/IntrinsicEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/IntrinsicEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/IntrinsicEmitter.cpp
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDataExtractor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDataExtractor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Process.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Process.cpp
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
[  2%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
In file included from /build/llvm-toolchain-5.0-5.0.1/lib/Support/Unix/Unix.h:24:0,
                 from /build/llvm-toolchain-5.0-5.0.1/lib/Support/Unix/Process.inc:14,
                 from /build/llvm-toolchain-5.0-5.0.1/lib/Support/Process.cpp:85:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/Errno.h:34:13: warning: mangled name for 'decltype (F(llvm::sys::RetryAfterSignal::As ...)) llvm::sys::RetryAfterSignal(const FailT&, const Fun&, const Args& ...) [with FailT = int; Fun = int(int, stat*) throw (); Args = {int, stat*}]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 inline auto RetryAfterSignal(const FailT &Fail, const Fun &F,
             ^~~~~~~~~~~~~~~~
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Program.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Program.cpp
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
[  2%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/RWMutex.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/OptParserEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/OptParserEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/OptParserEmitter.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Signals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Signals.cpp
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/PseudoLoweringEmitter.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/TargetRegistry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/TargetRegistry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/TargetRegistry.cpp
[  2%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugChecksumsSubsection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugChecksumsSubsection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ThreadLocal.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/ThreadLocal.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/ThreadLocal.cpp
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Threading.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Threading.cpp
[  2%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossExSubsection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossExSubsection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Valgrind.cpp
[  2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Support/Watchdog.cpp
[  2%] Linking CXX static library ../libLLVMSupport.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/cmake -P CMakeFiles/LLVMSupport.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSupport.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMSupport.a  CMakeFiles/LLVMSupport.dir/AMDGPUCodeObjectMetadata.cpp.o CMakeFiles/LLVMSupport.dir/APFloat.cpp.o CMakeFiles/LLVMSupport.dir/APInt.cpp.o CMakeFiles/LLVMSupport.dir/APSInt.cpp.o CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o CMakeFiles/LLVMSupport.dir/ARMAttributeParser.cpp.o CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o CMakeFiles/LLVMSupport.dir/Allocator.cpp.o CMakeFiles/LLVMSupport.dir/BinaryStreamError.cpp.o CMakeFiles/LLVMSupport.dir/BinaryStreamReader.cpp.o CMakeFiles/LLVMSupport.dir/BinaryStreamRef.cpp.o CMakeFiles/LLVMSupport.dir/BinaryStreamWriter.cpp.o CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o CMakeFiles/LLVMSupport.dir/Chrono.cpp.o CMakeFiles/LLVMSupport.dir/COM.cpp.o CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o CMakeFiles/LLVMSupport.dir/Compression.cpp.o CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o CMakeFiles/LLVMSupport.dir/Debug.cpp.o CMakeFiles/LLVMSupport.dir/DebugCounter.cpp.o CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o CMakeFiles/LLVMSupport.dir/Error.cpp.o CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o CMakeFiles/LLVMSupport.dir/Hashing.cpp.o CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o CMakeFiles/LLVMSupport.dir/JamCRC.cpp.o CMakeFiles/LLVMSupport.dir/LEB128.cpp.o CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o CMakeFiles/LLVMSupport.dir/Locale.cpp.o CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o CMakeFiles/LLVMSupport.dir/LowLevelType.cpp.o CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o CMakeFiles/LLVMSupport.dir/MD5.cpp.o CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o CMakeFiles/LLVMSupport.dir/Options.cpp.o CMakeFiles/LLVMSupport.dir/Parallel.cpp.o CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o CMakeFiles/LLVMSupport.dir/Regex.cpp.o CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o CMakeFiles/LLVMSupport.dir/SHA1.cpp.o CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o CMakeFiles/LLVMSupport.dir/Statistic.cpp.o CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o CMakeFiles/LLVMSupport.dir/StringMap.cpp.o CMakeFiles/LLVMSupport.dir/StringPool.cpp.o CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o CMakeFiles/LLVMSupport.dir/StringRef.cpp.o CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o CMakeFiles/LLVMSupport.dir/TarWriter.cpp.o CMakeFiles/LLVMSupport.dir/TargetParser.cpp.o CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o CMakeFiles/LLVMSupport.dir/Timer.cpp.o CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o CMakeFiles/LLVMSupport.dir/TrigramIndex.cpp.o CMakeFiles/LLVMSupport.dir/Triple.cpp.o CMakeFiles/LLVMSupport.dir/Twine.cpp.o CMakeFiles/LLVMSupport.dir/Unicode.cpp.o CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o CMakeFiles/LLVMSupport.dir/regcomp.c.o CMakeFiles/LLVMSupport.dir/regerror.c.o CMakeFiles/LLVMSupport.dir/regexec.c.o CMakeFiles/LLVMSupport.dir/regfree.c.o CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o CMakeFiles/LLVMSupport.dir/xxhash.cpp.o CMakeFiles/LLVMSupport.dir/Atomic.cpp.o CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o CMakeFiles/LLVMSupport.dir/Errno.cpp.o CMakeFiles/LLVMSupport.dir/Host.cpp.o CMakeFiles/LLVMSupport.dir/Memory.cpp.o CMakeFiles/LLVMSupport.dir/Mutex.cpp.o CMakeFiles/LLVMSupport.dir/Path.cpp.o CMakeFiles/LLVMSupport.dir/Process.cpp.o CMakeFiles/LLVMSupport.dir/Program.cpp.o CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o CMakeFiles/LLVMSupport.dir/Signals.cpp.o CMakeFiles/LLVMSupport.dir/TargetRegistry.cpp.o CMakeFiles/LLVMSupport.dir/ThreadLocal.cpp.o CMakeFiles/LLVMSupport.dir/Threading.cpp.o CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o
/usr/bin/ranlib ../libLLVMSupport.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  2%] Built target LLVMSupport
/usr/bin/make -f lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/build.make lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/DependInfo.cmake --color=
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/RegisterBankEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/RegisterBankEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/RegisterBankEmitter.cpp
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/depend.internal".
Scanning dependencies of target LLVMDebugInfoPDB
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/build.make lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  2%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/GenericError.cpp
[  2%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
[  2%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
[  2%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/IPDBSourceFile.cpp
[  2%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDB.cpp
[  2%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugFrameDataSubsection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugFrameDataSubsection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp
[  2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/RegisterInfoEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/RegisterInfoEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/RegisterInfoEmitter.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugInlineeLinesSubsection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugInlineeLinesSubsection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBContext.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugLinesSubsection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugLinesSubsection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBExtras.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugStringTableSubsection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugStringTableSubsection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugSubsection.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionRecord.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionRecord.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbol.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFDie.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionVisitor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionVisitor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
[  4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SearchableTableEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/SearchableTableEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/SearchableTableEmitter.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolRVASubsection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolRVASubsection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolBlock.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFFormValue.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolsSubsection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolsSubsection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp
[  4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/SubtargetEmitter.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/EnumTables.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Formatters.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/Formatters.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/Formatters.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolCustom.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/LazyRandomTypeCollection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/LazyRandomTypeCollection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFUnit.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolData.cpp
[  4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/SubtargetFeatureInfo.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolExe.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/Line.cpp
[  4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/TableGen.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/TableGen.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/TableGen.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFVerifier.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFVerifier.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/DWARFVerifier.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/RecordSerialization.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolFunc.cpp
[  4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/Types.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/Types.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/Types.cpp
[  4%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86DisassemblerTables.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/X86DisassemblerTables.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/X86DisassemblerTables.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/StringsAndChecksums.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/StringsAndChecksums.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/StringsAndChecksums.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp
[  4%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
[  4%] Building CXX object lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/SyntaxHighlighting.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoDWARF.dir/SyntaxHighlighting.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF/SyntaxHighlighting.cpp
[  4%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp
[  5%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86EVEX2VEXTablesEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/X86EVEX2VEXTablesEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp
[  5%] Linking CXX static library ../../libLLVMDebugInfoDWARF.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/cmake -P CMakeFiles/LLVMDebugInfoDWARF.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMDebugInfoDWARF.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMDebugInfoDWARF.a  CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDataExtractor.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFVerifier.cpp.o CMakeFiles/LLVMDebugInfoDWARF.dir/SyntaxHighlighting.cpp.o
/usr/bin/ranlib ../../libLLVMDebugInfoDWARF.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target LLVMDebugInfoDWARF
/usr/bin/make -f lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/build.make lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/Symbolize /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/depend.internal".
Scanning dependencies of target LLVMSymbolize
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/build.make lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/Symbolize -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/Symbolize/DIPrinter.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolLabel.cpp
[  5%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/Symbolize -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
[  5%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/SymbolDumper.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp
[  5%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86ModRMFilters.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/X86ModRMFilters.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/X86ModRMFilters.cpp
[  5%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86RecognizableInstr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/X86RecognizableInstr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/X86RecognizableInstr.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolThunk.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp
[  5%] Building CXX object lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/Symbolize -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/Symbolize/Symbolize.cpp
[  5%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CTagsEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.llvm-tblgen.dir/CTagsEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/TableGen/CTagsEmitter.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target obj.llvm-tblgen
/usr/bin/make -f lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/build.make lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/LineEditor /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/depend.internal".
Scanning dependencies of target LLVMLineEditor
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/build.make lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Building CXX object lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/LineEditor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor -I/build/llvm-toolchain-5.0-5.0.1/lib/LineEditor -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLineEditor.dir/LineEditor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/LineEditor/LineEditor.cpp
[  5%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolSerializer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolSerializer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/SymbolSerializer.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp
[  5%] Linking CXX static library ../libLLVMLineEditor.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor && /usr/bin/cmake -P CMakeFiles/LLVMLineEditor.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMLineEditor.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMLineEditor.a  CMakeFiles/LLVMLineEditor.dir/LineEditor.cpp.o
/usr/bin/ranlib ../libLLVMLineEditor.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target LLVMLineEditor
/usr/bin/make -f lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/build.make lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/depend.internal".
Scanning dependencies of target LLVMFuzzerNoMainObjects
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/build.make lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerCrossOver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerCrossOver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerCrossOver.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerDriver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerDriver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerDriver.cpp
[  5%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumpVisitor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumpVisitor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp
[  5%] Linking CXX static library ../../libLLVMSymbolize.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize && /usr/bin/cmake -P CMakeFiles/LLVMSymbolize.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSymbolize.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMSymbolize.a  CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o
/usr/bin/ranlib ../../libLLVMSymbolize.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target LLVMSymbolize
/usr/bin/make -f utils/unittest/CMakeFiles/gtest.dir/build.make utils/unittest/CMakeFiles/gtest.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/unittest /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/CMakeFiles/gtest.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/CMakeFiles/gtest.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/CMakeFiles/gtest.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/CMakeFiles/gtest.dir/depend.internal".
Scanning dependencies of target gtest
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/unittest/CMakeFiles/gtest.dir/build.make utils/unittest/CMakeFiles/gtest.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Building CXX object utils/unittest/CMakeFiles/gtest.dir/googletest/src/gtest-all.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest && /usr/bin/g++-7  -DGTEST_HAS_RTTI=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -Wno-variadic-macros  -fno-exceptions -o CMakeFiles/gtest.dir/googletest/src/gtest-all.cc.o -c /build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/src/gtest-all.cc
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsDlsym.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsDlsym.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsDlsymWin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsDlsymWin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerExtFunctionsDlsymWin.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsWeak.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsWeak.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerExtFunctionsWeak.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtraCounters.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtraCounters.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerExtraCounters.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerIO.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIOPosix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIOPosix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerIOPosix.cpp
[  5%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/TypeIndex.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIOWindows.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIOWindows.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerIOWindows.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerLoop.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerLoop.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerLoop.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp
[  5%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndexDiscovery.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndexDiscovery.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
[  5%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeName.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeName.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/TypeName.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerMerge.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerMerge.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerMerge.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp
[  5%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp
[  5%] Building CXX object utils/unittest/CMakeFiles/gtest.dir/googlemock/src/gmock-all.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest && /usr/bin/g++-7  -DGTEST_HAS_RTTI=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -Wno-variadic-macros  -fno-exceptions -o CMakeFiles/gtest.dir/googlemock/src/gmock-all.cc.o -c /build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/src/gmock-all.cc
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerMutate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerMutate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerMutate.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp
[  5%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeSerializer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeSerializer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/TypeSerializer.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerSHA1.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerSHA1.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerSHA1.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerShmemPosix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerShmemPosix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerShmemPosix.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerShmemWindows.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerShmemWindows.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerShmemWindows.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerTracePC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerTracePC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerTracePC.cpp
[  5%] Linking CXX static library ../../lib/libgtest.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest && /usr/bin/cmake -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest && /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=1
/usr/bin/ar qc ../../lib/libgtest.a  CMakeFiles/gtest.dir/googletest/src/gtest-all.cc.o CMakeFiles/gtest.dir/googlemock/src/gmock-all.cc.o
/usr/bin/ranlib ../../lib/libgtest.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target gtest
/usr/bin/make -f utils/FileCheck/CMakeFiles/FileCheck.dir/build.make utils/FileCheck/CMakeFiles/FileCheck.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/FileCheck /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck/CMakeFiles/FileCheck.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck/CMakeFiles/FileCheck.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck/CMakeFiles/FileCheck.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck/CMakeFiles/FileCheck.dir/depend.internal".
Scanning dependencies of target FileCheck
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/FileCheck/CMakeFiles/FileCheck.dir/build.make utils/FileCheck/CMakeFiles/FileCheck.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
[  5%] Building CXX object utils/FileCheck/CMakeFiles/FileCheck.dir/FileCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck -I/build/llvm-toolchain-5.0-5.0.1/utils/FileCheck -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/FileCheck.dir/FileCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/FileCheck/FileCheck.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtil.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtil.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerUtil.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp
[  5%] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeTableCollection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeTableCollection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView/TypeTableCollection.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilDarwin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilDarwin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerUtilDarwin.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilLinux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilLinux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerUtilLinux.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilPosix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilPosix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerUtilPosix.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolUnknown.cpp
[  5%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilWindows.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilWindows.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerUtilWindows.cpp
[  5%] Linking CXX executable ../../bin/FileCheck
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck && /usr/bin/cmake -E cmake_link_script CMakeFiles/FileCheck.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/FileCheck.dir/FileCheck.cpp.o  -o ../../bin/FileCheck -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../lib/libLLVMDemangle.a 
[  5%] Linking CXX static library ../../libLLVMDebugInfoCodeView.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/cmake -P CMakeFiles/LLVMDebugInfoCodeView.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMDebugInfoCodeView.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMDebugInfoCodeView.a  CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugChecksumsSubsection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossExSubsection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugFrameDataSubsection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugInlineeLinesSubsection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugLinesSubsection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugStringTableSubsection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionRecord.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionVisitor.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolRVASubsection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolsSubsection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/Formatters.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/LazyRandomTypeCollection.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/StringsAndChecksums.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolSerializer.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumpVisitor.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndex.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndexDiscovery.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeName.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeSerializer.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o CMakeFiles/LLVMDebugInfoCodeView.dir/TypeTableCollection.cpp.o
/usr/bin/ranlib ../../libLLVMDebugInfoCodeView.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target FileCheck
/usr/bin/make -f utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/build.make utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/depend
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/PerfectShuffle /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/PerfectShuffle /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/PerfectShuffle/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/depend.internal".
Scanning dependencies of target llvm-PerfectShuffle
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/build.make utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target LLVMDebugInfoCodeView
/usr/bin/make -f utils/count/CMakeFiles/count.dir/build.make utils/count/CMakeFiles/count.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/count /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count/CMakeFiles/count.dir/DependInfo.cmake --color=
[  5%] Building CXX object utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/PerfectShuffle && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/PerfectShuffle -I/build/llvm-toolchain-5.0-5.0.1/utils/PerfectShuffle -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/PerfectShuffle/PerfectShuffle.cpp
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count/CMakeFiles/count.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count/CMakeFiles/count.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count/CMakeFiles/count.dir/depend.internal".
Scanning dependencies of target count
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/count/CMakeFiles/count.dir/build.make utils/count/CMakeFiles/count.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Building C object utils/count/CMakeFiles/count.dir/count.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count -I/build/llvm-toolchain-5.0-5.0.1/utils/count -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -o CMakeFiles/count.dir/count.c.o   -c /build/llvm-toolchain-5.0-5.0.1/utils/count/count.c
[  5%] Built target LLVMFuzzerNoMainObjects
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp
[  5%] Linking C executable ../../bin/count
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count && /usr/bin/cmake -E cmake_link_script CMakeFiles/count.dir/link.txt --verbose=1
/usr/bin/gcc-7 -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/count.dir/count.c.o  -o ../../bin/count -Wl,-rpath,"\$ORIGIN/../lib" -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target count
/usr/bin/make -f utils/not/CMakeFiles/not.dir/build.make utils/not/CMakeFiles/not.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/not /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not/CMakeFiles/not.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not/CMakeFiles/not.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not/CMakeFiles/not.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not/CMakeFiles/not.dir/depend.internal".
Scanning dependencies of target not
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/not/CMakeFiles/not.dir/build.make utils/not/CMakeFiles/not.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Building CXX object utils/not/CMakeFiles/not.dir/not.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not -I/build/llvm-toolchain-5.0-5.0.1/utils/not -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/not.dir/not.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/not/not.cpp
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/PDBSymDumper.cpp
[  5%] Linking CXX executable ../../bin/llvm-PerfectShuffle
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/PerfectShuffle && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-PerfectShuffle.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o  -o ../../bin/llvm-PerfectShuffle -Wl,-rpath,"\$ORIGIN/../lib" -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target llvm-PerfectShuffle
/usr/bin/make -f utils/yaml-bench/CMakeFiles/yaml-bench.dir/build.make utils/yaml-bench/CMakeFiles/yaml-bench.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/yaml-bench /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench/CMakeFiles/yaml-bench.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench/CMakeFiles/yaml-bench.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench/CMakeFiles/yaml-bench.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench/CMakeFiles/yaml-bench.dir/depend.internal".
Scanning dependencies of target yaml-bench
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/yaml-bench/CMakeFiles/yaml-bench.dir/build.make utils/yaml-bench/CMakeFiles/yaml-bench.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Building CXX object utils/yaml-bench/CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench -I/build/llvm-toolchain-5.0-5.0.1/utils/yaml-bench -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/yaml-bench/YAMLBench.cpp
[  5%] Linking CXX executable ../../bin/not
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not && /usr/bin/cmake -E cmake_link_script CMakeFiles/not.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/not.dir/not.cpp.o  -o ../../bin/not -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../lib/libLLVMDemangle.a 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target not
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommonLibc.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/UDTLayout.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/UDTLayout.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/UDTLayout.cpp
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sancov_flags.cc
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cc
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac_libcdep.cc
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
[  5%] Linking CXX executable ../../bin/yaml-bench
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench && /usr/bin/cmake -E cmake_link_script CMakeFiles/yaml-bench.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o  -o ../../bin/yaml-bench -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../lib/libLLVMDemangle.a 
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target yaml-bench
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommon.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
[  5%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptorBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptorBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc
[  5%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Built target RTSanitizerCommonLibc.x86_64
/usr/bin/make -f projects/compiler-rt/include/CMakeFiles/compiler-rt-headers.dir/build.make projects/compiler-rt/include/CMakeFiles/compiler-rt-headers.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include/CMakeFiles/compiler-rt-headers.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include/CMakeFiles/compiler-rt-headers.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include/CMakeFiles/compiler-rt-headers.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include/CMakeFiles/compiler-rt-headers.dir/depend.internal".
Scanning dependencies of target compiler-rt-headers
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/include/CMakeFiles/compiler-rt-headers.dir/build.make projects/compiler-rt/include/CMakeFiles/compiler-rt-headers.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  5%] Copying compiler-rt's sanitizer/allocator_interface.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/allocator_interface.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/allocator_interface.h
[  5%] Copying compiler-rt's sanitizer/asan_interface.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/asan_interface.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/asan_interface.h
[  5%] Copying compiler-rt's sanitizer/common_interface_defs.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/common_interface_defs.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/common_interface_defs.h
[  5%] Copying compiler-rt's sanitizer/coverage_interface.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/coverage_interface.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/coverage_interface.h
[  5%] Copying compiler-rt's sanitizer/dfsan_interface.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/dfsan_interface.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/dfsan_interface.h
[  5%] Copying compiler-rt's sanitizer/esan_interface.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/esan_interface.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/esan_interface.h
[  5%] Copying compiler-rt's sanitizer/linux_syscall_hooks.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/linux_syscall_hooks.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/linux_syscall_hooks.h
[  5%] Copying compiler-rt's sanitizer/lsan_interface.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/lsan_interface.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/lsan_interface.h
[  5%] Copying compiler-rt's sanitizer/msan_interface.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/msan_interface.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/msan_interface.h
[  5%] Copying compiler-rt's sanitizer/tsan_interface.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/tsan_interface.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/tsan_interface.h
[  5%] Copying compiler-rt's sanitizer/tsan_interface_atomic.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/sanitizer/tsan_interface_atomic.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/sanitizer/tsan_interface_atomic.h
[  5%] Copying compiler-rt's xray/xray_interface.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/xray/xray_interface.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/xray/xray_interface.h
[  6%] Copying compiler-rt's xray/xray_log_interface.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/include && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/include/xray/xray_log_interface.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/xray/xray_log_interface.h
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  6%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o
[  6%] Built target compiler-rt-headers
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
/usr/bin/make -f projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/build.make projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/DependInfo.cmake --color=
[  6%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/DbiModuleList.cpp
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.builtins-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/build.make projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/ashldi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/ashldi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/ashldi3.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/ashrdi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/ashrdi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/ashrdi3.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/chkstk.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/chkstk.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/chkstk.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/chkstk2.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/chkstk2.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/chkstk2.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/divdi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/divdi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/divdi3.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/floatdidf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatdidf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatdidf.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/floatdisf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatdisf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatdisf.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/floatdixf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatdixf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatdixf.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/floatundidf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatundidf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatundidf.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/floatundisf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatundisf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatundisf.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/floatundixf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatundixf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatundixf.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/lshrdi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/lshrdi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/lshrdi3.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/moddi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/moddi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/moddi3.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/muldi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/muldi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/muldi3.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/udivdi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/udivdi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/udivdi3.S
[  6%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/i386/umoddi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/i386/umoddi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/umoddi3.S
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/absvdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/absvdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/absvdi2.c
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/absvsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/absvsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/absvsi2.c
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/absvti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/absvti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/absvti2.c
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/adddf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/adddf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/adddf3.c
[  6%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStream.cpp.o
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/addsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/DbiStream.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/addsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addsf3.c
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/addtf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/addtf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addtf3.c
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/addvdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/addvdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addvdi3.c
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/addvsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/addvsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addvsi3.c
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/addvti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/addvti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addvti3.c
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/apple_versioning.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/apple_versioning.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/apple_versioning.c
[  6%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/ashlti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/ashlti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ashlti3.c
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/ashrti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/ashrti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ashrti3.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/bswapdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/bswapdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/bswapdi2.c
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_errno.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/bswapsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/bswapsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/bswapsi2.c
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/clzdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/clzdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clzdi2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/clzsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/clzsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clzsi2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/clzti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/clzti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clzti2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/cmpdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/cmpdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/cmpdi2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/cmpti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/cmpti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/cmpti2.c
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/comparedf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/comparedf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/comparedf2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/comparesf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/comparesf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/comparesf2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/cpu_model.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/cpu_model.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/cpu_model.c
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/ctzdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/ctzdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ctzdi2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/ctzsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/ctzsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ctzsi2.c
[  8%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStreamBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStreamBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/ctzti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/ctzti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ctzti2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divdc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divdc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divdc3.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divdf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divdf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divdf3.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divmoddi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divmoddi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divmoddi4.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divmodsi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divmodsi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divmodsi4.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divsc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divsc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divsc3.c
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divsf3.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divsi3.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divtc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divtc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divtc3.c
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divtc3.c:21:1: warning: conflicting types for built-in function '__divtc3' [-Wbuiltin-declaration-mismatch]
 __divtc3(long double __a, long double __b, long double __c, long double __d)
 ^~~~~~~~
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divti3.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divtf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divtf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divtf3.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/divxc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/divxc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divxc3.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/extendsfdf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/extendsfdf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/extendsfdf2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/extendhfsf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/extendhfsf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/extendhfsf2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/ffsdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/ffsdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ffsdi2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/ffssi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/ffssi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ffssi2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/ffsti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/ffsti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ffsti2.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixdfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixdfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixdfdi.c
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixdfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixdfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixdfsi.c
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixdfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixdfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixdfti.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixsfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixsfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixsfdi.c
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixsfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixsfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixsfsi.c
[  8%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixsfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixsfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixsfti.c
[  8%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixunsdfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixunsdfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsdfdi.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixunsdfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixunsdfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsdfsi.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixunsdfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixunsdfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsdfti.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixunssfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixunssfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunssfdi.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixunssfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixunssfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunssfsi.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixunssfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixunssfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunssfti.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixunsxfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixunsxfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsxfdi.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixunsxfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixunsxfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsxfsi.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixunsxfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixunsxfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsxfti.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixxfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixxfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixxfdi.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/fixxfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/fixxfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixxfti.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/floatsidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/floatsidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatsidf.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/floatsisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/floatsisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatsisf.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/floattidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/floattidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floattidf.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/floattisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/floattisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floattisf.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/floattixf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/floattixf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floattixf.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/floatunsidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/floatunsidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatunsidf.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/floatunsisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/floatunsisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatunsisf.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/floatuntidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/floatuntidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatuntidf.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/floatuntisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/floatuntisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatuntisf.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/floatuntixf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/floatuntixf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatuntixf.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/int_util.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/int_util.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/int_util.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/lshrti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/lshrti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/lshrti3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/modsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/modsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/modsi3.c
[  9%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/EnumTables.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/EnumTables.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/EnumTables.cpp
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/modti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/modti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/modti3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/muldc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/muldc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/muldc3.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_freebsd.cc
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/muldf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/muldf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/muldf3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/mulodi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/mulodi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulodi4.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/mulosi4.c.o
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/mulosi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulosi4.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/muloti4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/muloti4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/muloti4.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/mulsc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/mulsc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulsc3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/mulsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/mulsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulsf3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/multi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/multi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/multi3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/multf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/multf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/multf3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/mulvdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/mulvdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulvdi3.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/mulvsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/mulvsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulvsi3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/mulvti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/mulvti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulvti3.c
[  9%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GlobalsStream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/GlobalsStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/GlobalsStream.cpp
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/mulxc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/mulxc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulxc3.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/negdf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/negdf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negdf2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/negdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/negdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negdi2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/negsf2.c.o
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/negsf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negsf2.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/negti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/negti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negti2.c
[  9%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GSI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/GSI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/GSI.cpp
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/negvdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/negvdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negvdi2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/negvsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/negvsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negvsi2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/negvti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/negvti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negvti2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/os_version_check.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/os_version_check.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/os_version_check.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/paritydi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/paritydi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/paritydi2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/paritysi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/paritysi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/paritysi2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/parityti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/parityti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/parityti2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/popcountdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/popcountdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/popcountdi2.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/popcountsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/popcountsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/popcountsi2.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/popcountti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/popcountti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/popcountti2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/powidf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/powidf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powidf2.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/powisf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/powisf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powisf2.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/powitf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/powitf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powitf2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/powixf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/powixf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powixf2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/subdf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/subdf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subdf3.c
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/subsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/subsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subsf3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/subvdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/subvdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subvdi3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/subvsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/subvsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subvsi3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/subvti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/subvti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subvti3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/subtf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/subtf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subtf3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/trampoline_setup.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/trampoline_setup.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/trampoline_setup.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/truncdfhf2.c.o
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/truncdfhf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/truncdfhf2.c
[  9%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_x86_64.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/truncdfsf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/truncdfsf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/truncdfsf2.c
[  9%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_mips64.S
[  9%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_termination.cc
/usr/bin/make -f projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/build.make projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/depend.internal".
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/truncsfhf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/truncsfhf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/truncsfhf2.c
Scanning dependencies of target clang_rt.builtins-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/build.make projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/build
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  9%] Built target RTSanitizerCommon.x86_64
/usr/bin/make -f projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/build.make projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/depend
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/ucmpdi2.c.o
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/chkstk.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/ucmpdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ucmpdi2.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/chkstk.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/x86_64/chkstk.S
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/depend.internal".
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/chkstk2.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/chkstk2.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/x86_64/chkstk2.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/ucmpti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/ucmpti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ucmpti2.c
Scanning dependencies of target clang_rt.builtins-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/build.make projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/x86_64/floatdidf.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/ashldi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/ashldi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/ashldi3.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/udivmoddi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/udivmoddi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivmoddi4.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/ashrdi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/ashrdi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/ashrdi3.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/x86_64/floatdisf.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/chkstk.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/chkstk.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/chkstk.S
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/chkstk2.S.o
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdixf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/chkstk2.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/chkstk2.S
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdixf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/x86_64/floatdixf.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/udivmodsi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/udivmodsi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivmodsi4.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/divdi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/divdi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/divdi3.S
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatundidf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatundidf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/x86_64/floatundidf.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/udivmodti4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/udivmodti4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivmodti4.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/floatdidf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatdidf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatdidf.S
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatundisf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatundisf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/x86_64/floatundisf.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/udivsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/udivsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivsi3.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/floatdisf.S.o
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatundixf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatundixf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/x86_64/floatundixf.S
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatdisf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatdisf.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/absvdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/absvdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/absvdi2.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/floatdixf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatdixf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatdixf.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/udivti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/udivti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivti3.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/floatundidf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatundidf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatundidf.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/umodsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/umodsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/umodsi3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/absvsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/absvsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/absvsi2.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/floatundisf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatundisf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatundisf.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/umodti3.c.o
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/absvti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/umodti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/umodti3.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/absvti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/absvti2.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/floatundixf.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatundixf.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/floatundixf.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/emutls.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/emutls.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/emutls.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/lshrdi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/lshrdi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/lshrdi3.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/adddf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/adddf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/adddf3.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/moddi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/moddi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/moddi3.S
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/muldi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/muldi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/muldi3.S
[  9%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/Hash.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/Hash.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/Hash.cpp
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/enable_execute_stack.c.o
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/udivdi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/udivdi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/udivdi3.S
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/enable_execute_stack.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/enable_execute_stack.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/addsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/addsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addsf3.c
[  9%] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/i386/umoddi3.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -fPIC -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/i386/umoddi3.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/i386/umoddi3.S
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/eprintf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/eprintf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/eprintf.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/absvdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/absvdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/absvdi2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/addtf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/addtf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addtf3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/atomic.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/atomic.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/absvsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/absvsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/absvsi2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/addvdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/addvdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addvdi3.c
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function 'unlock':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:93:3: warning: implicit declaration of function '__c11_atomic_store'; did you mean '__atomic_store'? [-Wimplicit-function-declaration]
   __c11_atomic_store(l, 0, __ATOMIC_RELEASE);
   ^~~~~~~~~~~~~~~~~~
   __atomic_store
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function 'lock':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:99:11: warning: implicit declaration of function '__c11_atomic_compare_exchange_weak'; did you mean '__atomic_compare_exchange_n'? [-Wimplicit-function-declaration]
   while (!__c11_atomic_compare_exchange_weak(l, &old, 1, __ATOMIC_ACQUIRE,
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           __atomic_compare_exchange_n
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_load_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:129:24: warning: implicit declaration of function '__c11_atomic_is_lock_free'; did you mean '__atomic_is_lock_free'? [-Wimplicit-function-declaration]
 #define IS_LOCK_FREE_2 __c11_atomic_is_lock_free(2)
                        ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:11: note: in expansion of macro 'IS_LOCK_FREE_2'
       if (IS_LOCK_FREE_2) {\
           ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:164:22: warning: implicit declaration of function '__c11_atomic_load'; did you mean '__atomic_load'? [-Wimplicit-function-declaration]
     *((type*)dest) = __c11_atomic_load((_Atomic(type)*)src, model);\
                      ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:141:9: note: in expansion of macro 'LOCK_FREE_ACTION'
         LOCK_FREE_ACTION(uint16_t);\
         ^~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_compare_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:196:10: warning: implicit declaration of function '__c11_atomic_compare_exchange_strong'; did you mean '__atomic_compare_exchange_n'? [-Wimplicit-function-declaration]
   return __c11_atomic_compare_exchange_strong((_Atomic(type)*)ptr, (type*)expected,\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:196:10: note: in definition of macro 'LOCK_FREE_ACTION'
   return __c11_atomic_compare_exchange_strong((_Atomic(type)*)ptr, (type*)expected,\
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:216:19: warning: implicit declaration of function '__c11_atomic_exchange'; did you mean '__atomic_exchange'? [-Wimplicit-function-declaration]
     *(type*)old = __c11_atomic_exchange((_Atomic(type)*)ptr, *(type*)val,\
                   ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:141:9: note: in expansion of macro 'LOCK_FREE_ACTION'
         LOCK_FREE_ACTION(uint16_t);\
         ^~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: At top level:
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_1' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_2' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:242:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(2, IS_LOCK_FREE_2, uint16_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_4' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:243:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(4, IS_LOCK_FREE_4, uint32_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_8' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:244:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(8, IS_LOCK_FREE_8, uint64_t)
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_add_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_add'; did you mean '__atomic_fetch_add'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:324:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:325:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_sub_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_sub'; did you mean '__atomic_fetch_sub'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:327:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, sub, -)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:328:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_and_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_and'; did you mean '__atomic_fetch_and'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:330:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, and, &)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:331:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_or_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_or'; did you mean '__atomic_fetch_or'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:333:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, or, |)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:334:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_xor_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_xor'; did you mean '__atomic_fetch_xor'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:336:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, xor, ^)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:337:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_load_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_store_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_compare_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/absvti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/absvti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/absvti2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/addvsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/addvsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addvsi3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/adddf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/adddf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/adddf3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/addvti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/addvti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addvti3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/apple_versioning.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/apple_versioning.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/apple_versioning.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ashldi3.c.o
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/addsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ashldi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ashldi3.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/addsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addsf3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ashlti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ashlti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ashlti3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/addtf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/addtf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addtf3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ashrdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ashrdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ashrdi3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/addvdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/addvdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addvdi3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ashrti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ashrti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ashrti3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/addvsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/addvsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addvsi3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/bswapdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/bswapdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/bswapdi2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/addvti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/addvti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/addvti3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/bswapsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/bswapsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/bswapsi2.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/apple_versioning.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/apple_versioning.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/apple_versioning.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/ashlti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/ashlti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ashlti3.c
[  9%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/clzdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/clzdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clzdi2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/gcc_personality_v0.c.o
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/ashrti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/gcc_personality_v0.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/gcc_personality_v0.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/ashrti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ashrti3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/clzsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/clzsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clzsi2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/bswapdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/bswapdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/bswapdi2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/clzti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/clzti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clzti2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i686.dir/clear_cache.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i686.dir/clear_cache.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clear_cache.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/bswapsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/bswapsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/bswapsi2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/cmpdi2.c.o
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/clzdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/cmpdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/cmpdi2.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/clzdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clzdi2.c
[ 10%] Linking C static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.builtins-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/cmake -P CMakeFiles/clang_rt.builtins-i686.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.builtins-i686.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.builtins-i686.a  CMakeFiles/clang_rt.builtins-i686.dir/i386/ashldi3.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/ashrdi3.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/chkstk.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/chkstk2.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/divdi3.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatdidf.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatdisf.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatdixf.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatundidf.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatundisf.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/floatundixf.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/lshrdi3.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/moddi3.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/muldi3.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/udivdi3.S.o CMakeFiles/clang_rt.builtins-i686.dir/i386/umoddi3.S.o CMakeFiles/clang_rt.builtins-i686.dir/absvdi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/absvsi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/absvti2.c.o CMakeFiles/clang_rt.builtins-i686.dir/adddf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/addsf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/addtf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/addvdi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/addvsi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/addvti3.c.o CMakeFiles/clang_rt.builtins-i686.dir/apple_versioning.c.o CMakeFiles/clang_rt.builtins-i686.dir/ashlti3.c.o CMakeFiles/clang_rt.builtins-i686.dir/ashrti3.c.o CMakeFiles/clang_rt.builtins-i686.dir/bswapdi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/bswapsi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/clzdi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/clzsi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/clzti2.c.o CMakeFiles/clang_rt.builtins-i686.dir/cmpdi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/cmpti2.c.o CMakeFiles/clang_rt.builtins-i686.dir/comparedf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/comparesf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/cpu_model.c.o CMakeFiles/clang_rt.builtins-i686.dir/ctzdi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/ctzsi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/ctzti2.c.o CMakeFiles/clang_rt.builtins-i686.dir/divdc3.c.o CMakeFiles/clang_rt.builtins-i686.dir/divdf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/divmoddi4.c.o CMakeFiles/clang_rt.builtins-i686.dir/divmodsi4.c.o CMakeFiles/clang_rt.builtins-i686.dir/divsc3.c.o CMakeFiles/clang_rt.builtins-i686.dir/divsf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/divsi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/divtc3.c.o CMakeFiles/clang_rt.builtins-i686.dir/divti3.c.o CMakeFiles/clang_rt.builtins-i686.dir/divtf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/divxc3.c.o CMakeFiles/clang_rt.builtins-i686.dir/extendsfdf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/extendhfsf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/ffsdi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/ffssi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/ffsti2.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixdfdi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixdfsi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixdfti.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixsfdi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixsfsi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixsfti.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixunsdfdi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixunsdfsi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixunsdfti.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixunssfdi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixunssfsi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixunssfti.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixunsxfdi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixunsxfsi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixunsxfti.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixxfdi.c.o CMakeFiles/clang_rt.builtins-i686.dir/fixxfti.c.o CMakeFiles/clang_rt.builtins-i686.dir/floatsidf.c.o CMakeFiles/clang_rt.builtins-i686.dir/floatsisf.c.o CMakeFiles/clang_rt.builtins-i686.dir/floattidf.c.o CMakeFiles/clang_rt.builtins-i686.dir/floattisf.c.o CMakeFiles/clang_rt.builtins-i686.dir/floattixf.c.o CMakeFiles/clang_rt.builtins-i686.dir/floatunsidf.c.o CMakeFiles/clang_rt.builtins-i686.dir/floatunsisf.c.o CMakeFiles/clang_rt.builtins-i686.dir/floatuntidf.c.o CMakeFiles/clang_rt.builtins-i686.dir/floatuntisf.c.o CMakeFiles/clang_rt.builtins-i686.dir/floatuntixf.c.o CMakeFiles/clang_rt.builtins-i686.dir/int_util.c.o CMakeFiles/clang_rt.builtins-i686.dir/lshrti3.c.o CMakeFiles/clang_rt.builtins-i686.dir/modsi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/modti3.c.o CMakeFiles/clang_rt.builtins-i686.dir/muldc3.c.o CMakeFiles/clang_rt.builtins-i686.dir/muldf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/mulodi4.c.o CMakeFiles/clang_rt.builtins-i686.dir/mulosi4.c.o CMakeFiles/clang_rt.builtins-i686.dir/muloti4.c.o CMakeFiles/clang_rt.builtins-i686.dir/mulsc3.c.o CMakeFiles/clang_rt.builtins-i686.dir/mulsf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/multi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/multf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/mulvdi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/mulvsi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/mulvti3.c.o CMakeFiles/clang_rt.builtins-i686.dir/mulxc3.c.o CMakeFiles/clang_rt.builtins-i686.dir/negdf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/negdi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/negsf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/negti2.c.o CMakeFiles/clang_rt.builtins-i686.dir/negvdi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/negvsi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/negvti2.c.o CMakeFiles/clang_rt.builtins-i686.dir/os_version_check.c.o CMakeFiles/clang_rt.builtins-i686.dir/paritydi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/paritysi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/parityti2.c.o CMakeFiles/clang_rt.builtins-i686.dir/popcountdi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/popcountsi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/popcountti2.c.o CMakeFiles/clang_rt.builtins-i686.dir/powidf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/powisf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/powitf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/powixf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/subdf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/subsf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/subvdi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/subvsi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/subvti3.c.o CMakeFiles/clang_rt.builtins-i686.dir/subtf3.c.o CMakeFiles/clang_rt.builtins-i686.dir/trampoline_setup.c.o CMakeFiles/clang_rt.builtins-i686.dir/truncdfhf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/truncdfsf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/truncsfhf2.c.o CMakeFiles/clang_rt.builtins-i686.dir/ucmpdi2.c.o CMakeFiles/clang_rt.builtins-i686.dir/ucmpti2.c.o CMakeFiles/clang_rt.builtins-i686.dir/udivmoddi4.c.o CMakeFiles/clang_rt.builtins-i686.dir/udivmodsi4.c.o CMakeFiles/clang_rt.builtins-i686.dir/udivmodti4.c.o CMakeFiles/clang_rt.builtins-i686.dir/udivsi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/udivti3.c.o CMakeFiles/clang_rt.builtins-i686.dir/umodsi3.c.o CMakeFiles/clang_rt.builtins-i686.dir/umodti3.c.o CMakeFiles/clang_rt.builtins-i686.dir/emutls.c.o CMakeFiles/clang_rt.builtins-i686.dir/enable_execute_stack.c.o CMakeFiles/clang_rt.builtins-i686.dir/eprintf.c.o CMakeFiles/clang_rt.builtins-i686.dir/atomic.c.o CMakeFiles/clang_rt.builtins-i686.dir/gcc_personality_v0.c.o CMakeFiles/clang_rt.builtins-i686.dir/clear_cache.c.o
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/cmpti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/cmpti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/cmpti2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/clzsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/clzsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clzsi2.c
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.builtins-i686.a
[ 10%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/HashTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/HashTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/HashTable.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 10%] Built target clang_rt.builtins-i686
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/comparedf2.c.o
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/depend
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/comparedf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/comparedf2.c
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/DependInfo.cmake --color=
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/clzti2.c.o
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/depend.internal".
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/clzti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clzti2.c
Scanning dependencies of target RTLSanCommon.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 10%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_common.cc
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/cmpdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/cmpdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/cmpdi2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/comparesf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/comparesf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/comparesf2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/cmpti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/cmpti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/cmpti2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/cpu_model.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/cpu_model.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/cpu_model.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/comparedf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/comparedf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/comparedf2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/comparesf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/comparesf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/comparesf2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ctzdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ctzdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ctzdi2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ctzsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ctzsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ctzsi2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/cpu_model.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/cpu_model.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/cpu_model.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ctzti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ctzti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ctzti2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divdc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divdc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divdc3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/ctzdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/ctzdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ctzdi2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divdf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divdf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divdf3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/ctzsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/ctzsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ctzsi2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/ctzti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/ctzti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ctzti2.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divdi3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divdc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divdc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divdc3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divmoddi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divmoddi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divmoddi4.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divmodsi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divmodsi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divmodsi4.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divdf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divdf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divdf3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divsc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divsc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divsc3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divmoddi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divmoddi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divmoddi4.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divsf3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divmodsi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divmodsi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divmodsi4.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divsi3.c.o
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divsc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divsi3.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divsc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divsc3.c
[ 10%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_common_linux.cc
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divtc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divtc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divtc3.c
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divtc3.c:21:1: warning: conflicting types for built-in function '__divtc3' [-Wbuiltin-declaration-mismatch]
 __divtc3(long double __a, long double __b, long double __c, long double __d)
 ^~~~~~~~
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divsf3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divti3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divsi3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divtf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divtf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divtf3.c
[ 10%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_common_mac.cc
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/divxc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/divxc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divxc3.c
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divtc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divtc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divtc3.c
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divtc3.c:21:1: warning: conflicting types for built-in function '__divtc3' [-Wbuiltin-declaration-mismatch]
 __divtc3(long double __a, long double __b, long double __c, long double __d)
 ^~~~~~~~
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/extendsfdf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/extendsfdf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/extendsfdf2.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divti3.c
[ 10%] Built target RTLSanCommon.x86_64
/usr/bin/make -f projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/build.make projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/depend.internal".
Scanning dependencies of target RTInterception.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/build.make projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/extendhfsf2.c.o
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divtf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/extendhfsf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/extendhfsf2.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divtf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divtf3.c
[ 10%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_linux.cc
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/divxc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/divxc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/divxc3.c
[ 10%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ffsdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_mac.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ffsdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ffsdi2.c
[ 10%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_win.cc
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ffssi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ffssi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ffssi2.c
[ 10%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_type_test.cc
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/extendsfdf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/extendsfdf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/extendsfdf2.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ffsti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ffsti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ffsti2.c
[ 10%] Built target RTInterception.x86_64
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/DependInfo.cmake --color=
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/extendhfsf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/extendhfsf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/extendhfsf2.c
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/depend.internal".
Scanning dependencies of target RTLSanCommon.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 10%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common.cc.o
[ 10%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixdfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTLSanCommon.i386.dir/lsan_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_common.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixdfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixdfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/ffsdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/ffsdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ffsdi2.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixdfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixdfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixdfsi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/ffssi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/ffssi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ffssi2.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixdfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixdfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixdfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/ffsti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/ffsti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ffsti2.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixdfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixdfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixdfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixsfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixsfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixsfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixdfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixdfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixdfsi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixsfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixsfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixsfsi.c
[ 12%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/InfoStream.cpp
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixdfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixdfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixdfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixsfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixsfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixsfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixsfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixsfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixsfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsdfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsdfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsdfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixsfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixsfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixsfsi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsdfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsdfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsdfsi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixsfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixsfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixsfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsdfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsdfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsdfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixunsdfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixunsdfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsdfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixunssfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunssfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunssfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixunsdfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixunsdfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsdfsi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixunssfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunssfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunssfsi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixunsdfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixunsdfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsdfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixunssfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixunssfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunssfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixunssfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunssfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunssfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixunssfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixunssfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunssfsi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsxfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsxfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsxfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixunssfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixunssfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunssfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsxfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsxfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsxfsi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsxfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsxfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsxfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixunsxfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixunsxfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsxfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixxfdi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixxfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixxfdi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixunsxfsi.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixunsxfsi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsxfsi.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/fixxfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/fixxfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixxfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixunsxfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixunsxfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixunsxfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixxfdi.c.o
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/floatsidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixxfdi.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixxfdi.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/floatsidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatsidf.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/fixxfti.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/fixxfti.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/fixxfti.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/floatsisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/floatsisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatsisf.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/floatsidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/floatsidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatsidf.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/floattidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/floattidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floattidf.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/floatsisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/floatsisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatsisf.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/floattisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/floattisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floattisf.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/floattidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/floattidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floattidf.c
[ 12%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTLSanCommon.i386.dir/lsan_common_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_common_linux.cc
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/floattixf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/floattixf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floattixf.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/floattisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/floattisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floattisf.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/floattixf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/floattixf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floattixf.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/floatunsidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/floatunsidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatunsidf.c
[ 12%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/floatunsidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/floatunsidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatunsidf.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/floatunsisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/floatunsisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatunsisf.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/floatunsisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/floatunsisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatunsisf.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/floatuntidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/floatuntidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatuntidf.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/floatuntidf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/floatuntidf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatuntidf.c
[ 13%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTLSanCommon.i386.dir/lsan_common_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_common_mac.cc
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/floatuntisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/floatuntisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatuntisf.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/floatuntisf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/floatuntisf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatuntisf.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/floatuntixf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/floatuntixf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatuntixf.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/floatuntixf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/floatuntixf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/floatuntixf.c
[ 13%] Built target RTLSanCommon.i386
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/depend
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/int_util.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/int_util.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/int_util.c
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommon.i386
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/int_util.c.o
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/build
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/int_util.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/int_util.c
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/lshrti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/lshrti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/lshrti3.c
[ 13%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/lshrdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/lshrdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/lshrdi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/modsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/modsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/modsi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/modti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/modti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/modti3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/muldc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/muldc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/muldc3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/lshrti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/lshrti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/lshrti3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/moddi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/moddi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/moddi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/muldf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/muldf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/muldf3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/modsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/modsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/modsi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/modti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/modti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/modti3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/mulodi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/mulodi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulodi4.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/muldc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/muldc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/muldc3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/mulosi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/mulosi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulosi4.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/muldf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/muldf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/muldf3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/muloti4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/muloti4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/muloti4.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/mulsc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/mulsc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulsc3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/muldi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/muldi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/muldi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/mulodi4.c.o
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/mulsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/mulodi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulodi4.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/mulsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulsf3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/mulosi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/mulosi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulosi4.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/multi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/multi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/multi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/muloti4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/muloti4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/muloti4.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/multf3.c.o
[ 13%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStreamBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/multf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/multf3.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStreamBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/mulvdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/mulvdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulvdi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/mulsc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/mulsc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulsc3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/mulvsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/mulvsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulvsi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/mulsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/mulsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulsf3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/mulvti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/mulvti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulvti3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/mulxc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/mulxc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulxc3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/multi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/multi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/multi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/multf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/multf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/multf3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/negdf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/negdf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negdf2.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/mulvdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/mulvdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulvdi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/negdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/negdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negdi2.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/mulvsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/mulvsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulvsi3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/negsf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/negsf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negsf2.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/negti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/negti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negti2.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/mulvti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/mulvti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulvti3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/negvdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/negvdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negvdi2.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/mulxc3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/mulxc3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/mulxc3.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/negvsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/negvsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negvsi2.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/negdf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/negdf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negdf2.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/negvti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/negvti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negvti2.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/os_version_check.c.o
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/negdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/negdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negdi2.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/os_version_check.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/os_version_check.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/paritydi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/paritydi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/paritydi2.c
[ 13%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/negsf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/negsf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negsf2.c
[ 14%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/paritysi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/paritysi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/paritysi2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/negti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/negti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negti2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/parityti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/parityti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/parityti2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/negvdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/negvdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negvdi2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/popcountdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/popcountdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/popcountdi2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/negvsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/negvsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negvsi2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/popcountsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/popcountsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/popcountsi2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/negvti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/negvti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/negvti2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/popcountti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/popcountti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/popcountti2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/powidf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/powidf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powidf2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/os_version_check.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/os_version_check.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/os_version_check.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/powisf2.c.o
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/paritydi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/powisf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powisf2.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/paritydi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/paritydi2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/paritysi2.c.o
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/powitf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/powitf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powitf2.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/paritysi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/paritysi2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/powixf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/powixf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powixf2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/parityti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/parityti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/parityti2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/subdf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/subdf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subdf3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/popcountdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/popcountdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/popcountdi2.c
[ 14%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/subsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/subsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subsf3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/popcountsi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/popcountsi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/popcountsi2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/subvdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/subvdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subvdi3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/popcountti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/popcountti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/popcountti2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/subvsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/subvsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subvsi3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/powidf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/powidf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powidf2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/subvti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/subvti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subvti3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/powisf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/powisf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powisf2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/subtf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/subtf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subtf3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/trampoline_setup.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/trampoline_setup.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/trampoline_setup.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/powitf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/powitf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powitf2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/truncdfhf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/truncdfhf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/truncdfhf2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/powixf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/powixf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/powixf2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/truncdfsf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/truncdfsf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/truncdfsf2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/subdf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/subdf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subdf3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/truncsfhf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/truncsfhf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/truncsfhf2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/subsf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/subsf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subsf3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/subvdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/subvdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subvdi3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/ucmpdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/ucmpdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ucmpdi2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/subvsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/subvsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subvsi3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/ucmpti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/ucmpti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ucmpti2.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/subvti3.c.o
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/udivmoddi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/subvti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subvti3.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/udivmoddi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivmoddi4.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/subtf3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/subtf3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/subtf3.c
[ 14%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/trampoline_setup.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/trampoline_setup.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/trampoline_setup.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/udivmodsi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/udivmodsi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivmodsi4.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/truncdfhf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/truncdfhf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/truncdfhf2.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/udivmodti4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/udivmodti4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivmodti4.c
[ 16%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/ModuleDebugStream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/ModuleDebugStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/udivsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/udivsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivsi3.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/truncdfsf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/truncdfsf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/truncdfsf2.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/udivti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/udivti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivti3.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/truncsfhf2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/truncsfhf2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/truncsfhf2.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/umodsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/umodsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/umodsi3.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ucmpdi2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ucmpdi2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ucmpdi2.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/umodti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/umodti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/umodti3.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/emutls.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/emutls.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/emutls.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/ucmpti2.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/ucmpti2.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/ucmpti2.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/udivdi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/udivdi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivdi3.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/udivmoddi4.c.o
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/enable_execute_stack.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/enable_execute_stack.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/enable_execute_stack.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/udivmoddi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivmoddi4.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/eprintf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/eprintf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/eprintf.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/udivmodsi4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/udivmodsi4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivmodsi4.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/atomic.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/atomic.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function 'unlock':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:93:3: warning: implicit declaration of function '__c11_atomic_store'; did you mean '__atomic_store'? [-Wimplicit-function-declaration]
   __c11_atomic_store(l, 0, __ATOMIC_RELEASE);
   ^~~~~~~~~~~~~~~~~~
   __atomic_store
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function 'lock':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:99:11: warning: implicit declaration of function '__c11_atomic_compare_exchange_weak'; did you mean '__atomic_compare_exchange_n'? [-Wimplicit-function-declaration]
   while (!__c11_atomic_compare_exchange_weak(l, &old, 1, __ATOMIC_ACQUIRE,
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           __atomic_compare_exchange_n
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_load_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:129:24: warning: implicit declaration of function '__c11_atomic_is_lock_free'; did you mean '__atomic_is_lock_free'? [-Wimplicit-function-declaration]
 #define IS_LOCK_FREE_2 __c11_atomic_is_lock_free(2)
                        ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:11: note: in expansion of macro 'IS_LOCK_FREE_2'
       if (IS_LOCK_FREE_2) {\
           ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:164:22: warning: implicit declaration of function '__c11_atomic_load'; did you mean '__atomic_load'? [-Wimplicit-function-declaration]
     *((type*)dest) = __c11_atomic_load((_Atomic(type)*)src, model);\
                      ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:141:9: note: in expansion of macro 'LOCK_FREE_ACTION'
         LOCK_FREE_ACTION(uint16_t);\
         ^~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_compare_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:196:10: warning: implicit declaration of function '__c11_atomic_compare_exchange_strong'; did you mean '__atomic_compare_exchange_n'? [-Wimplicit-function-declaration]
   return __c11_atomic_compare_exchange_strong((_Atomic(type)*)ptr, (type*)expected,\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:196:10: note: in definition of macro 'LOCK_FREE_ACTION'
   return __c11_atomic_compare_exchange_strong((_Atomic(type)*)ptr, (type*)expected,\
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:216:19: warning: implicit declaration of function '__c11_atomic_exchange'; did you mean '__atomic_exchange'? [-Wimplicit-function-declaration]
     *(type*)old = __c11_atomic_exchange((_Atomic(type)*)ptr, *(type*)val,\
                   ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:141:9: note: in expansion of macro 'LOCK_FREE_ACTION'
         LOCK_FREE_ACTION(uint16_t);\
         ^~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: At top level:
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_1' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_2' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:242:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(2, IS_LOCK_FREE_2, uint16_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_4' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:243:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(4, IS_LOCK_FREE_4, uint32_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_8' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:244:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(8, IS_LOCK_FREE_8, uint64_t)
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/udivmodti4.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/udivmodti4.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivmodti4.c
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_add_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_add'; did you mean '__atomic_fetch_add'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:324:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:325:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_sub_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_sub'; did you mean '__atomic_fetch_sub'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:327:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, sub, -)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:328:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_and_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_and'; did you mean '__atomic_fetch_and'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:330:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, and, &)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:331:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_or_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_or'; did you mean '__atomic_fetch_or'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:333:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, or, |)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:334:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_xor_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_xor'; did you mean '__atomic_fetch_xor'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:336:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, xor, ^)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:241:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:337:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_load_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_store_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_compare_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/udivsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/udivsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivsi3.c
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/udivti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/udivti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/udivti3.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/umoddi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/umoddi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/umoddi3.c
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_errno.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/umodsi3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/umodsi3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/umodsi3.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/umodti3.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/umodti3.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/umodti3.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/emutls.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/emutls.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/emutls.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/enable_execute_stack.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/enable_execute_stack.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/enable_execute_stack.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/gcc_personality_v0.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/gcc_personality_v0.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/gcc_personality_v0.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/eprintf.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/eprintf.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/eprintf.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/atomic.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/atomic.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function 'unlock':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:93:3: warning: implicit declaration of function '__c11_atomic_store'; did you mean '__atomic_store'? [-Wimplicit-function-declaration]
   __c11_atomic_store(l, 0, __ATOMIC_RELEASE);
   ^~~~~~~~~~~~~~~~~~
   __atomic_store
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function 'lock':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:99:11: warning: implicit declaration of function '__c11_atomic_compare_exchange_weak'; did you mean '__atomic_compare_exchange_n'? [-Wimplicit-function-declaration]
   while (!__c11_atomic_compare_exchange_weak(l, &old, 1, __ATOMIC_ACQUIRE,
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           __atomic_compare_exchange_n
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_load_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:129:24: warning: implicit declaration of function '__c11_atomic_is_lock_free'; did you mean '__atomic_is_lock_free'? [-Wimplicit-function-declaration]
 #define IS_LOCK_FREE_2 __c11_atomic_is_lock_free(2)
                        ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:11: note: in expansion of macro 'IS_LOCK_FREE_2'
       if (IS_LOCK_FREE_2) {\
           ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:164:22: warning: implicit declaration of function '__c11_atomic_load'; did you mean '__atomic_load'? [-Wimplicit-function-declaration]
     *((type*)dest) = __c11_atomic_load((_Atomic(type)*)src, model);\
                      ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:141:9: note: in expansion of macro 'LOCK_FREE_ACTION'
         LOCK_FREE_ACTION(uint16_t);\
         ^~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-i386.dir/clear_cache.c.o
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_compare_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:196:10: warning: implicit declaration of function '__c11_atomic_compare_exchange_strong'; did you mean '__atomic_compare_exchange_n'? [-Wimplicit-function-declaration]
   return __c11_atomic_compare_exchange_strong((_Atomic(type)*)ptr, (type*)expected,\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:196:10: note: in definition of macro 'LOCK_FREE_ACTION'
   return __c11_atomic_compare_exchange_strong((_Atomic(type)*)ptr, (type*)expected,\
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-i386.dir/clear_cache.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clear_cache.c
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:216:19: warning: implicit declaration of function '__c11_atomic_exchange'; did you mean '__atomic_exchange'? [-Wimplicit-function-declaration]
     *(type*)old = __c11_atomic_exchange((_Atomic(type)*)ptr, *(type*)val,\
                   ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:141:9: note: in expansion of macro 'LOCK_FREE_ACTION'
         LOCK_FREE_ACTION(uint16_t);\
         ^~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: At top level:
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_1' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:234:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_2' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:235:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(2, IS_LOCK_FREE_2, uint16_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_4' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:236:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(4, IS_LOCK_FREE_4, uint32_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_8' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:237:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(8, IS_LOCK_FREE_8, uint64_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:290:5: warning: conflicting types for built-in function '__atomic_compare_exchange_16' [-Wbuiltin-declaration-mismatch]
 int __atomic_compare_exchange_##n(type *ptr, type *expected, type desired,\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:238:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(16, IS_LOCK_FREE_16, __uint128_t)
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:306:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_add_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_add'; did you mean '__atomic_fetch_add'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:324:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:234:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:325:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_sub_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_sub'; did you mean '__atomic_fetch_sub'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:327:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, sub, -)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:234:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:328:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_and_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_and'; did you mean '__atomic_fetch_and'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:330:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, and, &)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:234:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:331:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_or_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_or'; did you mean '__atomic_fetch_or'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:333:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, or, |)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:234:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:334:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_fetch_xor_1':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:315:12: warning: implicit declaration of function '__c11_atomic_fetch_xor'; did you mean '__atomic_fetch_xor'? [-Wimplicit-function-declaration]
     return __c11_atomic_fetch_##opname((_Atomic(type)*)ptr, val, model);\
            ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:336:43: note: in expansion of macro 'ATOMIC_RMW'
 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, xor, ^)
                                           ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:234:3: note: in expansion of macro 'OPTIMISED_CASE'
   OPTIMISED_CASE(1, IS_LOCK_FREE_1, uint8_t)\
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:337:1: note: in expansion of macro 'OPTIMISED_CASES'
 OPTIMISED_CASES
 ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_load_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:166:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_store_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:180:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_compare_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:198:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c: In function '__atomic_exchange_c':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:140:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_2) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:143:5: note: here
     case 4:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:144:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_4) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:147:5: note: here
     case 8:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:148:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (IS_LOCK_FREE_8) {\
          ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:151:5: note: here
     case 16:\
     ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/atomic.c:219:3: note: in expansion of macro 'LOCK_FREE_CASES'
   LOCK_FREE_CASES();
   ^~~~~~~~~~~~~~~
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
[ 16%] Linking C static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.builtins-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/cmake -P CMakeFiles/clang_rt.builtins-i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.builtins-i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.builtins-i386.a  CMakeFiles/clang_rt.builtins-i386.dir/i386/ashldi3.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/ashrdi3.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/chkstk.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/chkstk2.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/divdi3.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatdidf.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatdisf.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatdixf.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatundidf.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatundisf.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/floatundixf.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/lshrdi3.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/moddi3.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/muldi3.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/udivdi3.S.o CMakeFiles/clang_rt.builtins-i386.dir/i386/umoddi3.S.o CMakeFiles/clang_rt.builtins-i386.dir/absvdi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/absvsi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/absvti2.c.o CMakeFiles/clang_rt.builtins-i386.dir/adddf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/addsf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/addtf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/addvdi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/addvsi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/addvti3.c.o CMakeFiles/clang_rt.builtins-i386.dir/apple_versioning.c.o CMakeFiles/clang_rt.builtins-i386.dir/ashlti3.c.o CMakeFiles/clang_rt.builtins-i386.dir/ashrti3.c.o CMakeFiles/clang_rt.builtins-i386.dir/bswapdi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/bswapsi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/clzdi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/clzsi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/clzti2.c.o CMakeFiles/clang_rt.builtins-i386.dir/cmpdi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/cmpti2.c.o CMakeFiles/clang_rt.builtins-i386.dir/comparedf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/comparesf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/cpu_model.c.o CMakeFiles/clang_rt.builtins-i386.dir/ctzdi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/ctzsi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/ctzti2.c.o CMakeFiles/clang_rt.builtins-i386.dir/divdc3.c.o CMakeFiles/clang_rt.builtins-i386.dir/divdf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/divmoddi4.c.o CMakeFiles/clang_rt.builtins-i386.dir/divmodsi4.c.o CMakeFiles/clang_rt.builtins-i386.dir/divsc3.c.o CMakeFiles/clang_rt.builtins-i386.dir/divsf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/divsi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/divtc3.c.o CMakeFiles/clang_rt.builtins-i386.dir/divti3.c.o CMakeFiles/clang_rt.builtins-i386.dir/divtf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/divxc3.c.o CMakeFiles/clang_rt.builtins-i386.dir/extendsfdf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/extendhfsf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/ffsdi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/ffssi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/ffsti2.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixdfdi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixdfsi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixdfti.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixsfdi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixsfsi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixsfti.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixunsdfdi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixunsdfsi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixunsdfti.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixunssfdi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixunssfsi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixunssfti.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixunsxfdi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixunsxfsi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixunsxfti.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixxfdi.c.o CMakeFiles/clang_rt.builtins-i386.dir/fixxfti.c.o CMakeFiles/clang_rt.builtins-i386.dir/floatsidf.c.o CMakeFiles/clang_rt.builtins-i386.dir/floatsisf.c.o CMakeFiles/clang_rt.builtins-i386.dir/floattidf.c.o CMakeFiles/clang_rt.builtins-i386.dir/floattisf.c.o CMakeFiles/clang_rt.builtins-i386.dir/floattixf.c.o CMakeFiles/clang_rt.builtins-i386.dir/floatunsidf.c.o CMakeFiles/clang_rt.builtins-i386.dir/floatunsisf.c.o CMakeFiles/clang_rt.builtins-i386.dir/floatuntidf.c.o CMakeFiles/clang_rt.builtins-i386.dir/floatuntisf.c.o CMakeFiles/clang_rt.builtins-i386.dir/floatuntixf.c.o CMakeFiles/clang_rt.builtins-i386.dir/int_util.c.o CMakeFiles/clang_rt.builtins-i386.dir/lshrti3.c.o CMakeFiles/clang_rt.builtins-i386.dir/modsi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/modti3.c.o CMakeFiles/clang_rt.builtins-i386.dir/muldc3.c.o CMakeFiles/clang_rt.builtins-i386.dir/muldf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/mulodi4.c.o CMakeFiles/clang_rt.builtins-i386.dir/mulosi4.c.o CMakeFiles/clang_rt.builtins-i386.dir/muloti4.c.o CMakeFiles/clang_rt.builtins-i386.dir/mulsc3.c.o CMakeFiles/clang_rt.builtins-i386.dir/mulsf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/multi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/multf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/mulvdi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/mulvsi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/mulvti3.c.o CMakeFiles/clang_rt.builtins-i386.dir/mulxc3.c.o CMakeFiles/clang_rt.builtins-i386.dir/negdf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/negdi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/negsf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/negti2.c.o CMakeFiles/clang_rt.builtins-i386.dir/negvdi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/negvsi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/negvti2.c.o CMakeFiles/clang_rt.builtins-i386.dir/os_version_check.c.o CMakeFiles/clang_rt.builtins-i386.dir/paritydi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/paritysi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/parityti2.c.o CMakeFiles/clang_rt.builtins-i386.dir/popcountdi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/popcountsi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/popcountti2.c.o CMakeFiles/clang_rt.builtins-i386.dir/powidf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/powisf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/powitf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/powixf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/subdf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/subsf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/subvdi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/subvsi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/subvti3.c.o CMakeFiles/clang_rt.builtins-i386.dir/subtf3.c.o CMakeFiles/clang_rt.builtins-i386.dir/trampoline_setup.c.o CMakeFiles/clang_rt.builtins-i386.dir/truncdfhf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/truncdfsf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/truncsfhf2.c.o CMakeFiles/clang_rt.builtins-i386.dir/ucmpdi2.c.o CMakeFiles/clang_rt.builtins-i386.dir/ucmpti2.c.o CMakeFiles/clang_rt.builtins-i386.dir/udivmoddi4.c.o CMakeFiles/clang_rt.builtins-i386.dir/udivmodsi4.c.o CMakeFiles/clang_rt.builtins-i386.dir/udivmodti4.c.o CMakeFiles/clang_rt.builtins-i386.dir/udivsi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/udivti3.c.o CMakeFiles/clang_rt.builtins-i386.dir/umodsi3.c.o CMakeFiles/clang_rt.builtins-i386.dir/umodti3.c.o CMakeFiles/clang_rt.builtins-i386.dir/emutls.c.o CMakeFiles/clang_rt.builtins-i386.dir/enable_execute_stack.c.o CMakeFiles/clang_rt.builtins-i386.dir/eprintf.c.o CMakeFiles/clang_rt.builtins-i386.dir/atomic.c.o CMakeFiles/clang_rt.builtins-i386.dir/gcc_personality_v0.c.o CMakeFiles/clang_rt.builtins-i386.dir/clear_cache.c.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.builtins-i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target clang_rt.builtins-i386
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommonLibc.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sancov_flags.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/gcc_personality_v0.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/gcc_personality_v0.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/gcc_personality_v0.c
[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/clear_cache.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DVISIBILITY_HIDDEN -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -std=c11 -o CMakeFiles/clang_rt.builtins-x86_64.dir/clear_cache.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins/clear_cache.c
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
[ 16%] Linking C static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.builtins-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/cmake -P CMakeFiles/clang_rt.builtins-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.builtins-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.builtins-x86_64.a  CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/chkstk.S.o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/chkstk2.S.o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdidf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdisf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdixf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatundidf.S.o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatundisf.S.o CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatundixf.S.o CMakeFiles/clang_rt.builtins-x86_64.dir/absvdi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/absvsi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/absvti2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/adddf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/addsf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/addtf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/addvdi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/addvsi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/addvti3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/apple_versioning.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ashldi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ashlti3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ashrdi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ashrti3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/bswapdi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/bswapsi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/clzdi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/clzsi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/clzti2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/cmpdi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/cmpti2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/comparedf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/comparesf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/cpu_model.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ctzdi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ctzsi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ctzti2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divdc3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divdf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divdi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divmoddi4.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divmodsi4.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divsc3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divsf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divsi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divtc3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divti3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divtf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/divxc3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/extendsfdf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/extendhfsf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ffsdi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ffssi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ffsti2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixdfdi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixdfsi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixdfti.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixsfdi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixsfsi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixsfti.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsdfdi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsdfsi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsdfti.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunssfdi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunssfsi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunssfti.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsxfdi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsxfsi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixunsxfti.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixxfdi.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/fixxfti.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/floatsidf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/floatsisf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/floattidf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/floattisf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/floattixf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/floatunsidf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/floatunsisf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/floatuntidf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/floatuntisf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/floatuntixf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/int_util.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/lshrdi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/lshrti3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/moddi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/modsi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/modti3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/muldc3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/muldf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/muldi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/mulodi4.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/mulosi4.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/muloti4.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/mulsc3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/mulsf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/multi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/multf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/mulvdi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/mulvsi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/mulvti3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/mulxc3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/negdf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/negdi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/negsf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/negti2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/negvdi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/negvsi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/negvti2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/os_version_check.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/paritydi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/paritysi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/parityti2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/popcountdi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/popcountsi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/popcountti2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/powidf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/powisf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/powitf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/powixf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/subdf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/subsf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/subvdi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/subvsi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/subvti3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/subtf3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/trampoline_setup.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/truncdfhf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/truncdfsf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/truncsfhf2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ucmpdi2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/ucmpti2.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/udivdi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/udivmoddi4.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/udivmodsi4.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/udivmodti4.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/udivsi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/udivti3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/umoddi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/umodsi3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/umodti3.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/emutls.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/enable_execute_stack.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/eprintf.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/atomic.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/gcc_personality_v0.c.o CMakeFiles/clang_rt.builtins-x86_64.dir/clear_cache.c.o
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cc
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.builtins-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target clang_rt.builtins-x86_64
/usr/bin/make -f projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/build.make projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/DependInfo.cmake --color=
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/depend.internal".
Scanning dependencies of target RTInterception.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/build.make projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_linux.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
[ 16%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_mac.cc
[ 16%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/interception_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.i386.dir/interception_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_win.cc
[ 16%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_type_test.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTInterception.i386
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
[ 16%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeBuiltinSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeBuiltinSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/depend.internal".
Scanning dependencies of target RTLSanCommon.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTLSanCommon.i686.dir/lsan_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_common.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTLSanCommon.i686.dir/lsan_common_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_common_linux.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc
[ 16%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeCompilandSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeCompilandSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
[ 16%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTLSanCommon.i686.dir/lsan_common_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_common_mac.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTLSanCommon.i686
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommonLibc.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_freebsd.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sancov_flags.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc
[ 16%] Built target RTSanitizerCommonLibc.i386
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommon.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
[ 16%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumModules.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumModules.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
[ 16%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_x86_64.S
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o
[ 16%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_mips64.S
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_termination.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTSanitizerCommon.i386
/usr/bin/make -f projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/build.make projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/depend.internal".
Scanning dependencies of target RTInterception.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/build.make projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_linux.cc
[ 16%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeExeSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeExeSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
[ 16%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_mac.cc
[ 16%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/interception_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.i686.dir/interception_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_win.cc
[ 16%] Building CXX object projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/interception_type_test.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTInterception.i686
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/depend.internal".
Scanning dependencies of target RTUbsan.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_diag.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTSanitizerCommonLibc.i686
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.x86_64.dir/depend.internal".
Scanning dependencies of target RTUbsan_standalone.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.x86_64.dir/ubsan_diag_standalone.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_standalone.x86_64.dir/ubsan_diag_standalone.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_diag_standalone.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.x86_64.dir/ubsan_init_standalone.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_standalone.x86_64.dir/ubsan_init_standalone.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_init_standalone.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTUbsan_standalone.x86_64
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/depend.internal".
Scanning dependencies of target RTUbsan_cxx.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_handlers_cxx.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_handlers_cxx.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_init.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_flags.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_type_hash.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_handlers.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_itanium.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_itanium.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_errno.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_type_hash_win.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTUbsan_cxx.i686
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_value.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTUbsan.x86_64
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/depend.internal".
Scanning dependencies of target RTUbsan_cxx.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_handlers_cxx.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_handlers_cxx.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash.cc.o
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_type_hash.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_itanium.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_itanium.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc
[ 16%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeRawSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeRawSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_type_hash_win.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTUbsan_cxx.x86_64
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i386.dir/depend.internal".
Scanning dependencies of target RTUbsan_standalone.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i386.dir/build
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i386.dir/ubsan_diag_standalone.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_standalone.i386.dir/ubsan_diag_standalone.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_diag_standalone.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i386.dir/ubsan_init_standalone.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_standalone.i386.dir/ubsan_init_standalone.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_init_standalone.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTUbsan_standalone.i386
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/depend.internal".
Scanning dependencies of target RTUbsan.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_diag.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.i386.dir/ubsan_diag.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_diag.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_freebsd.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_init.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.i386.dir/ubsan_init.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_init.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.i386.dir/ubsan_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_flags.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_handlers.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.i386.dir/ubsan_handlers.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_handlers.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_value.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.i386.dir/ubsan_value.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_value.cc
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i686.dir/depend.internal".
Scanning dependencies of target RTUbsan_standalone.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i686.dir/ubsan_diag_standalone.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_standalone.i686.dir/ubsan_diag_standalone.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_diag_standalone.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_standalone.i686.dir/ubsan_init_standalone.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_standalone.i686.dir/ubsan_init_standalone.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_init_standalone.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTUbsan_standalone.i686
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/depend.internal".
Scanning dependencies of target RTUbsan.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_diag.cc.o
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.i686.dir/ubsan_diag.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_diag.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
[ 16%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NamedStreamMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NamedStreamMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_init.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.i686.dir/ubsan_init.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_init.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTUbsan.i386
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/depend.internal".
Scanning dependencies of target RTUbsan_cxx.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_handlers_cxx.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_handlers_cxx.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.i686.dir/ubsan_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_flags.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_handlers.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.i686.dir/ubsan_handlers.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_handlers.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_type_hash.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_itanium.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_itanium.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -frtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_type_hash_win.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTUbsan_cxx.i386
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone-dynamic-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Linking CXX shared library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-i386.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone-dynamic-i386.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG  -m32 -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang_rt.ubsan_standalone-i386.so -o ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-i386.so ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_diag.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_init.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_flags.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_handlers.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_value.cc.o -ldl -lrt -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target clang_rt.ubsan_standalone-dynamic-i386
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone-dynamic-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Linking CXX shared library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-x86_64.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone-dynamic-x86_64.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG  -m64 -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang_rt.ubsan_standalone-x86_64.so -o ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-x86_64.so ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o -ldl -lrt -lpthread 
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target clang_rt.ubsan_standalone-dynamic-x86_64
[ 16%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_x86_64.S
[ 16%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_mips64.S
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i386.dir/DependInfo.cmake --color=
[ 16%] Building CXX object projects/compiler-rt/lib/ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_value.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -DUBSAN_CAN_USE_CXXABI -o CMakeFiles/RTUbsan.i686.dir/ubsan_value.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan/ubsan_value.cc
[ 16%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_termination.cc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone_cxx-dynamic-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Linking CXX shared library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-i386.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i386.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG  -m32 -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang_rt.ubsan_standalone_cxx-i386.so -o ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-i386.so ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_diag.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_init.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_flags.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_handlers.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_value.cc.o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_handlers_cxx.cc.o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash.cc.o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_itanium.cc.o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_win.cc.o -ldl -lrt -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 16%] Built target RTSanitizerCommon.i686
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-x86_64.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone_cxx-dynamic-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-x86_64.dir/build
[ 16%] Built target clang_rt.ubsan_standalone_cxx-dynamic-i386
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSession.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSession.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/NativeSession.cpp
[ 17%] Linking CXX shared library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-x86_64.dir/link.txt --verbose=1
[ 17%] Built target RTUbsan.i686
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/depend
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG  -m64 -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang_rt.ubsan_standalone_cxx-x86_64.so -o ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.so ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_handlers_cxx.cc.o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash.cc.o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_itanium.cc.o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_win.cc.o -ldl -lrt -lpthread 
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/depend.internal".
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Built target clang_rt.ubsan_standalone_cxx-dynamic-x86_64
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/PDBFile.cpp
Scanning dependencies of target RTAsan_dynamic.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_allocator.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_activation.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_activation.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_activation.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_debugging.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_debugging.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_debugging.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_descriptions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_descriptions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_descriptions.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_errors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_errors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_errors.cc
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.x86_64.dir/depend.internal".
Scanning dependencies of target RTAsan_cxx.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.x86_64.dir/asan_new_delete.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan_cxx.x86_64.dir/asan_new_delete.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_new_delete.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Built target RTAsan_cxx.x86_64
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/depend.internal".
Scanning dependencies of target RTAsan.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_allocator.cc
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFileBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFileBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/PDBStringTable.cpp
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_fake_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_fake_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_fake_stack.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_flags.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_globals.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_globals.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals.cc
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTableBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTableBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_globals_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_globals_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals_win.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_interceptors.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_activation.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_activation.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_activation.cc
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/PublicsStream.cpp
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_debugging.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_debugging.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_debugging.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_descriptions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_descriptions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_descriptions.cc
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStreamBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStreamBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/PublicsStreamBuilder.cpp
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_errors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_errors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_errors.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_fake_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_fake_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_fake_stack.cc
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/RawError.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/RawError.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/RawError.cpp
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_flags.cc
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolStream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/SymbolStream.cpp
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_globals.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_globals.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals.cc
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiHashing.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiHashing.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/TpiHashing.cpp
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_globals_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_globals_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals_win.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_interceptors.cc
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/TpiStream.cpp
[ 17%] Building CXX object lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStreamBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStreamBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_linux.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_mac.cc
[ 17%] Linking CXX static library ../../libLLVMDebugInfoPDB.a
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_malloc_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_malloc_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_linux.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/cmake -P CMakeFiles/LLVMDebugInfoPDB.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMDebugInfoPDB.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMDebugInfoPDB.a  CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/UDTLayout.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptor.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptorBuilder.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleList.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStream.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStreamBuilder.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/EnumTables.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/GlobalsStream.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/GSI.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/Hash.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/HashTable.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStream.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStreamBuilder.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/ModuleDebugStream.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeBuiltinSymbol.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeCompilandSymbol.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumModules.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeExeSymbol.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeRawSymbol.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NamedStreamMap.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSession.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFile.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFileBuilder.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTable.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTableBuilder.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStream.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStreamBuilder.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/RawError.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolStream.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiHashing.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStream.cpp.o CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStreamBuilder.cpp.o
/usr/bin/ranlib ../../libLLVMDebugInfoPDB.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Built target LLVMDebugInfoPDB
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.x86_64.dir/depend.internal".
Scanning dependencies of target RTAsan_preinit.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.x86_64.dir/asan_preinit.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan_preinit.x86_64.dir/asan_preinit.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_preinit.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Built target RTAsan_preinit.x86_64
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/asan_blacklist.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/asan_blacklist.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/asan_blacklist.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/asan_blacklist.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/asan_blacklist.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/asan_blacklist.dir/depend.internal".
Scanning dependencies of target asan_blacklist
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/asan_blacklist.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/asan_blacklist.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Copying asan_blacklist.txt...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_blacklist.txt /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/asan_blacklist.txt
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Built target asan_blacklist
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/depend.internal".
Scanning dependencies of target RTAsan_dynamic.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_allocator.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_malloc_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_malloc_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_mac.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_malloc_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_malloc_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_win.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_memory_profile.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_memory_profile.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_memory_profile.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_poisoning.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_poisoning.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_poisoning.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_posix.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_report.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_report.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_report.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_rtl.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_rtl.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_rtl.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_activation.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_activation.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_activation.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stack.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_debugging.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_debugging.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_debugging.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_stats.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_stats.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stats.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_descriptions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_descriptions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_descriptions.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_suppressions.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_thread.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_errors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_errors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_errors.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.x86_64.dir/asan_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.x86_64.dir/asan_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_win.cc
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/depend.internal".
Scanning dependencies of target RTAsan_dynamic.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_allocator.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_fake_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_fake_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_fake_stack.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_flags.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_globals.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_globals.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_globals_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_globals_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals_win.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_interceptors.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_activation.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_activation.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_activation.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_debugging.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_debugging.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_debugging.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_descriptions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_descriptions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_descriptions.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_errors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_errors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_errors.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_fake_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_fake_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_fake_stack.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_flags.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_globals.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_globals.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals.cc
[ 17%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_globals_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_globals_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals_win.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_interceptors.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTAsan.x86_64
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i386.dir/depend.internal".
Scanning dependencies of target RTAsan_preinit.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i386.dir/asan_preinit.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan_preinit.i386.dir/asan_preinit.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_preinit.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTAsan_preinit.i386
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i386.dir/depend.internal".
Scanning dependencies of target RTAsan_cxx.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i386.dir/asan_new_delete.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan_cxx.i386.dir/asan_new_delete.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_new_delete.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTAsan_cxx.i386
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i686.dir/depend.internal".
Scanning dependencies of target RTAsan_preinit.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_preinit.i686.dir/asan_preinit.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan_preinit.i686.dir/asan_preinit.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_preinit.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTAsan_preinit.i686
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/depend.internal".
Scanning dependencies of target RTAsan.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_allocator.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_activation.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_activation.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_activation.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_debugging.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_debugging.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_debugging.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_descriptions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_descriptions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_descriptions.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_errors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_errors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_errors.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_fake_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_fake_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_fake_stack.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_flags.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_globals.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_globals.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_globals_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_globals_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals_win.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_interceptors.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_linux.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_mac.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_linux.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_mac.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_win.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_memory_profile.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_memory_profile.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_memory_profile.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_poisoning.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_poisoning.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_poisoning.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_posix.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_report.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_report.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_report.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_linux.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_mac.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_malloc_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_malloc_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_linux.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_rtl.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_rtl.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_rtl.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_malloc_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_malloc_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_mac.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_malloc_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_malloc_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_win.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_memory_profile.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_memory_profile.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_memory_profile.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stack.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_stats.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_stats.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stats.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_suppressions.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_poisoning.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_poisoning.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_poisoning.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_thread.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_posix.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_win.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i386.dir/asan_new_delete.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i386.dir/asan_new_delete.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_new_delete.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_report.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_report.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_report.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTAsan_dynamic.i386
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/depend.internal".
Scanning dependencies of target RTAsan.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_allocator.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_rtl.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_rtl.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_rtl.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stack.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_stats.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_stats.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stats.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_suppressions.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_activation.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_activation.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_activation.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_thread.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_debugging.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_debugging.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_debugging.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_descriptions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_descriptions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_descriptions.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_win.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_new_delete.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_new_delete.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_new_delete.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTAsan_dynamic.x86_64
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i686.dir/depend.internal".
Scanning dependencies of target RTAsan_cxx.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_cxx.i686.dir/asan_new_delete.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan_cxx.i686.dir/asan_new_delete.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_new_delete.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_errors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_errors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_errors.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTAsan_cxx.i686
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-preinit-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-preinit-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -P CMakeFiles/clang_rt.asan-preinit-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan-preinit-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-preinit-x86_64.a  CMakeFiles/RTAsan_preinit.x86_64.dir/asan_preinit.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-preinit-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target clang_rt.asan-preinit-x86_64
/usr/bin/make -f projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/build.make projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.dfsan-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/build.make projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/dfsan.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ffreestanding -fPIE -o CMakeFiles/clang_rt.dfsan-x86_64.dir/dfsan.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan/dfsan.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_fake_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_fake_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_fake_stack.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_linux.cc
[ 18%] Building CXX object projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/dfsan_custom.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ffreestanding -fPIE -o CMakeFiles/clang_rt.dfsan-x86_64.dir/dfsan_custom.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan/dfsan_custom.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_mac.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_malloc_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_malloc_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_linux.cc
[ 18%] Building CXX object projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64.dir/dfsan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ffreestanding -fPIE -o CMakeFiles/clang_rt.dfsan-x86_64.dir/dfsan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan/dfsan_interceptors.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_malloc_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_malloc_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_mac.cc
[ 18%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.dfsan-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan && /usr/bin/cmake -P CMakeFiles/clang_rt.dfsan-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.dfsan-x86_64.dir/link.txt --verbose=1
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_malloc_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_malloc_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_win.cc
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.dfsan-x86_64.a  CMakeFiles/clang_rt.dfsan-x86_64.dir/dfsan.cc.o CMakeFiles/clang_rt.dfsan-x86_64.dir/dfsan_custom.cc.o CMakeFiles/clang_rt.dfsan-x86_64.dir/dfsan_interceptors.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.dfsan-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_memory_profile.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_memory_profile.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_memory_profile.cc
[ 18%] Built target clang_rt.dfsan-x86_64
/usr/bin/make -f projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan_abilist.dir/build.make projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan_abilist.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan_abilist.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan_abilist.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan_abilist.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan_abilist.dir/depend.internal".
Scanning dependencies of target dfsan_abilist
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan_abilist.dir/build.make projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan_abilist.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Generating ../../../../lib/clang/5.0.1/dfsan_abilist.txt
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan && cat /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan/done_abilist.txt /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan/libc_ubuntu1404_abilist.txt > /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/dfsan_abilist.txt
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target dfsan_abilist
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.msan_cxx-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_flags.cc.o
[ 18%] Building CXX object projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64.dir/msan_new_delete.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -fPIE -ffreestanding -o CMakeFiles/clang_rt.msan_cxx-x86_64.dir/msan_new_delete.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan_new_delete.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_flags.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_poisoning.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_poisoning.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_poisoning.cc
[ 18%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.msan_cxx-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/cmake -P CMakeFiles/clang_rt.msan_cxx-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.msan_cxx-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.msan_cxx-x86_64.a  CMakeFiles/clang_rt.msan_cxx-x86_64.dir/msan_new_delete.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_handlers_cxx.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_itanium.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_win.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.msan_cxx-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target clang_rt.msan_cxx-x86_64
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.msan-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/msan.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -fPIE -ffreestanding -o CMakeFiles/clang_rt.msan-x86_64.dir/msan.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_globals.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_globals.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals.cc
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan.cc: In function '__sanitizer::u16 __sanitizer_unaligned_load16(const uu16*)':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan.cc:586:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   *(uu16 *)&__msan_retval_tls[0] = *(uu16 *)MEM_TO_SHADOW((uptr)p);
                                ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan.cc: In function '__sanitizer::u32 __sanitizer_unaligned_load32(const uu32*)':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan.cc:592:32: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   *(uu32 *)&__msan_retval_tls[0] = *(uu32 *)MEM_TO_SHADOW((uptr)p);
                                ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan.cc: In function 'void __sanitizer_unaligned_store16(__sanitizer::uu16*, __sanitizer::u16)':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan.cc:604:39: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   u16 s = *(uu16 *)&__msan_param_tls[1];
                                       ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan.cc: In function 'void __sanitizer_unaligned_store32(__sanitizer::uu32*, __sanitizer::u32)':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan.cc:612:39: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   u32 s = *(uu32 *)&__msan_param_tls[1];
                                       ^
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_posix.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_globals_win.cc.o
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_report.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_report.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_report.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_globals_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_globals_win.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_interceptors.cc
[ 18%] Building CXX object projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/msan_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -fPIE -ffreestanding -o CMakeFiles/clang_rt.msan-x86_64.dir/msan_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan_allocator.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_rtl.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_rtl.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_rtl.cc
[ 18%] Building CXX object projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/msan_chained_origin_depot.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -fPIE -ffreestanding -o CMakeFiles/clang_rt.msan-x86_64.dir/msan_chained_origin_depot.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan_chained_origin_depot.cc
[ 18%] Building CXX object projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/msan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -fPIE -ffreestanding -o CMakeFiles/clang_rt.msan-x86_64.dir/msan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan_interceptors.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stack.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_stats.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_stats.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stats.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_suppressions.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_thread.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_win.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic.i686.dir/asan_new_delete.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic.i686.dir/asan_new_delete.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_new_delete.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTAsan_dynamic.i686
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64-symbols.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64-symbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64-symbols.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64-symbols.dir/depend.internal".
Scanning dependencies of target clang_rt.msan_cxx-x86_64-symbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64-symbols.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan_cxx-x86_64-symbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Generating exported symbols for clang_rt.msan_cxx-x86_64
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py --extra msan.syms.extra /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.msan_cxx-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.msan_cxx-x86_64.a.syms
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan && /usr/bin/cmake -E touch /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/clang_rt.msan_cxx-x86_64.syms-stamp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target clang_rt.msan_cxx-x86_64-symbols
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/msan_blacklist.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/msan_blacklist.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/msan_blacklist.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/msan_blacklist.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/msan_blacklist.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/msan_blacklist.dir/depend.internal".
Scanning dependencies of target msan_blacklist
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/msan_blacklist.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/msan_blacklist.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Copying msan_blacklist.txt...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan_blacklist.txt /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/msan_blacklist.txt
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target msan_blacklist
/usr/bin/make -f projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/build.make projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.tsan_cxx-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/build.make projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/rtl/tsan_new_delete.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/rtl/tsan_new_delete.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc
[ 18%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.tsan_cxx-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/cmake -P CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.tsan_cxx-x86_64.a  CMakeFiles/clang_rt.tsan_cxx-x86_64.dir/rtl/tsan_new_delete.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_handlers_cxx.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_itanium.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_win.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.tsan_cxx-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target clang_rt.tsan_cxx-x86_64
/usr/bin/make -f projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/build.make projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.tsan-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/build.make projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_clock.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_clock.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_clock.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_debugging.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_debugging.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_debugging.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_external.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_external.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_external.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_fd.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_fd.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_fd.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_flags.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_ignoreset.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_ignoreset.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_ignoreset.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_interface.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface_ann.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface_ann.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface_atomic.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface_atomic.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface_java.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface_java.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_interface_java.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_linux.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_mac.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_malloc_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_malloc_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_linux.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_malloc_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_malloc_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_md5.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_md5.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_md5.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_mman.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_mman.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_mman.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_malloc_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_malloc_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_mac.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_malloc_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_malloc_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_win.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_memory_profile.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_memory_profile.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_memory_profile.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_poisoning.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_poisoning.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_poisoning.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_mutex.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_mutex.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_mutex.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_posix.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_mutexset.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_mutexset.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_mutexset.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_report.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_report.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_report.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_preinit.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_preinit.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_preinit.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_report.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_report.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_rtl.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_rtl.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_rtl.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stack.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_stats.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_stats.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stats.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_suppressions.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_thread.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_mutex.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_mutex.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_proc.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_proc.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_report.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_report.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc
[ 18%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i386.dir/asan_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i386.dir/asan_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_win.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTAsan.i386
/usr/bin/make -f projects/compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/build.make projects/compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/depend.internal".
Scanning dependencies of target RTDD.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/build.make projects/compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/dd_rtl.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd/../..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTDD.x86_64.dir/dd_rtl.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd/dd_rtl.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/dd/CMakeFiles/RTDD.x86_64.dir/dd_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd/../..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTDD.x86_64.dir/dd_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd/dd_interceptors.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTDD.x86_64
/usr/bin/make -f projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dd-x86_64.dir/build.make projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dd-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dd-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dd-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dd-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dd-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.dd-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dd-x86_64.dir/build.make projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dd-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dd-x86_64.dir/dd_rtl.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd/../..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.dd-x86_64.dir/dd_rtl.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd/dd_rtl.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_stack_trace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_stack_trace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_stack_trace.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dd-x86_64.dir/dd_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd/../..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.dd-x86_64.dir/dd_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd/dd_interceptors.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_stat.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_stat.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_stat.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc
[ 18%] Linking CXX static library ../../../../../lib/clang/5.0.1/lib/linux/libclang_rt.dd-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd && /usr/bin/cmake -P CMakeFiles/clang_rt.dd-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.dd-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/clang/5.0.1/lib/linux/libclang_rt.dd-x86_64.a  CMakeFiles/clang_rt.dd-x86_64.dir/dd_rtl.cc.o CMakeFiles/clang_rt.dd-x86_64.dir/dd_interceptors.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o
/usr/bin/ranlib ../../../../../lib/clang/5.0.1/lib/linux/libclang_rt.dd-x86_64.a
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_symbolize.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_symbolize.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_symbolize.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target clang_rt.dd-x86_64
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommonNoLibc.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/sanitizer_common_nolibc.cc.o
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_sync.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_sync.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_sync.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/sanitizer_common_nolibc.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTSanitizerCommonNoLibc.i386
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommonNoLibc.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/msan_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -fPIE -ffreestanding -o CMakeFiles/clang_rt.msan-x86_64.dir/msan_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan_linux.cc
[ 18%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/sanitizer_common_nolibc.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/sanitizer_common_nolibc.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTSanitizerCommonNoLibc.x86_64
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommonNoLibc.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/msan_report.cc.o
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_platform_linux.cc.o
[ 18%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/sanitizer_common_nolibc.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_platform_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/sanitizer_common_nolibc.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -fPIE -ffreestanding -o CMakeFiles/clang_rt.msan-x86_64.dir/msan_report.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan_report.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target RTSanitizerCommonNoLibc.i686
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/cfi_blacklist.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/cfi_blacklist.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/cfi_blacklist.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/cfi_blacklist.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/cfi_blacklist.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/cfi_blacklist.dir/depend.internal".
Scanning dependencies of target cfi_blacklist
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/cfi_blacklist.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/cfi_blacklist.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Copying cfi_blacklist.txt...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/cfi_blacklist.txt /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/cfi_blacklist.txt
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target cfi_blacklist
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i386.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i386.dir/depend
[ 18%] Building CXX object projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/msan_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -fPIE -ffreestanding -o CMakeFiles/clang_rt.msan-x86_64.dir/msan_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan_thread.cc
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.cfi_diag-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i386.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Building CXX object projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i386.dir/cfi.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -DCFI_ENABLE_DIAG=1 -o CMakeFiles/clang_rt.cfi_diag-i386.dir/cfi.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/cfi.cc
[ 18%] Building CXX object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_platform_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_platform_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cc
[ 18%] Building CXX object projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64.dir/msan_poisoning.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -fPIE -ffreestanding -o CMakeFiles/clang_rt.msan-x86_64.dir/msan_poisoning.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan/msan_poisoning.cc
[ 18%] Building C object projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_amd64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/..  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fPIE -fno-rtti -msse3 -Wframe-larger-than=530 --sysroot=. -o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_amd64.S.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/rtl/tsan_rtl_amd64.S
[ 18%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.tsan-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/cmake -P CMakeFiles/clang_rt.tsan-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.tsan-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.tsan-x86_64.a  CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_clock.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_debugging.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_external.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_fd.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_flags.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_ignoreset.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interceptors.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface_ann.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface_atomic.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interface_java.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_malloc_mac.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_md5.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_mman.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_mutex.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_mutexset.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_preinit.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_report.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_mutex.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_proc.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_report.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_thread.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_stack_trace.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_stat.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_suppressions.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_symbolize.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_sync.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_platform_linux.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_platform_posix.cc.o CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_rtl_amd64.S.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o
[ 20%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi_diag-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -P CMakeFiles/clang_rt.cfi_diag-i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.cfi_diag-i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi_diag-i386.a  CMakeFiles/clang_rt.cfi_diag-i386.dir/cfi.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_value.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.tsan-x86_64.a
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi_diag-i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Built target clang_rt.tsan-x86_64
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-x86_64.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-x86_64.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.cfi-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-x86_64.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-x86_64.dir/build
[ 20%] Built target clang_rt.cfi_diag-i386
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i386.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i386.dir/DependInfo.cmake --color=
[ 20%] Building CXX object projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-x86_64.dir/cfi.cc.o
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i386.dir/depend.internal".
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.cfi-x86_64.dir/cfi.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/cfi.cc
Scanning dependencies of target clang_rt.cfi-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i386.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.msan-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/cmake -P CMakeFiles/clang_rt.msan-x86_64.dir/cmake_clean_target.cmake
[ 20%] Building CXX object projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i386.dir/cfi.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.cfi-i386.dir/cfi.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/cfi.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.msan-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.msan-x86_64.a  CMakeFiles/clang_rt.msan-x86_64.dir/msan.cc.o CMakeFiles/clang_rt.msan-x86_64.dir/msan_allocator.cc.o CMakeFiles/clang_rt.msan-x86_64.dir/msan_chained_origin_depot.cc.o CMakeFiles/clang_rt.msan-x86_64.dir/msan_interceptors.cc.o CMakeFiles/clang_rt.msan-x86_64.dir/msan_linux.cc.o CMakeFiles/clang_rt.msan-x86_64.dir/msan_report.cc.o CMakeFiles/clang_rt.msan-x86_64.dir/msan_thread.cc.o CMakeFiles/clang_rt.msan-x86_64.dir/msan_poisoning.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.msan-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Built target clang_rt.msan-x86_64
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i686.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.cfi-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i686.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Building CXX object projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi-i686.dir/cfi.cc.o
[ 20%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.cfi-i686.dir/cfi.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/cfi.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -P CMakeFiles/clang_rt.cfi-i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.cfi-i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi-i386.a  CMakeFiles/clang_rt.cfi-i386.dir/cfi.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o
[ 20%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -P CMakeFiles/clang_rt.cfi-x86_64.dir/cmake_clean_target.cmake
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.cfi-x86_64.dir/link.txt --verbose=1
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi-x86_64.a  CMakeFiles/clang_rt.cfi-x86_64.dir/cfi.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSan[ 20%] Built target clang_rt.cfi-i386
itizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o
[ 20%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_linux.cc
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Built target clang_rt.cfi-x86_64
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i686.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.cfi_diag-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i686.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Building CXX object projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-i686.dir/cfi.cc.o
[ 20%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -P CMakeFiles/clang_rt.cfi-i686.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -DCFI_ENABLE_DIAG=1 -o CMakeFiles/clang_rt.cfi_diag-i686.dir/cfi.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/cfi.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.cfi-i686.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi-i686.a  CMakeFiles/clang_rt.cfi-i686.dir/cfi.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi-i686.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Built target clang_rt.cfi-i686
[ 20%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_mac.cc
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-x86_64.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.cfi_diag-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-x86_64.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Building CXX object projects/compiler-rt/lib/cfi/CMakeFiles/clang_rt.cfi_diag-x86_64.dir/cfi.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -DCFI_ENABLE_DIAG=1 -o CMakeFiles/clang_rt.cfi_diag-x86_64.dir/cfi.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi/cfi.cc
[ 20%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_malloc_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_malloc_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_linux.cc
[ 20%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi_diag-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -P CMakeFiles/clang_rt.cfi_diag-i686.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.cfi_diag-i686.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi_diag-i686.a  CMakeFiles/clang_rt.cfi_diag-i686.dir/cfi.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_value.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi_diag-i686.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Built target clang_rt.cfi_diag-i686
/usr/bin/make -f projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/build.make projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.esan-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/build.make projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Building CXX object projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/esan.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.esan-x86_64.dir/esan.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/esan.cpp
[ 20%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_malloc_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_malloc_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_mac.cc
[ 20%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_malloc_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_malloc_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_malloc_win.cc
[ 20%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi_diag-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -P CMakeFiles/clang_rt.cfi_diag-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.cfi_diag-x86_64.dir/link.txt --verbose=1
[ 20%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_memory_profile.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_memory_profile.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_memory_profile.cc
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi_diag-x86_64.a  CMakeFiles/clang_rt.cfi_diag-x86_64.dir/cfi.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o
[ 20%] Building CXX object projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/esan_flags.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.esan-x86_64.dir/esan_flags.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/esan_flags.cpp
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.cfi_diag-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Built target clang_rt.cfi_diag-x86_64
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommonNoTermination.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 20%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
[ 20%] Building CXX object projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/esan_interface.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.esan-x86_64.dir/esan_interface.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/esan_interface.cpp
[ 21%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_poisoning.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_poisoning.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_poisoning.cc
[ 21%] Building CXX object projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/esan_interceptors.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.esan-x86_64.dir/esan_interceptors.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/esan_interceptors.cpp
[ 21%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_posix.cc
[ 21%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_report.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_report.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_report.cc
[ 21%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
[ 21%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_rtl.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_rtl.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_rtl.cc
[ 21%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_deadlock_detector1.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_deadlock_detector1.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
[ 21%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_stack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_stack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stack.cc
[ 21%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_stats.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_stats.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_stats.cc
[ 21%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_suppressions.cc
[ 21%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_deadlock_detector2.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_deadlock_detector2.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
[ 21%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_thread.cc
[ 21%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_errno.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_errno.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_errno.cc
[ 21%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
[ 21%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.i686.dir/asan_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/RTAsan.i686.dir/asan_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/asan_win.cc
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommonNoTermination.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_flag_parser.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_flag_parser.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_libc.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_libc.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_libignore.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_libignore.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_deadlock_detector1.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_deadlock_detector1.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux_s390.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux_s390.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_persistent_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_persistent_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_platform_limits_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_platform_limits_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_platform_limits_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_platform_limits_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_deadlock_detector2.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_deadlock_detector2.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_printf.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_printf.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_errno.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_errno.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_errno.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_flag_parser.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_flag_parser.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_freebsd.cc.o
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_libc.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_libc.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_freebsd.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_freebsd.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_libignore.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_libignore.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stackdepot.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stackdepot.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stacktrace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux_s390.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux_s390.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_persistent_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_persistent_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cc
[ 22%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stacktrace_printer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stacktrace_printer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_platform_limits_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_platform_limits_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_platform_limits_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_platform_limits_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stoptheworld_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stoptheworld_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_printf.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_printf.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_tls_get_addr.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_tls_get_addr.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_freebsd.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_freebsd.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_freebsd.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_thread_registry.cc.o
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stackdepot.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_thread_registry.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stackdepot.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stacktrace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_win.cc.o
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stacktrace_printer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stacktrace_printer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
[ 24%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux_x86_64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux_x86_64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_x86_64.S
[ 24%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux_mips64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux_mips64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_mips64.S
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Built target RTSanitizerCommonNoTermination.i386
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/DependInfo.cmake --color=
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stoptheworld_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stoptheworld_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/depend.internal".
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
Scanning dependencies of target RTSanitizerCommonNoTermination.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/build.make projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
[ 24%] Building CXX object projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/esan_linux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.esan-x86_64.dir/esan_linux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/esan_linux.cpp
[ 24%] Building CXX object projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/esan_sideline_linux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.esan-x86_64.dir/esan_sideline_linux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/esan_sideline_linux.cpp
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc
[ 24%] Building CXX object projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/cache_frag.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.esan-x86_64.dir/cache_frag.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/cache_frag.cpp
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Built target RTAsan.i686
/usr/bin/make -f projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/build.make projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/DependInfo.cmake --color=
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.profile-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/build.make projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/GCDAProfiling.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/GCDAProfiling.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/GCDAProfiling.c
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_tls_get_addr.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_tls_get_addr.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc
[ 24%] Building CXX object projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/working_set.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.esan-x86_64.dir/working_set.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/working_set.cpp
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfiling.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfiling.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfiling.c
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_thread_registry.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_thread_registry.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingValue.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingValue.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingValue.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingBuffer.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingBuffer.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingBuffer.c
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingFile.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingFile.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingFile.c
[ 24%] Building CXX object projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64.dir/working_set_posix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.esan-x86_64.dir/working_set_posix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan/working_set_posix.cpp
[ 24%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.esan-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/cmake -P CMakeFiles/clang_rt.esan-x86_64.dir/cmake_clean_target.cmake
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.esan-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.esan-x86_64.a  CMakeFiles/clang_rt.esan-x86_64.dir/esan.cpp.o CMakeFiles/clang_rt.esan-x86_64.dir/esan_flags.cpp.o CMakeFiles/clang_rt.esan-x86_64.dir/esan_interface.cpp.o CMakeFiles/clang_rt.esan-x86_64.dir/esan_interceptors.cpp.o CMakeFiles/clang_rt.esan-x86_64.dir/esan_linux.cpp.o CMakeFiles/clang_rt.esan-x86_64.dir/esan_sideline_linux.cpp.o CMakeFiles/clang_rt.esan-x86_64.dir/cache_frag.cpp.o CMakeFiles/clang_rt.esan-x86_64.dir/working_set.cpp.o CMakeFiles/clang_rt.esan-x86_64.dir/working_set_posix.cpp.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o
[ 24%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux_x86_64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux_x86_64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_x86_64.S
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.esan-x86_64.a
[ 24%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux_mips64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux_mips64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_mips64.S
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingMerge.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingMerge.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingMerge.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Built target clang_rt.esan-x86_64
/usr/bin/make -f projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/build.make projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/DependInfo.cmake --color=
[ 24%] Built target RTSanitizerCommonNoTermination.x86_64
/usr/bin/make -f projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/build.make projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.profile-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/build.make projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/depend.internal".
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/GCDAProfiling.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/GCDAProfiling.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/GCDAProfiling.c
Scanning dependencies of target clang_rt.profile-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/build.make projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/GCDAProfiling.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/GCDAProfiling.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/GCDAProfiling.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingMergeFile.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingMergeFile.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingMergeFile.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingNameVar.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingNameVar.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingNameVar.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingWriter.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingWriter.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingWriter.c
[ 24%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_deadlock_detector1.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_deadlock_detector1.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfiling.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfiling.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfiling.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingValue.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingValue.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingValue.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfiling.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfiling.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfiling.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingPlatformDarwin.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingPlatformDarwin.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingValue.c.o
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingPlatformLinux.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingPlatformLinux.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingValue.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingValue.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingPlatformOther.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingPlatformOther.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingPlatformOther.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingBuffer.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingBuffer.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingBuffer.c
[ 24%] Building CXX object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingRuntime.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingRuntime.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingRuntime.cc
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingFile.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingFile.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingFile.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingBuffer.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingBuffer.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingBuffer.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingFile.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingFile.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingFile.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingUtil.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingUtil.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingUtil.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingMerge.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingMerge.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingMerge.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingMerge.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingMerge.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingMerge.c
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingMergeFile.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingMergeFile.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingMergeFile.c
[ 24%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.profile-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/cmake -P CMakeFiles/clang_rt.profile-i686.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.profile-i686.dir/link.txt --verbose=1
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingMergeFile.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingMergeFile.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingMergeFile.c
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.profile-i686.a  CMakeFiles/clang_rt.profile-i686.dir/GCDAProfiling.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfiling.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingValue.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingBuffer.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingFile.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingMerge.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingMergeFile.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingNameVar.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingWriter.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingPlatformDarwin.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingPlatformLinux.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingPlatformOther.c.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingRuntime.cc.o CMakeFiles/clang_rt.profile-i686.dir/InstrProfilingUtil.c.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.profile-i686.a
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingNameVar.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingNameVar.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingNameVar.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingNameVar.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingNameVar.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingNameVar.c
[ 24%] Built target clang_rt.profile-i686
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.nolibc.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.nolibc.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.nolibc.x86_64.dir/DependInfo.cmake --color=
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingWriter.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingWriter.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingWriter.c
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.nolibc.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.nolibc.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.nolibc.x86_64.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommon.test.nolibc.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.nolibc.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.nolibc.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingWriter.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingWriter.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingWriter.c
[ 24%] Linking CXX static library libRTSanitizerCommon.test.nolibc.x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests && /usr/bin/cmake -P CMakeFiles/RTSanitizerCommon.test.nolibc.x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTSanitizerCommon.test.nolibc.x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc libRTSanitizerCommon.test.nolibc.x86_64.a  ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/sanitizer_common_nolibc.cc.o
/usr/bin/ranlib libRTSanitizerCommon.test.nolibc.x86_64.a
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingPlatformDarwin.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingPlatformDarwin.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Built target RTSanitizerCommon.test.nolibc.x86_64
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.x86_64.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommon.test.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.x86_64.dir/build.make projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Linking CXX static library libRTSanitizerCommon.test.x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests && /usr/bin/cmake -P CMakeFiles/RTSanitizerCommon.test.x86_64.dir/cmake_clean_target.cmake
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingPlatformLinux.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingPlatformLinux.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTSanitizerCommon.test.x86_64.dir/link.txt --verbose=1
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingPlatformDarwin.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingPlatformDarwin.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
/usr/bin/ar qc libRTSanitizerCommon.test.x86_64.a  ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o
/usr/bin/ranlib libRTSanitizerCommon.test.x86_64.a
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingPlatformLinux.c.o
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingPlatformOther.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingPlatformLinux.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingPlatformOther.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingPlatformOther.c
[ 24%] Building CXX object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingRuntime.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingRuntime.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingRuntime.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Built target RTSanitizerCommon.test.x86_64
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.i386.dir/build.make projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.i386.dir/depend
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingPlatformOther.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingPlatformOther.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingPlatformOther.c
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.i386.dir/depend.internal".
Scanning dependencies of target RTSanitizerCommon.test.i386
[ 24%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingUtil.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingUtil.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingUtil.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.i386.dir/build.make projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/RTSanitizerCommon.test.i386.dir/build
[ 24%] Building CXX object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingRuntime.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingRuntime.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingRuntime.cc
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Linking CXX static library libRTSanitizerCommon.test.i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests && /usr/bin/cmake -P CMakeFiles/RTSanitizerCommon.test.i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTSanitizerCommon.test.i386.dir/link.txt --verbose=1
/usr/bin/ar qc libRTSanitizerCommon.test.i386.a  ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o
/usr/bin/ranlib libRTSanitizerCommon.test.i386.a
[ 25%] Building C object projects/compiler-rt/lib/profile/CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingUtil.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -O2 -g -DNDEBUG    -m32 -fno-lto -fPIC -Wno-pedantic -DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingUtil.c.o   -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile/InstrProfilingUtil.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 25%] Built target RTSanitizerCommon.test.i386
/usr/bin/make -f projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.x86_64.dir/build.make projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.x86_64.dir/DependInfo.cmake --color=
[ 25%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.profile-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/cmake -P CMakeFiles/clang_rt.profile-x86_64.dir/cmake_clean_target.cmake
[ 25%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_deadlock_detector2.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_deadlock_detector2.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.profile-x86_64.dir/link.txt --verbose=1
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.x86_64.dir/depend.internal".
Scanning dependencies of target RTInterception.test.x86_64
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.profile-x86_64.a  CMakeFiles/clang_rt.profile-x86_64.dir/GCDAProfiling.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfiling.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingValue.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingBuffer.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingFile.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingMerge.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingMergeFile.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingNameVar.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingWriter.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingPlatformDarwin.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingPlatformLinux.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingPlatformOther.c.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingRuntime.cc.o CMakeFiles/clang_rt.profile-x86_64.dir/InstrProfilingUtil.c.o
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.x86_64.dir/build.make projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.profile-x86_64.a
[ 25%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.profile-i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/cmake -P CMakeFiles/clang_rt.profile-i386.dir/cmake_clean_target.cmake
[ 25%] Built target clang_rt.profile-x86_64
/usr/bin/make -f projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.i386.dir/build.make projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/interception/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.i386.dir/depend.internal".
Scanning dependencies of target RTInterception.test.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.i386.dir/build.make projects/compiler-rt/lib/interception/tests/CMakeFiles/RTInterception.test.i386.dir/build
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.profile-i386.dir/link.txt --verbose=1
[ 25%] Linking CXX static library libRTInterception.test.x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests && /usr/bin/cmake -P CMakeFiles/RTInterception.test.x86_64.dir/cmake_clean_target.cmake
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTInterception.test.x86_64.dir/link.txt --verbose=1
[ 25%] Linking CXX static library libRTInterception.test.i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests && /usr/bin/cmake -P CMakeFiles/RTInterception.test.i386.dir/cmake_clean_target.cmake
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.profile-i386.a  CMakeFiles/clang_rt.profile-i386.dir/GCDAProfiling.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfiling.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingValue.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingBuffer.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingFile.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingMerge.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingMergeFile.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingNameVar.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingWriter.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingPlatformDarwin.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingPlatformLinux.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingPlatformOther.c.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingRuntime.cc.o CMakeFiles/clang_rt.profile-i386.dir/InstrProfilingUtil.c.o
/usr/bin/ar qc libRTInterception.test.x86_64.a  ../CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.profile-i386.a
/usr/bin/ranlib libRTInterception.test.x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/interception/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTInterception.test.i386.dir/link.txt --verbose=1
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 25%] Built target clang_rt.profile-i386
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i386.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i386.dir/depend
[ 25%] Built target RTInterception.test.x86_64
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i386.dir/DependInfo.cmake --color=
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i686.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i686.dir/depend
[ 25%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_errno.cc.o
/usr/bin/ar qc libRTInterception.test.i386.a  ../CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o ../CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o ../CMakeFiles/RTInterception.i386.dir/interception_win.cc.o ../CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_errno.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_errno.cc
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i686.dir/DependInfo.cmake --color=
/usr/bin/ranlib libRTInterception.test.i386.a
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i386.dir/depend.internal".
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Scanning dependencies of target clang_rt.stats-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i386.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i386.dir/build
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i686.dir/depend.internal".
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Scanning dependencies of target clang_rt.stats-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i686.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 25%] Building CXX object projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i686.dir/stats.cc.o
[ 25%] Building CXX object projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-i386.dir/stats.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.stats-i686.dir/stats.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/stats.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.stats-i386.dir/stats.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/stats.cc
[ 25%] Built target RTInterception.test.i386
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-x86_64.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-x86_64.dir/DependInfo.cmake --color=
[ 25%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.stats-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-x86_64.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 25%] Building CXX object projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats-x86_64.dir/stats.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.stats-x86_64.dir/stats.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/stats.cc
[ 25%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -P CMakeFiles/clang_rt.stats-i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.stats-i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats-i386.a  CMakeFiles/clang_rt.stats-i386.dir/stats.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats-i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 25%] Built target clang_rt.stats-i386
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i386.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i386.dir/DependInfo.cmake --color=
[ 25%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -P CMakeFiles/clang_rt.stats-i686.dir/cmake_clean_target.cmake
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.stats_client-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i386.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.stats-i686.dir/link.txt --verbose=1
[ 25%] Building CXX object projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i386.dir/stats_client.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.stats_client-i386.dir/stats_client.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/stats_client.cc
[ 25%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -P CMakeFiles/clang_rt.stats-x86_64.dir/cmake_clean_target.cmake
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats-i686.a  CMakeFiles/clang_rt.stats-i686.dir/stats.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.stats-x86_64.dir/link.txt --verbose=1
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats-i686.a
[ 25%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats_client-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -P CMakeFiles/clang_rt.stats_client-i386.dir/cmake_clean_target.cmake
[ 25%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_flag_parser.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_flag_parser.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.stats_client-i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats-x86_64.a  CMakeFiles/clang_rt.stats-x86_64.dir/stats.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats-x86_64.a
[ 25%] Built target clang_rt.stats-i686
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i686.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i686.dir/DependInfo.cmake --color=
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats_client-i386.a  CMakeFiles/clang_rt.stats_client-i386.dir/stats_client.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats_client-i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.stats_client-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i686.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 25%] Built target clang_rt.stats_client-i386
[ 25%] Building CXX object projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-i686.dir/stats_client.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.stats_client-i686.dir/stats_client.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/stats_client.cc
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-x86_64.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-x86_64.dir/DependInfo.cmake --color=
[ 25%] Built target clang_rt.stats-x86_64
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-inline.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-inline.dir/depend
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.stats_client-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-x86_64.dir/build.make projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-inline.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-inline.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-inline.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-inline.dir/depend.internal".
Scanning dependencies of target RTAsanTest.i686-inline
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-inline.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-inline.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 25%] Building CXX object projects/compiler-rt/lib/stats/CMakeFiles/clang_rt.stats_client-x86_64.dir/stats_client.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.stats_client-x86_64.dir/stats_client.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/stats/stats_client.cc
[ 27%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats_client-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -P CMakeFiles/clang_rt.stats_client-i686.dir/cmake_clean_target.cmake
[ 27%] Linking CXX static library libRTAsanTest.i686-inline.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -P CMakeFiles/RTAsanTest.i686-inline.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.stats_client-i686.dir/link.txt --verbose=1
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTAsanTest.i686-inline.dir/link.txt --verbose=1
/usr/bin/ar qc libRTAsanTest.i686-inline.a  ../CMakeFiles/RTAsan.i686.dir/asan_allocator.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_activation.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_debugging.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_descriptions.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_errors.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_fake_stack.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_flags.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_globals.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_globals_win.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_interceptors.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_linux.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_mac.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_malloc_linux.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_malloc_mac.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_malloc_win.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_memory_profile.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_poisoning.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_posix.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_report.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_rtl.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_stack.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_stats.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_suppressions.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_thread.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_win.cc.o ../CMakeFiles/RTAsan_cxx.i686.dir/asan_new_delete.cc.o ../../interception/CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o ../../interception/CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o ../../interception/CMakeFiles/RTInterception.i686.dir/interception_win.cc.o ../../interception/CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common_linux.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common_mac.cc.o ../../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_diag.cc.o ../../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_init.cc.o ../../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_flags.cc.o ../../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_handlers.cc.o ../../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_value.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_handlers_cxx.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_itanium.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_win.cc.o
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats_client-i686.a  CMakeFiles/clang_rt.stats_client-i686.dir/stats_client.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats_client-i686.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target clang_rt.stats_client-i686
[ 27%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats_client-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -P CMakeFiles/clang_rt.stats_client-x86_64.dir/cmake_clean_target.cmake
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-with-calls.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-with-calls.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-with-calls.dir/DependInfo.cmake --color=
/usr/bin/ranlib libRTAsanTest.i686-inline.a
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-with-calls.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-with-calls.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-with-calls.dir/depend.internal".
Scanning dependencies of target RTAsanTest.i686-with-calls
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-with-calls.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i686-with-calls.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Linking CXX static library libRTAsanTest.i686-with-calls.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -P CMakeFiles/RTAsanTest.i686-with-calls.dir/cmake_clean_target.cmake
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_libc.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_libc.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTAsanTest.i686-with-calls.dir/link.txt --verbose=1
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/stats && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.stats_client-x86_64.dir/link.txt --verbose=1
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ar qc libRTAsanTest.i686-with-calls.a  ../CMakeFiles/RTAsan.i686.dir/asan_allocator.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_activation.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_debugging.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_descriptions.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_errors.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_fake_stack.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_flags.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_globals.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_globals_win.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_interceptors.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_linux.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_mac.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_malloc_linux.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_malloc_mac.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_malloc_win.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_memory_profile.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_poisoning.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_posix.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_report.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_rtl.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_stack.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_stats.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_suppressions.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_thread.cc.o ../CMakeFiles/RTAsan.i686.dir/asan_win.cc.o ../CMakeFiles/RTAsan_cxx.i686.dir/asan_new_delete.cc.o ../../interception/CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o ../../interception/CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o ../../interception/CMakeFiles/RTInterception.i686.dir/interception_win.cc.o ../../interception/CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common_linux.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common_mac.cc.o ../../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_diag.cc.o ../../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_init.cc.o ../../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_flags.cc.o ../../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_handlers.cc.o ../../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_value.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_handlers_cxx.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_itanium.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_win.cc.o
[ 27%] Built target RTAsanTest.i686-inline
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-with-calls.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-with-calls.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-with-calls.dir/DependInfo.cmake --color=
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats_client-x86_64.a  CMakeFiles/clang_rt.stats_client-x86_64.dir/stats_client.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.stats_client-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-with-calls.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-with-calls.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-with-calls.dir/depend.internal".
Scanning dependencies of target RTAsanTest.i386-with-calls
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-with-calls.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-with-calls.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ranlib libRTAsanTest.i686-with-calls.a
[ 27%] Linking CXX static library libRTAsanTest.i386-with-calls.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -P CMakeFiles/RTAsanTest.i386-with-calls.dir/cmake_clean_target.cmake
[ 27%] Built target clang_rt.stats_client-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTAsanTest.i386-with-calls.dir/link.txt --verbose=1
[ 27%] Built target RTAsanTest.i686-with-calls
/usr/bin/ar qc libRTAsanTest.i386-with-calls.a  ../CMakeFiles/RTAsan.i386.dir/asan_allocator.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_activation.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_debugging.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_descriptions.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_errors.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_fake_stack.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_flags.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_globals.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_globals_win.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_interceptors.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_linux.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_mac.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_malloc_linux.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_malloc_mac.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_malloc_win.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_memory_profile.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_poisoning.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_posix.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_report.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_rtl.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_stack.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_stats.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_suppressions.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_thread.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_win.cc.o ../CMakeFiles/RTAsan_cxx.i386.dir/asan_new_delete.cc.o ../../interception/CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o ../../interception/CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o ../../interception/CMakeFiles/RTInterception.i386.dir/interception_win.cc.o ../../interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common_linux.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common_mac.cc.o ../../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_diag.cc.o ../../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_init.cc.o ../../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_flags.cc.o ../../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_handlers.cc.o ../../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_value.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_handlers_cxx.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_itanium.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_win.cc.o
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-inline.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-inline.dir/depend
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_libignore.cc.o
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-inline.dir/DependInfo.cmake --color=
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_libignore.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-inline.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-inline.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-inline.dir/depend.internal".
Scanning dependencies of target RTAsanTest.i386-inline
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-inline.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.i386-inline.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ranlib libRTAsanTest.i386-with-calls.a
[ 27%] Linking CXX static library libRTAsanTest.i386-inline.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -P CMakeFiles/RTAsanTest.i386-inline.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTAsanTest.i386-inline.dir/link.txt --verbose=1
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ar qc libRTAsanTest.i386-inline.a  ../CMakeFiles/RTAsan.i386.dir/asan_allocator.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_activation.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_debugging.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_descriptions.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_errors.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_fake_stack.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_flags.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_globals.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_globals_win.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_interceptors.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_linux.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_mac.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_malloc_linux.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_malloc_mac.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_malloc_win.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_memory_profile.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_poisoning.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_posix.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_report.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_rtl.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_stack.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_stats.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_suppressions.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_thread.cc.o ../CMakeFiles/RTAsan.i386.dir/asan_win.cc.o ../CMakeFiles/RTAsan_cxx.i386.dir/asan_new_delete.cc.o ../../interception/CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o ../../interception/CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o ../../interception/CMakeFiles/RTInterception.i386.dir/interception_win.cc.o ../../interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common_linux.cc.o ../../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common_mac.cc.o ../../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_diag.cc.o ../../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_init.cc.o ../../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_flags.cc.o ../../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_handlers.cc.o ../../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_value.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_handlers_cxx.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_itanium.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_win.cc.o
[ 27%] Built target RTAsanTest.i386-with-calls
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-with-calls.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-with-calls.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-with-calls.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-with-calls.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-with-calls.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-with-calls.dir/depend.internal".
Scanning dependencies of target RTAsanTest.x86_64-with-calls
/usr/bin/ranlib libRTAsanTest.i386-inline.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-with-calls.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-with-calls.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Linking CXX static library libRTAsanTest.x86_64-with-calls.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -P CMakeFiles/RTAsanTest.x86_64-with-calls.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTAsanTest.x86_64-with-calls.dir/link.txt --verbose=1
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
[ 27%] Built target RTAsanTest.i386-inline
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-inline.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-inline.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-inline.dir/DependInfo.cmake --color=
/usr/bin/ar qc libRTAsanTest.x86_64-with-calls.a  ../CMakeFiles/RTAsan.x86_64.dir/asan_allocator.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_activation.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_debugging.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_descriptions.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_errors.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_fake_stack.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_flags.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_globals.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_globals_win.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_interceptors.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_linux.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_mac.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_malloc_linux.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_malloc_mac.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_malloc_win.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_memory_profile.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_poisoning.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_posix.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_report.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_rtl.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_stack.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_stats.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_suppressions.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_thread.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_win.cc.o ../CMakeFiles/RTAsan_cxx.x86_64.dir/asan_new_delete.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o ../../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common.cc.o ../../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_linux.cc.o ../../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_mac.cc.o ../../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o ../../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o ../../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o ../../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o ../../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_handlers_cxx.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_itanium.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_win.cc.o
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-inline.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-inline.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-inline.dir/depend.internal".
Scanning dependencies of target RTAsanTest.x86_64-inline
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-inline.dir/build.make projects/compiler-rt/lib/asan/tests/CMakeFiles/RTAsanTest.x86_64-inline.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux_s390.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux_s390.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cc
/usr/bin/ranlib libRTAsanTest.x86_64-with-calls.a
[ 27%] Linking CXX static library libRTAsanTest.x86_64-inline.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -P CMakeFiles/RTAsanTest.x86_64-inline.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/RTAsanTest.x86_64-inline.dir/link.txt --verbose=1
/usr/bin/ar qc libRTAsanTest.x86_64-inline.a  ../CMakeFiles/RTAsan.x86_64.dir/asan_allocator.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_activation.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_debugging.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_descriptions.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_errors.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_fake_stack.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_flags.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_globals.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_globals_win.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_interceptors.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_linux.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_mac.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_malloc_linux.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_malloc_mac.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_malloc_win.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_memory_profile.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_poisoning.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_posix.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_report.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_rtl.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_stack.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_stats.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_suppressions.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_thread.cc.o ../CMakeFiles/RTAsan.x86_64.dir/asan_win.cc.o ../CMakeFiles/RTAsan_cxx.x86_64.dir/asan_new_delete.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o ../../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common.cc.o ../../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_linux.cc.o ../../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_mac.cc.o ../../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o ../../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o ../../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o ../../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o ../../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_handlers_cxx.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_itanium.cc.o ../../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_win.cc.o
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_persistent_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_persistent_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cc
/usr/bin/make -f projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/build.make projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/depend.internal".
Scanning dependencies of target RTXray.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/build.make projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/xray_inmemory_log.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/RTXray.x86_64.dir/xray_inmemory_log.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_inmemory_log.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target RTAsanTest.x86_64-with-calls
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_platform_limits_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_platform_limits_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_platform_limits_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_platform_limits_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
/usr/bin/ranlib libRTAsanTest.x86_64-inline.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target RTAsanTest.x86_64-inline
/usr/bin/make -f tools/polly/lib/External/CMakeFiles/PollyISL.dir/build.make tools/polly/lib/External/CMakeFiles/PollyISL.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/PollyISL.dir/DependInfo.cmake --color=
[ 27%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/xray_init.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/RTXray.x86_64.dir/xray_init.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_init.cc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/PollyISL.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/PollyISL.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/PollyISL.dir/depend.internal".
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_posix.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_posix.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
Scanning dependencies of target PollyISL
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/polly/lib/External/CMakeFiles/PollyISL.dir/build.make tools/polly/lib/External/CMakeFiles/PollyISL.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/basis_reduction_tab.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/basis_reduction_tab.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/basis_reduction_tab.c
[ 27%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/xray_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/RTXray.x86_64.dir/xray_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_flags.cc
[ 27%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/xray_interface.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/RTXray.x86_64.dir/xray_interface.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_interface.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_printf.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_printf.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_interface.cc: In function 'bool patchSled(const XRaySledEntry&, bool, int32_t)':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_interface.cc:167:32: warning: enum constant in boolean context [-Wint-in-bool-context]
     return XRayPatchingStatus::FAILED;
                                ^~~~~~
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_aff.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_aff.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_aff.c
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_common.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_common.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc
[ 27%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/xray_buffer_queue.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/RTXray.x86_64.dir/xray_buffer_queue.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_buffer_queue.cc
[ 27%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/xray_log_interface.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/RTXray.x86_64.dir/xray_log_interface.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_log_interface.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_freebsd.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_freebsd.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_freebsd.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stackdepot.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stackdepot.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
[ 27%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/xray_fdr_logging.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/RTXray.x86_64.dir/xray_fdr_logging.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_fdr_logging.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stacktrace.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stacktrace_printer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stacktrace_printer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
[ 27%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/RTXray.x86_64.dir/xray_utils.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/RTXray.x86_64.dir/xray_utils.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_utils.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stoptheworld_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stoptheworld_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_suppressions.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_suppressions.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_tls_get_addr.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_tls_get_addr.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_thread_registry.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_thread_registry.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target RTXray.x86_64
/usr/bin/make -f tools/lto/CMakeFiles/LTO_exports.dir/build.make tools/lto/CMakeFiles/LTO_exports.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lto /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/LTO_exports.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/LTO_exports.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/LTO_exports.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/LTO_exports.dir/depend.internal".
Scanning dependencies of target LTO_exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lto/CMakeFiles/LTO_exports.dir/build.make tools/lto/CMakeFiles/LTO_exports.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Creating export file for LTO
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto && echo "LLVM_5.0 {" > LTO.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto && grep -q [[:alnum:]] /build/llvm-toolchain-5.0-5.0.1/tools/lto/lto.exports && echo "  global:" >> LTO.exports || :
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto && sed -e "s/\$/;/" -e "s/^/    /" < /build/llvm-toolchain-5.0-5.0.1/tools/lto/lto.exports >> LTO.exports
[ 27%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_win.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/g++-7  -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_win.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto && echo "  local: *;" >> LTO.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto && echo "};" >> LTO.exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target LTO_exports
/usr/bin/make -f tools/gold/CMakeFiles/LLVMgold_exports.dir/build.make tools/gold/CMakeFiles/LLVMgold_exports.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/gold /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/LLVMgold_exports.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/LLVMgold_exports.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/LLVMgold_exports.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/LLVMgold_exports.dir/depend.internal".
Scanning dependencies of target LLVMgold_exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/gold/CMakeFiles/LLVMgold_exports.dir/build.make tools/gold/CMakeFiles/LLVMgold_exports.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Creating export file for LLVMgold
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold && echo "LLVM_5.0 {" > LLVMgold.exports
[ 27%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux_x86_64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux_x86_64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_x86_64.S
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold && grep -q [[:alnum:]] /build/llvm-toolchain-5.0-5.0.1/tools/gold/gold.exports && echo "  global:" >> LLVMgold.exports || :
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold && sed -e "s/\$/;/" -e "s/^/    /" < /build/llvm-toolchain-5.0-5.0.1/tools/gold/gold.exports >> LLVMgold.exports
[ 27%] Building ASM object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux_mips64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold && echo "  local: *;" >> LLVMgold.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common && /usr/bin/gcc-7 -DHAVE_RPC_XDR_H=1 -DHAVE_TIRPC_RPC_XDR_H=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/..  -fPIC -O2 -g -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -Wframe-larger-than=570 -w -o CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux_mips64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_mips64.S
/usr/bin/make -f tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/build.make tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/depend
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold && echo "};" >> LLVMgold.exports
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/depend.internal".
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target RTSanitizerCommonNoTermination.i686
[ 27%] Built target LLVMgold_exports
/usr/bin/make -f tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/build.make tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/depend
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_affine_hull.c.o
Scanning dependencies of target obj.clang-tblgen
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/build.make tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_affine_hull.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_affine_hull.c
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/depend.internal".
Scanning dependencies of target libclang_exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/build.make tools/clang/tools/libclang/CMakeFiles/libclang_exports.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangASTNodesEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.clang-tblgen.dir/ClangASTNodesEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen/ClangASTNodesEmitter.cpp
[ 27%] Creating export file for libclang
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && echo "LLVM_5.0 {" > libclang.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && grep -q [[:alnum:]] /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/libclang.exports && echo "  global:" >> libclang.exports || :
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && sed -e "s/\$/;/" -e "s/^/    /" < /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/libclang.exports >> libclang.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && echo "  local: *;" >> libclang.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && echo "};" >> libclang.exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target libclang_exports
/usr/bin/make -f tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/build.make tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-build /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/depend.internal".
Scanning dependencies of target scan-build
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/build.make tools/clang/tools/scan-build/CMakeFiles/scan-build.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Generating ../../../../bin/scan-build
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/bin
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-build/bin/scan-build /build/llvm-toolchain-5.0-5.0.1/build-llvm/bin/
[ 27%] Generating ../../../../libexec/ccc-analyzer
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/libexec
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-build/libexec/ccc-analyzer /build/llvm-toolchain-5.0-5.0.1/build-llvm/libexec/
[ 27%] Generating ../../../../libexec/c++-analyzer
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/libexec
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-build/libexec/c++-analyzer /build/llvm-toolchain-5.0-5.0.1/build-llvm/libexec/
[ 27%] Generating ../../../../share/man/man1/scan-build.1
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/man/man1
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-build/man/scan-build.1 /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/man/man1/
[ 27%] Generating ../../../../share/scan-build/scanview.css
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-build
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-build/share/scan-build/scanview.css /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-build/
[ 27%] Generating ../../../../share/scan-build/sorttable.js
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-build
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-build && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-build/share/scan-build/sorttable.js /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-build/
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target scan-build
/usr/bin/make -f tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/build.make tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-view /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/depend.internal".
Scanning dependencies of target scan-view
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/build.make tools/clang/tools/scan-view/CMakeFiles/scan-view.dir/build
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_arg.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_arg.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_arg.c
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Generating ../../../../bin/scan-view
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/bin
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-view/bin/scan-view /build/llvm-toolchain-5.0-5.0.1/build-llvm/bin/
[ 27%] Generating ../../../../share/scan-view/ScanView.py
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-view/share/ScanView.py /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view/
[ 27%] Generating ../../../../share/scan-view/Reporter.py
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-view/share/Reporter.py /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view/
[ 27%] Generating ../../../../share/scan-view/startfile.py
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-view/share/startfile.py /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view/
[ 27%] Generating ../../../../share/scan-view/FileRadar.scpt
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-view/share/FileRadar.scpt /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view/
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_build.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ast_build.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_ast_build.c
[ 27%] Generating ../../../../share/scan-view/GetRadarVersion.scpt
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-view/share/GetRadarVersion.scpt /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view/
[ 27%] Generating ../../../../share/scan-view/bugcatcher.ico
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E make_directory /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/scan-view && /usr/bin/cmake -E copy /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/scan-view/share/bugcatcher.ico /build/llvm-toolchain-5.0-5.0.1/build-llvm/share/scan-view/
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target scan-view
/usr/bin/make -f tools/lld/lib/Config/CMakeFiles/lldConfig.dir/build.make tools/lld/lib/Config/CMakeFiles/lldConfig.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Config /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Config /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Config/CMakeFiles/lldConfig.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Config/CMakeFiles/lldConfig.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Config/CMakeFiles/lldConfig.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Config/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Config/CMakeFiles/lldConfig.dir/depend.internal".
Scanning dependencies of target lldConfig
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/lib/Config/CMakeFiles/lldConfig.dir/build.make tools/lld/lib/Config/CMakeFiles/lldConfig.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Building CXX object tools/lld/lib/Config/CMakeFiles/lldConfig.dir/Version.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Config && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Config -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Config -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldConfig.dir/Version.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Config/Version.cpp
[ 27%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangAttrEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.clang-tblgen.dir/ClangAttrEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen/ClangAttrEmitter.cpp
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_build_expr.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ast_build_expr.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_ast_build_expr.c
[ 27%] Linking CXX static library ../../../../lib/liblldConfig.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Config && /usr/bin/cmake -P CMakeFiles/lldConfig.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Config && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldConfig.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldConfig.a  CMakeFiles/lldConfig.dir/Version.cpp.o
/usr/bin/ranlib ../../../../lib/liblldConfig.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target lldConfig
/usr/bin/make -f tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/build.make tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/depend.internal".
Scanning dependencies of target lldReaderWriter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/build.make tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Building CXX object tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/FileArchive.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldReaderWriter.dir/FileArchive.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/FileArchive.cpp
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ast.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_ast.c
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_codegen.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ast_codegen.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_ast_codegen.c
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ast_graft.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ast_graft.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_ast_graft.c
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_band.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_band.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_band.c
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_bernstein.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_bernstein.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_bernstein.c
[ 27%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_blk.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_blk.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_blk.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_bound.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_bound.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_bound.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_coalesce.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_coalesce.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_coalesce.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_constraint.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_constraint.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_constraint.c
[ 28%] Linking CXX static library ../../../../lib/liblldReaderWriter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter && /usr/bin/cmake -P CMakeFiles/lldReaderWriter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldReaderWriter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldReaderWriter.a  CMakeFiles/lldReaderWriter.dir/FileArchive.cpp.o
/usr/bin/ranlib ../../../../lib/liblldReaderWriter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Built target lldReaderWriter
/usr/bin/make -f tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/build.make tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/depend.internal".
Scanning dependencies of target lldMachO
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/build.make tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_convex_hull.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_convex_hull.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_convex_hull.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/ArchHandler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/ArchHandler.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ctx.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ctx.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_ctx.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_deprecated.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_deprecated.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_deprecated.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_dim_map.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_dim_map.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_dim_map.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_equalities.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_equalities.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_equalities.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_factorization.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_factorization.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_factorization.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_arm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/ArchHandler_arm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_farkas.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_farkas.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_farkas.c
[ 28%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_flow.c.o
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ffs.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ffs.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_ffs.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_flow.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_flow.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_fold.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_fold.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_fold.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_hash.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_hash.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_hash.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_id.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_id.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_id.c
[ 28%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_id_to_ast_expr.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_id_to_ast_expr.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_id_to_ast_expr.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_id_to_id.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_id_to_id.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_id_to_id.c
[ 28%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_id_to_pw_aff.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_id_to_pw_aff.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_id_to_pw_aff.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_arm64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/ArchHandler_arm64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_ilp.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_ilp.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_ilp.c
[ 28%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_imath.c.o
[ 28%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangOptionDocEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.clang-tblgen.dir/ClangOptionDocEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_imath.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_imath.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_input.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_input.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_input.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_x86.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/ArchHandler_x86.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_int_sioimath.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_int_sioimath.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_int_sioimath.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_local.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_local.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_local.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_local_space.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_local_space.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_local_space.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/ArchHandler_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_lp.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_lp.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_lp.c
[ 28%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/ClangSACheckersEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.clang-tblgen.dir/ClangSACheckersEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen/ClangSACheckersEmitter.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_map.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_map.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_map.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/CompactUnwindPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/CompactUnwindPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
[ 28%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/NeonEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.clang-tblgen.dir/NeonEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen/NeonEmitter.cpp
[ 28%] Building CXX object tools/clang/utils/TableGen/CMakeFiles/obj.clang-tblgen.dir/TableGen.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj.clang-tblgen.dir/TableGen.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen/TableGen.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_map_list.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_map_list.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_map_list.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/GOTPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/GOTPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/GOTPass.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_map_simplify.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_map_simplify.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_map_simplify.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_map_subtract.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_map_subtract.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_map_subtract.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_map_to_basic_set.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_map_to_basic_set.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_map_to_basic_set.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_mat.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_mat.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_mat.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_morph.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_morph.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_morph.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Built target obj.clang-tblgen
/usr/bin/make -f tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/build.make tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/YAML /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/YAML /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/YAML/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/depend.internal".
Scanning dependencies of target lldYAML
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/build.make tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/ReaderWriterYAML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/YAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/YAML -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/YAML -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldYAML.dir/ReaderWriterYAML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_obj.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_obj.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_obj.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/LayoutPass.cpp.o
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_options.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/LayoutPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_options.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_options.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_output.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_output.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_output.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_point.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_point.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_point.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachOLinkingContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/MachOLinkingContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_polynomial.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_polynomial.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_polynomial.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
[ 28%] Linking CXX static library ../../../../../lib/liblldYAML.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/YAML && /usr/bin/cmake -P CMakeFiles/lldYAML.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/YAML && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldYAML.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/liblldYAML.a  CMakeFiles/lldYAML.dir/ReaderWriterYAML.cpp.o
/usr/bin/ranlib ../../../../../lib/liblldYAML.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Built target lldYAML
/usr/bin/make -f tools/lldb/scripts/Python/modules/readline/CMakeFiles/readline.dir/build.make tools/lldb/scripts/Python/modules/readline/CMakeFiles/readline.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/scripts/Python/modules/readline /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/Python/modules/readline /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/Python/modules/readline/CMakeFiles/readline.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/Python/modules/readline/CMakeFiles/readline.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/Python/modules/readline/CMakeFiles/readline.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/Python/modules/readline/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/Python/modules/readline/CMakeFiles/readline.dir/depend.internal".
Scanning dependencies of target readline
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/scripts/Python/modules/readline/CMakeFiles/readline.dir/build.make tools/lldb/scripts/Python/modules/readline/CMakeFiles/readline.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Building CXX object tools/lldb/scripts/Python/modules/readline/CMakeFiles/readline.dir/readline.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/Python/modules/readline && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Dreadline_EXPORTS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/Python/modules/readline -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/scripts/Python/modules/readline -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -Wno-macro-redefined -O2 -DNDEBUG -fPIC   -o CMakeFiles/readline.dir/readline.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/scripts/Python/modules/readline/readline.cpp
[ 28%] Linking CXX shared library ../../../../../../lib/readline.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/Python/modules/readline && /usr/bin/cmake -E cmake_link_script CMakeFiles/readline.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -Wno-macro-redefined -O2 -DNDEBUG -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,readline.so -o ../../../../../../lib/readline.so CMakeFiles/readline.dir/readline.cpp.o /usr/lib/x86_64-linux-gnu/libpython2.7.so -ledit 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Built target readline
/usr/bin/make -f tools/lldb/scripts/CMakeFiles/swig_wrapper.dir/build.make tools/lldb/scripts/CMakeFiles/swig_wrapper.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/scripts /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/CMakeFiles/swig_wrapper.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/CMakeFiles/swig_wrapper.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/CMakeFiles/swig_wrapper.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/CMakeFiles/swig_wrapper.dir/depend.internal".
Scanning dependencies of target swig_wrapper
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/scripts/CMakeFiles/swig_wrapper.dir/build.make tools/lldb/scripts/CMakeFiles/swig_wrapper.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Python script building LLDB Python wrapper
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/scripts/prepare_bindings.py --srcRoot=/build/llvm-toolchain-5.0-5.0.1/tools/lldb --targetDir=/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts --cfgBldDir=/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts --prefix=/build/llvm-toolchain-5.0-5.0.1/build-llvm --swigExecutable=/usr/bin/swig3.0
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_printer.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_printer.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_printer.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_range.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_range.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_range.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_reordering.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_reordering.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_reordering.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_sample.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_sample.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_sample.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_scan.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_scan.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_scan.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_schedule.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_schedule.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_schedule.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_schedule_band.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_schedule_band.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_schedule_band.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_schedule_constraints.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_schedule_constraints.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_schedule_constraints.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_schedule_node.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_schedule_node.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_schedule_node.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileFromAtoms.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/MachONormalizedFileFromAtoms.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_schedule_read.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_schedule_read.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_schedule_read.c
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_schedule_tree.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_schedule_tree.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_schedule_tree.c
[ 28%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileToAtoms.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/MachONormalizedFileToAtoms.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_scheduler.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_scheduler.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_scheduler.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Built target swig_wrapper
/usr/bin/make -f tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/build.make tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/depend.internal".
Scanning dependencies of target liblldb_exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/build.make tools/lldb/source/API/CMakeFiles/liblldb_exports.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Creating export file for liblldb
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && echo "LLVM_5.0 {" > liblldb.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && grep -q [[:alnum:]] /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/liblldb.exports && echo "  global:" >> liblldb.exports || :
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && sed -e "s/\$/;/" -e "s/^/    /" < /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/liblldb.exports >> liblldb.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && echo "  local: *;" >> liblldb.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && echo "};" >> liblldb.exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Built target liblldb_exports
/usr/bin/make -f tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/build.make tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint-passes /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/depend.internal".
Scanning dependencies of target BugpointPasses_exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/build.make tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Creating export file for BugpointPasses
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes && echo "LLVM_5.0 {" > BugpointPasses.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes && grep -q [[:alnum:]] /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint-passes/bugpoint.exports && echo "  global:" >> BugpointPasses.exports || :
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes && sed -e "s/\$/;/" -e "s/^/    /" < /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint-passes/bugpoint.exports >> BugpointPasses.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes && echo "  local: *;" >> BugpointPasses.exports
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes && echo "};" >> BugpointPasses.exports
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Built target BugpointPasses_exports
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/depend.internal".
Scanning dependencies of target SecondLib
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Building CXX object unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/PipSqueak.cxx.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DSecondLib_EXPORTS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG -fPIC   -o CMakeFiles/SecondLib.dir/PipSqueak.cxx.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary/PipSqueak.cxx
[ 28%] Linking CXX shared library SecondLib.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary && /usr/bin/cmake -E cmake_link_script CMakeFiles/SecondLib.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,SecondLib.so -o SecondLib.so CMakeFiles/SecondLib.dir/PipSqueak.cxx.o 
[ 28%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_seq.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_seq.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_seq.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 28%] Built target SecondLib
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/depend.internal".
Scanning dependencies of target DynamicLibraryLib
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/ExportedFuncs.cxx.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/DynamicLibraryLib.dir/ExportedFuncs.cxx.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary/ExportedFuncs.cxx
[ 29%] Linking CXX static library ../../../lib/libDynamicLibraryLib.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary && /usr/bin/cmake -P CMakeFiles/DynamicLibraryLib.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary && /usr/bin/cmake -E cmake_link_script CMakeFiles/DynamicLibraryLib.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../lib/libDynamicLibraryLib.a  CMakeFiles/DynamicLibraryLib.dir/ExportedFuncs.cxx.o
/usr/bin/ranlib ../../../lib/libDynamicLibraryLib.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target DynamicLibraryLib
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/depend.internal".
Scanning dependencies of target PipSqueak
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/PipSqueak.cxx.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DPipSqueak_EXPORTS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG -fPIC   -o CMakeFiles/PipSqueak.dir/PipSqueak.cxx.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary/PipSqueak.cxx
[ 29%] Linking CXX shared library PipSqueak.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary && /usr/bin/cmake -E cmake_link_script CMakeFiles/PipSqueak.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,PipSqueak.so -o PipSqueak.so CMakeFiles/PipSqueak.dir/PipSqueak.cxx.o 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target PipSqueak
/usr/bin/make -f utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/build.make utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/unittest/UnitTestMain /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/depend.internal".
Scanning dependencies of target gtest_main
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/build.make utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/TestMain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain && /usr/bin/g++-7  -DGTEST_HAS_RTTI=0 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/UnitTestMain -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -Wno-variadic-macros  -fno-exceptions -o CMakeFiles/gtest_main.dir/TestMain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/utils/unittest/UnitTestMain/TestMain.cpp
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_set_list.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_set_list.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_set_list.c
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_sort.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_sort.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_sort.c
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_space.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_space.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_space.c
[ 29%] Linking CXX static library ../../../lib/libgtest_main.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain && /usr/bin/cmake -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain && /usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../lib/libgtest_main.a  CMakeFiles/gtest_main.dir/TestMain.cpp.o
/usr/bin/ranlib ../../../lib/libgtest_main.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target gtest_main
/usr/bin/make -f utils/TableGen/CMakeFiles/llvm-tblgen.dir/build.make utils/TableGen/CMakeFiles/llvm-tblgen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/llvm-tblgen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/llvm-tblgen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/llvm-tblgen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/llvm-tblgen.dir/depend.internal".
Scanning dependencies of target llvm-tblgen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/TableGen/CMakeFiles/llvm-tblgen.dir/build.make utils/TableGen/CMakeFiles/llvm-tblgen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX executable ../../bin/llvm-tblgen
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/obj.llvm-tblgen.dir/AsmMatcherEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/AsmWriterEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/AsmWriterInst.cpp.o CMakeFiles/obj.llvm-tblgen.dir/Attributes.cpp.o CMakeFiles/obj.llvm-tblgen.dir/CallingConvEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/CodeEmitterGen.cpp.o CMakeFiles/obj.llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o CMakeFiles/obj.llvm-tblgen.dir/CodeGenInstruction.cpp.o CMakeFiles/obj.llvm-tblgen.dir/CodeGenMapTable.cpp.o CMakeFiles/obj.llvm-tblgen.dir/CodeGenRegisters.cpp.o CMakeFiles/obj.llvm-tblgen.dir/CodeGenSchedule.cpp.o CMakeFiles/obj.llvm-tblgen.dir/CodeGenTarget.cpp.o CMakeFiles/obj.llvm-tblgen.dir/DAGISelEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherGen.cpp.o CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcher.cpp.o CMakeFiles/obj.llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/DisassemblerEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/FastISelEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/FixedLenDecoderEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/GlobalISelEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/InstrInfoEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/IntrinsicEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/OptParserEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/RegisterBankEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/RegisterInfoEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/SearchableTableEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o CMakeFiles/obj.llvm-tblgen.dir/TableGen.cpp.o CMakeFiles/obj.llvm-tblgen.dir/Types.cpp.o CMakeFiles/obj.llvm-tblgen.dir/X86DisassemblerTables.cpp.o CMakeFiles/obj.llvm-tblgen.dir/X86EVEX2VEXTablesEmitter.cpp.o CMakeFiles/obj.llvm-tblgen.dir/X86ModRMFilters.cpp.o CMakeFiles/obj.llvm-tblgen.dir/X86RecognizableInstr.cpp.o CMakeFiles/obj.llvm-tblgen.dir/CTagsEmitter.cpp.o  -o ../../bin/llvm-tblgen -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVMSupport.a ../../lib/libLLVMTableGen.a -lpthread ../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../lib/libLLVMDemangle.a 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target llvm-tblgen
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_stream.c.o
/usr/bin/make -f lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMain.dir/build.make lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMain.dir/depend
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_stream.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_stream.c
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMain.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMain.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMain.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMain.dir/depend.internal".
Scanning dependencies of target LLVMFuzzerNoMain
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMain.dir/build.make lib/Fuzzer/CMakeFiles/LLVMFuzzerNoMain.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../libLLVMFuzzerNoMain.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/cmake -P CMakeFiles/LLVMFuzzerNoMain.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMFuzzerNoMain.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMFuzzerNoMain.a  CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerCrossOver.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerDriver.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsDlsym.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsDlsymWin.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsWeak.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtraCounters.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIO.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIOPosix.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIOWindows.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerLoop.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerMerge.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerMutate.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerSHA1.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerShmemPosix.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerShmemWindows.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerTracePC.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtil.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilDarwin.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilLinux.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilPosix.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilWindows.cpp.o
/usr/bin/ranlib ../libLLVMFuzzerNoMain.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target LLVMFuzzerNoMain
/usr/bin/make -f lib/Fuzzer/CMakeFiles/LLVMFuzzer.dir/build.make lib/Fuzzer/CMakeFiles/LLVMFuzzer.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzer.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzer.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzer.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer/CMakeFiles/LLVMFuzzer.dir/depend.internal".
Scanning dependencies of target LLVMFuzzer
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Fuzzer/CMakeFiles/LLVMFuzzer.dir/build.make lib/Fuzzer/CMakeFiles/LLVMFuzzer.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object lib/Fuzzer/CMakeFiles/LLVMFuzzer.dir/FuzzerMain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG   -o CMakeFiles/LLVMFuzzer.dir/FuzzerMain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Fuzzer/FuzzerMain.cpp
[ 29%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileYAML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/MachONormalizedFileYAML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
[ 29%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ObjCPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/ObjCPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/ObjCPass.cpp
[ 29%] Linking CXX static library ../libLLVMFuzzer.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/cmake -P CMakeFiles/LLVMFuzzer.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Fuzzer && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMFuzzer.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMFuzzer.a  CMakeFiles/LLVMFuzzer.dir/FuzzerMain.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerCrossOver.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerDriver.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsDlsym.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsDlsymWin.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtFunctionsWeak.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerExtraCounters.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIO.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIOPosix.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerIOWindows.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerLoop.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerMerge.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerMutate.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerSHA1.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerShmemPosix.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerShmemWindows.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerTracePC.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtil.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilDarwin.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilLinux.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilPosix.cpp.o CMakeFiles/LLVMFuzzerNoMainObjects.dir/FuzzerUtilWindows.cpp.o
/usr/bin/ranlib ../libLLVMFuzzer.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target LLVMFuzzer
/usr/bin/make -f lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/build.make lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-dlltool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/depend.internal".
Scanning dependencies of target DllOptionsTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/build.make lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_tab.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_tab.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_tab.c
[ 29%] Building Options.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool && ../../../bin/llvm-tblgen -gen-opt-parser-defs -I /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-dlltool -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-dlltool/Options.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/Options.inc.tmp
[ 29%] Updating Options.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/Options.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/Options.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target DllOptionsTableGen
/usr/bin/make -f lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/build.make lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-lib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/depend.internal".
Scanning dependencies of target LibOptionsTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/build.make lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building Options.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib && ../../../bin/llvm-tblgen -gen-opt-parser-defs -I /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-lib -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-lib/Options.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/Options.inc.tmp
[ 29%] Updating Options.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/Options.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/Options.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target LibOptionsTableGen
/usr/bin/make -f projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/build.make projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.xray-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/build.make projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_x86_64.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.xray-x86_64.dir/xray_x86_64.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_x86_64.cc
[ 29%] Building ASM object projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_trampoline_x86_64.S.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -fPIC -O2 -g -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.xray-x86_64.dir/xray_trampoline_x86_64.S.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_trampoline_x86_64.S
[ 29%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_inmemory_log.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.xray-x86_64.dir/xray_inmemory_log.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_inmemory_log.cc
[ 29%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_init.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.xray-x86_64.dir/xray_init.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_init.cc
[ 29%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_flags.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.xray-x86_64.dir/xray_flags.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_flags.cc
[ 29%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_interface.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.xray-x86_64.dir/xray_interface.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_interface.cc
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_interface.cc: In function 'bool patchSled(const XRaySledEntry&, bool, int32_t)':
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_interface.cc:167:32: warning: enum constant in boolean context [-Wint-in-bool-context]
     return XRayPatchingStatus::FAILED;
                                ^~~~~~
[ 29%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_buffer_queue.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.xray-x86_64.dir/xray_buffer_queue.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_buffer_queue.cc
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_tab_pip.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_tab_pip.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_tab_pip.c
[ 29%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ShimPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/ShimPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/ShimPass.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_log_interface.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.xray-x86_64.dir/xray_log_interface.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_log_interface.cc
[ 29%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/StubsPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/StubsPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/StubsPass.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_fdr_logging.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.xray-x86_64.dir/xray_fdr_logging.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_fdr_logging.cc
[ 29%] Building CXX object projects/compiler-rt/lib/xray/CMakeFiles/clang_rt.xray-x86_64.dir/xray_utils.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -DXRAY_HAS_EXCEPTIONS=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/.. -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/../../include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.xray-x86_64.dir/xray_utils.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray/xray_utils.cc
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.xray-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/cmake -P CMakeFiles/clang_rt.xray-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.xray-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.xray-x86_64.a  CMakeFiles/clang_rt.xray-x86_64.dir/xray_x86_64.cc.o CMakeFiles/clang_rt.xray-x86_64.dir/xray_trampoline_x86_64.S.o CMakeFiles/clang_rt.xray-x86_64.dir/xray_inmemory_log.cc.o CMakeFiles/clang_rt.xray-x86_64.dir/xray_init.cc.o CMakeFiles/clang_rt.xray-x86_64.dir/xray_flags.cc.o CMakeFiles/clang_rt.xray-x86_64.dir/xray_interface.cc.o CMakeFiles/clang_rt.xray-x86_64.dir/xray_buffer_queue.cc.o CMakeFiles/clang_rt.xray-x86_64.dir/xray_log_interface.cc.o CMakeFiles/clang_rt.xray-x86_64.dir/xray_fdr_logging.cc.o CMakeFiles/clang_rt.xray-x86_64.dir/xray_utils.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.xray-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.xray-x86_64
/usr/bin/make -f projects/compiler-rt/lib/builtins/CMakeFiles/builtins.dir/build.make projects/compiler-rt/lib/builtins/CMakeFiles/builtins.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/builtins /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/builtins.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/builtins.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/builtins.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/builtins/CMakeFiles/builtins.dir/depend.internal".
Scanning dependencies of target builtins
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/builtins/CMakeFiles/builtins.dir/build.make projects/compiler-rt/lib/builtins/CMakeFiles/builtins.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/builtins/CMakeFiles/builtins.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target builtins
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.lsan-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/lsan.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan.cc
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_tarjan.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_tarjan.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_tarjan.c
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_transitive_closure.c.o
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_transitive_closure.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_transitive_closure.c
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_allocator.cc
[ 29%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/TLVPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/TLVPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/TLVPass.cpp
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_union_map.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_union_map.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_union_map.c
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_linux.cc
[ 29%] Building CXX object tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/WriterMachO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldMachO.dir/WriterMachO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/ReaderWriter/MachO/WriterMachO.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_interceptors.cc
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_mac.cc
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_malloc_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_malloc_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_malloc_mac.cc
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_preinit.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_preinit.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_preinit.cc
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_thread.cc
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.lsan-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/cmake -P CMakeFiles/clang_rt.lsan-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.lsan-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.lsan-x86_64.a  CMakeFiles/clang_rt.lsan-x86_64.dir/lsan.cc.o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_allocator.cc.o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_linux.cc.o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_interceptors.cc.o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_mac.cc.o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_malloc_mac.cc.o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_preinit.cc.o CMakeFiles/clang_rt.lsan-x86_64.dir/lsan_thread.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common.cc.o CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_linux.cc.o CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_mac.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.lsan-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.lsan-x86_64
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_val.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_val.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_val.c
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.lsan-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/lsan.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i386.dir/lsan.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan.cc
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/lsan_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i386.dir/lsan_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_allocator.cc
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/lsan_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i386.dir/lsan_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_linux.cc
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/lsan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i386.dir/lsan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_interceptors.cc
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_val_sioimath.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_val_sioimath.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_val_sioimath.c
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/lsan_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i386.dir/lsan_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_mac.cc
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/lsan_malloc_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i386.dir/lsan_malloc_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_malloc_mac.cc
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/lsan_preinit.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i386.dir/lsan_preinit.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_preinit.cc
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i386.dir/lsan_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i386.dir/lsan_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_thread.cc
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_vec.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_vec.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_vec.c
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_version.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_version.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_version.c
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/isl_vertices.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/isl_vertices.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_vertices.c
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.lsan-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/cmake -P CMakeFiles/clang_rt.lsan-i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.lsan-i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.lsan-i386.a  CMakeFiles/clang_rt.lsan-i386.dir/lsan.cc.o CMakeFiles/clang_rt.lsan-i386.dir/lsan_allocator.cc.o CMakeFiles/clang_rt.lsan-i386.dir/lsan_linux.cc.o CMakeFiles/clang_rt.lsan-i386.dir/lsan_interceptors.cc.o CMakeFiles/clang_rt.lsan-i386.dir/lsan_mac.cc.o CMakeFiles/clang_rt.lsan-i386.dir/lsan_malloc_mac.cc.o CMakeFiles/clang_rt.lsan-i386.dir/lsan_preinit.cc.o CMakeFiles/clang_rt.lsan-i386.dir/lsan_thread.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTLSanCommon.i386.dir/lsan_common.cc.o CMakeFiles/RTLSanCommon.i386.dir/lsan_common_linux.cc.o CMakeFiles/RTLSanCommon.i386.dir/lsan_common_mac.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.lsan-i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.lsan-i386
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.lsan-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../../lib/liblldMachO.a
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/lsan.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/cmake -P CMakeFiles/lldMachO.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i686.dir/lsan.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/ReaderWriter/MachO && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldMachO.dir/link.txt --verbose=1
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/print.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/print.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/print.c
/usr/bin/ar qc ../../../../../lib/liblldMachO.a  CMakeFiles/lldMachO.dir/ArchHandler.cpp.o CMakeFiles/lldMachO.dir/ArchHandler_arm.cpp.o CMakeFiles/lldMachO.dir/ArchHandler_arm64.cpp.o CMakeFiles/lldMachO.dir/ArchHandler_x86.cpp.o CMakeFiles/lldMachO.dir/ArchHandler_x86_64.cpp.o CMakeFiles/lldMachO.dir/CompactUnwindPass.cpp.o CMakeFiles/lldMachO.dir/GOTPass.cpp.o CMakeFiles/lldMachO.dir/LayoutPass.cpp.o CMakeFiles/lldMachO.dir/MachOLinkingContext.cpp.o CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryReader.cpp.o CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryWriter.cpp.o CMakeFiles/lldMachO.dir/MachONormalizedFileFromAtoms.cpp.o CMakeFiles/lldMachO.dir/MachONormalizedFileToAtoms.cpp.o CMakeFiles/lldMachO.dir/MachONormalizedFileYAML.cpp.o CMakeFiles/lldMachO.dir/ObjCPass.cpp.o CMakeFiles/lldMachO.dir/ShimPass.cpp.o CMakeFiles/lldMachO.dir/StubsPass.cpp.o CMakeFiles/lldMachO.dir/TLVPass.cpp.o CMakeFiles/lldMachO.dir/WriterMachO.cpp.o
/usr/bin/ranlib ../../../../../lib/liblldMachO.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target lldMachO
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -P CMakeFiles/clang_rt.ubsan_standalone-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-x86_64.a  ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o CMakeFiles/RTUbsan_standalone.x86_64.dir/ubsan_diag_standalone.cc.o CMakeFiles/RTUbsan_standalone.x86_64.dir/ubsan_init_standalone.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-x86_64.a
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/lsan_allocator.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i686.dir/lsan_allocator.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_allocator.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.ubsan_standalone-x86_64
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone_cxx-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -P CMakeFiles/clang_rt.ubsan_standalone_cxx-i686.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone_cxx-i686.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-i686.a  CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_handlers_cxx.cc.o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash.cc.o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_itanium.cc.o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_win.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-i686.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.ubsan_standalone_cxx-i686
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64.dir/DependInfo.cmake --color=
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/imath/gmp_compat.c.o
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64.dir/depend.internal".
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/imath/gmp_compat.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath/gmp_compat.c
Scanning dependencies of target clang_rt.ubsan_standalone_cxx-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64.dir/build
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/imath/imath.c.o
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/imath/imath.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath/imath.c
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -P CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.a  CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_handlers_cxx.cc.o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash.cc.o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_itanium.cc.o CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_win.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.ubsan_standalone_cxx-x86_64
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyISL.dir/isl/imath/imrat.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/PollyISL.dir/isl/imath/imrat.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath/imrat.c
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -P CMakeFiles/clang_rt.ubsan_standalone-i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone-i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-i386.a  ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_diag.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_init.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_flags.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_handlers.cc.o CMakeFiles/RTUbsan.i386.dir/ubsan_value.cc.o CMakeFiles/RTUbsan_standalone.i386.dir/ubsan_diag_standalone.cc.o CMakeFiles/RTUbsan_standalone.i386.dir/ubsan_init_standalone.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.ubsan_standalone-i386
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -P CMakeFiles/clang_rt.ubsan_standalone-i686.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone-i686.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-i686.a  ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_diag.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_init.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_flags.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_handlers.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_value.cc.o CMakeFiles/RTUbsan_standalone.i686.dir/ubsan_diag_standalone.cc.o CMakeFiles/RTUbsan_standalone.i686.dir/ubsan_init_standalone.cc.o
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i686.dir/DependInfo.cmake --color=
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-i686.a
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone_cxx-dynamic-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX shared library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-i686.so
[ 29%] Built target clang_rt.ubsan_standalone-i686
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i686.dir/depend
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone_cxx-dynamic-i686.dir/link.txt --verbose=1
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i686.dir/DependInfo.cmake --color=
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG  -m32 -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang_rt.ubsan_standalone_cxx-i686.so -o ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-i686.so ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_diag.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_init.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_flags.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_handlers.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_value.cc.o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_handlers_cxx.cc.o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash.cc.o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_itanium.cc.o CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_win.cc.o -ldl -lrt -lpthread 
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone-dynamic-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i686.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-dynamic-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX shared library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-i686.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone-dynamic-i686.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG  -m32 -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang_rt.ubsan_standalone-i686.so -o ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-i686.so ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_diag.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_init.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_flags.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_handlers.cc.o CMakeFiles/RTUbsan.i686.dir/ubsan_value.cc.o -ldl -lrt -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.ubsan_standalone_cxx-dynamic-i686
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone_cxx-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i386.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -P CMakeFiles/clang_rt.ubsan_standalone_cxx-i386.dir/cmake_clean_target.cmake
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.ubsan_standalone_cxx-i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-i386.a  CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_handlers_cxx.cc.o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash.cc.o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_itanium.cc.o CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_win.cc.o
[ 29%] Built target clang_rt.ubsan_standalone-dynamic-i686
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64.dir/depend
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-i386.a
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.asan_cxx-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-x86_64.a
[ 29%] Built target clang_rt.ubsan_standalone_cxx-i386
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -P CMakeFiles/clang_rt.asan_cxx-x86_64.dir/cmake_clean_target.cmake
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan_cxx-x86_64.dir/link.txt --verbose=1
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-x86_64.a  CMakeFiles/RTAsan_cxx.x86_64.dir/asan_new_delete.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_handlers_cxx.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_itanium.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_win.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-x86_64.a
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -P CMakeFiles/clang_rt.asan-x86_64.dir/cmake_clean_target.cmake
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.asan_cxx-x86_64
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i386.dir/depend
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan-x86_64.dir/link.txt --verbose=1
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i386.dir/DependInfo.cmake --color=
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-x86_64.a  CMakeFiles/RTAsan_preinit.x86_64.dir/asan_preinit.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_allocator.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_activation.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_debugging.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_descriptions.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_errors.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_fake_stack.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_flags.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_globals.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_globals_win.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_interceptors.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_linux.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_mac.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_malloc_linux.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_malloc_mac.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_malloc_win.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_memory_profile.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_poisoning.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_posix.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_report.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_rtl.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_stack.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_stats.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_suppressions.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_thread.cc.o CMakeFiles/RTAsan.x86_64.dir/asan_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o ../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common.cc.o ../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_linux.cc.o ../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_mac.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-preinit-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-preinit-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -P CMakeFiles/clang_rt.asan-preinit-i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan-preinit-i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-preinit-i386.a  CMakeFiles/RTAsan_preinit.i386.dir/asan_preinit.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-preinit-i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-x86_64.a
[ 29%] Built target clang_rt.asan-preinit-i386
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.asan_cxx-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -P CMakeFiles/clang_rt.asan_cxx-i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan_cxx-i386.dir/link.txt --verbose=1
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-i386.a  CMakeFiles/RTAsan_cxx.i386.dir/asan_new_delete.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_handlers_cxx.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_itanium.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_win.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-i386.a
[ 29%] Built target clang_rt.asan-x86_64
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64-symbols.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64-symbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64-symbols.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.asan_cxx-i386
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64-symbols.dir/depend.internal".
Scanning dependencies of target clang_rt.asan_cxx-x86_64-symbols
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i686.dir/depend
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64-symbols.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-x86_64-symbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i686.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-preinit-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-preinit-i686.dir/build
[ 29%] Generating exported symbols for clang_rt.asan_cxx-x86_64
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-x86_64.a.syms
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-preinit-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -P CMakeFiles/clang_rt.asan-preinit-i686.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan-preinit-i686.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-preinit-i686.a  CMakeFiles/RTAsan_preinit.i686.dir/asan_preinit.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-preinit-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan && /usr/bin/cmake -E touch /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/clang_rt.asan_cxx-x86_64.syms-stamp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.asan-preinit-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i386.dir/DependInfo.cmake --color=
[ 29%] Built target clang_rt.asan_cxx-x86_64-symbols
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -P CMakeFiles/clang_rt.asan-i386.dir/cmake_clean_target.cmake
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -P CMakeFiles/clang_rt.asan-i686.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan-i386.dir/link.txt --verbose=1
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan-i686.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-i386.a  CMakeFiles/RTAsan_preinit.i386.dir/asan_preinit.cc.o CMakeFiles/RTAsan.i386.dir/asan_allocator.cc.o CMakeFiles/RTAsan.i386.dir/asan_activation.cc.o CMakeFiles/RTAsan.i386.dir/asan_debugging.cc.o CMakeFiles/RTAsan.i386.dir/asan_descriptions.cc.o CMakeFiles/RTAsan.i386.dir/asan_errors.cc.o CMakeFiles/RTAsan.i386.dir/asan_fake_stack.cc.o CMakeFiles/RTAsan.i386.dir/asan_flags.cc.o CMakeFiles/RTAsan.i386.dir/asan_globals.cc.o CMakeFiles/RTAsan.i386.dir/asan_globals_win.cc.o CMakeFiles/RTAsan.i386.dir/asan_interceptors.cc.o CMakeFiles/RTAsan.i386.dir/asan_linux.cc.o CMakeFiles/RTAsan.i386.dir/asan_mac.cc.o CMakeFiles/RTAsan.i386.dir/asan_malloc_linux.cc.o CMakeFiles/RTAsan.i386.dir/asan_malloc_mac.cc.o CMakeFiles/RTAsan.i386.dir/asan_malloc_win.cc.o CMakeFiles/RTAsan.i386.dir/asan_memory_profile.cc.o CMakeFiles/RTAsan.i386.dir/asan_poisoning.cc.o CMakeFiles/RTAsan.i386.dir/asan_posix.cc.o CMakeFiles/RTAsan.i386.dir/asan_report.cc.o CMakeFiles/RTAsan.i386.dir/asan_rtl.cc.o CMakeFiles/RTAsan.i386.dir/asan_stack.cc.o CMakeFiles/RTAsan.i386.dir/asan_stats.cc.o CMakeFiles/RTAsan.i386.dir/asan_suppressions.cc.o CMakeFiles/RTAsan.i386.dir/asan_thread.cc.o CMakeFiles/RTAsan.i386.dir/asan_win.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o ../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common.cc.o ../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common_linux.cc.o ../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common_mac.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_value.cc.o
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-i686.a  CMakeFiles/RTAsan_preinit.i686.dir/asan_preinit.cc.o CMakeFiles/RTAsan.i686.dir/asan_allocator.cc.o CMakeFiles/RTAsan.i686.dir/asan_activation.cc.o CMakeFiles/RTAsan.i686.dir/asan_debugging.cc.o CMakeFiles/RTAsan.i686.dir/asan_descriptions.cc.o CMakeFiles/RTAsan.i686.dir/asan_errors.cc.o CMakeFiles/RTAsan.i686.dir/asan_fake_stack.cc.o CMakeFiles/RTAsan.i686.dir/asan_flags.cc.o CMakeFiles/RTAsan.i686.dir/asan_globals.cc.o CMakeFiles/RTAsan.i686.dir/asan_globals_win.cc.o CMakeFiles/RTAsan.i686.dir/asan_interceptors.cc.o CMakeFiles/RTAsan.i686.dir/asan_linux.cc.o CMakeFiles/RTAsan.i686.dir/asan_mac.cc.o CMakeFiles/RTAsan.i686.dir/asan_malloc_linux.cc.o CMakeFiles/RTAsan.i686.dir/asan_malloc_mac.cc.o CMakeFiles/RTAsan.i686.dir/asan_malloc_win.cc.o CMakeFiles/RTAsan.i686.dir/asan_memory_profile.cc.o CMakeFiles/RTAsan.i686.dir/asan_poisoning.cc.o CMakeFiles/RTAsan.i686.dir/asan_posix.cc.o CMakeFiles/RTAsan.i686.dir/asan_report.cc.o CMakeFiles/RTAsan.i686.dir/asan_rtl.cc.o CMakeFiles/RTAsan.i686.dir/asan_stack.cc.o CMakeFiles/RTAsan.i686.dir/asan_stats.cc.o CMakeFiles/RTAsan.i686.dir/asan_suppressions.cc.o CMakeFiles/RTAsan.i686.dir/asan_thread.cc.o CMakeFiles/RTAsan.i686.dir/asan_win.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o ../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common.cc.o ../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common_linux.cc.o ../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common_mac.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_value.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-i386.a
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-i686.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.asan-i386
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.asan_cxx-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan_cxx-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -P CMakeFiles/clang_rt.asan_cxx-i686.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan_cxx-i686.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-i686.a  CMakeFiles/RTAsan_cxx.i686.dir/asan_new_delete.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_handlers_cxx.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_itanium.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_win.cc.o
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-i686.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.asan-i686
/usr/bin/make -f projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64-symbols.dir/build.make projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64-symbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64-symbols.dir/DependInfo.cmake --color=
[ 29%] Built target clang_rt.asan_cxx-i686
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64-symbols.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64-symbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64-symbols.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64-symbols.dir/depend.internal".
Scanning dependencies of target clang_rt.dfsan-x86_64-symbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64-symbols.dir/build.make projects/compiler-rt/lib/dfsan/CMakeFiles/clang_rt.dfsan-x86_64-symbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64-symbols.dir/depend.internal".
Scanning dependencies of target clang_rt.msan-x86_64-symbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64-symbols.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/clang_rt.msan-x86_64-symbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Generating exported symbols for clang_rt.dfsan-x86_64
[ 29%] Generating exported symbols for clang_rt.msan-x86_64
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py --extra dfsan.syms.extra /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.dfsan-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.dfsan-x86_64.a.syms
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py --extra msan.syms.extra /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.msan-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.msan-x86_64.a.syms
[ 29%] Linking C static library ../../../../lib/libPollyISL.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/cmake -P CMakeFiles/PollyISL.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan && /usr/bin/cmake -E touch /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/clang_rt.dfsan-x86_64.syms-stamp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/cmake -E cmake_link_script CMakeFiles/PollyISL.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libPollyISL.a  CMakeFiles/PollyISL.dir/isl/basis_reduction_tab.c.o CMakeFiles/PollyISL.dir/isl/isl_aff.c.o CMakeFiles/PollyISL.dir/isl/isl_affine_hull.c.o CMakeFiles/PollyISL.dir/isl/isl_arg.c.o CMakeFiles/PollyISL.dir/isl/isl_ast_build.c.o CMakeFiles/PollyISL.dir/isl/isl_ast_build_expr.c.o CMakeFiles/PollyISL.dir/isl/isl_ast.c.o CMakeFiles/PollyISL.dir/isl/isl_ast_codegen.c.o CMakeFiles/PollyISL.dir/isl/isl_ast_graft.c.o CMakeFiles/PollyISL.dir/isl/isl_band.c.o CMakeFiles/PollyISL.dir/isl/isl_bernstein.c.o CMakeFiles/PollyISL.dir/isl/isl_blk.c.o CMakeFiles/PollyISL.dir/isl/isl_bound.c.o CMakeFiles/PollyISL.dir/isl/isl_coalesce.c.o CMakeFiles/PollyISL.dir/isl/isl_constraint.c.o CMakeFiles/PollyISL.dir/isl/isl_convex_hull.c.o CMakeFiles/PollyISL.dir/isl/isl_ctx.c.o CMakeFiles/PollyISL.dir/isl/isl_deprecated.c.o CMakeFiles/PollyISL.dir/isl/isl_dim_map.c.o CMakeFiles/PollyISL.dir/isl/isl_equalities.c.o CMakeFiles/PollyISL.dir/isl/isl_factorization.c.o CMakeFiles/PollyISL.dir/isl/isl_farkas.c.o CMakeFiles/PollyISL.dir/isl/isl_ffs.c.o CMakeFiles/PollyISL.dir/isl/isl_flow.c.o CMakeFiles/PollyISL.dir/isl/isl_fold.c.o CMakeFiles/PollyISL.dir/isl/isl_hash.c.o CMakeFiles/PollyISL.dir/isl/isl_id.c.o CMakeFiles/PollyISL.dir/isl/isl_id_to_ast_expr.c.o CMakeFiles/PollyISL.dir/isl/isl_id_to_id.c.o CMakeFiles/PollyISL.dir/isl/isl_id_to_pw_aff.c.o CMakeFiles/PollyISL.dir/isl/isl_ilp.c.o CMakeFiles/PollyISL.dir/isl/isl_imath.c.o CMakeFiles/PollyISL.dir/isl/isl_input.c.o CMakeFiles/PollyISL.dir/isl/isl_int_sioimath.c.o CMakeFiles/PollyISL.dir/isl/isl_local.c.o CMakeFiles/PollyISL.dir/isl/isl_local_space.c.o CMakeFiles/PollyISL.dir/isl/isl_lp.c.o CMakeFiles/PollyISL.dir/isl/isl_map.c.o CMakeFiles/PollyISL.dir/isl/isl_map_list.c.o CMakeFiles/PollyISL.dir/isl/isl_map_simplify.c.o CMakeFiles/PollyISL.dir/isl/isl_map_subtract.c.o CMakeFiles/PollyISL.dir/isl/isl_map_to_basic_set.c.o CMakeFiles/PollyISL.dir/isl/isl_mat.c.o CMakeFiles/PollyISL.dir/isl/isl_morph.c.o CMakeFiles/PollyISL.dir/isl/isl_obj.c.o CMakeFiles/PollyISL.dir/isl/isl_options.c.o CMakeFiles/PollyISL.dir/isl/isl_output.c.o CMakeFiles/PollyISL.dir/isl/isl_point.c.o CMakeFiles/PollyISL.dir/isl/isl_polynomial.c.o CMakeFiles/PollyISL.dir/isl/isl_printer.c.o CMakeFiles/PollyISL.dir/isl/isl_range.c.o CMakeFiles/PollyISL.dir/isl/isl_reordering.c.o CMakeFiles/PollyISL.dir/isl/isl_sample.c.o CMakeFiles/PollyISL.dir/isl/isl_scan.c.o CMakeFiles/PollyISL.dir/isl/isl_schedule.c.o CMakeFiles/PollyISL.dir/isl/isl_schedule_band.c.o CMakeFiles/PollyISL.dir/isl/isl_schedule_constraints.c.o CMakeFiles/PollyISL.dir/isl/isl_schedule_node.c.o CMakeFiles/PollyISL.dir/isl/isl_schedule_read.c.o CMakeFiles/PollyISL.dir/isl/isl_schedule_tree.c.o CMakeFiles/PollyISL.dir/isl/isl_scheduler.c.o CMakeFiles/PollyISL.dir/isl/isl_seq.c.o CMakeFiles/PollyISL.dir/isl/isl_set_list.c.o CMakeFiles/PollyISL.dir/isl/isl_sort.c.o CMakeFiles/PollyISL.dir/isl/isl_space.c.o CMakeFiles/PollyISL.dir/isl/isl_stream.c.o CMakeFiles/PollyISL.dir/isl/isl_tab.c.o CMakeFiles/PollyISL.dir/isl/isl_tab_pip.c.o CMakeFiles/PollyISL.dir/isl/isl_tarjan.c.o CMakeFiles/PollyISL.dir/isl/isl_transitive_closure.c.o CMakeFiles/PollyISL.dir/isl/isl_union_map.c.o CMakeFiles/PollyISL.dir/isl/isl_val.c.o CMakeFiles/PollyISL.dir/isl/isl_val_sioimath.c.o CMakeFiles/PollyISL.dir/isl/isl_vec.c.o CMakeFiles/PollyISL.dir/isl/isl_version.c.o CMakeFiles/PollyISL.dir/isl/isl_vertices.c.o CMakeFiles/PollyISL.dir/isl/print.c.o CMakeFiles/PollyISL.dir/isl/imath/gmp_compat.c.o CMakeFiles/PollyISL.dir/isl/imath/imath.c.o CMakeFiles/PollyISL.dir/isl/imath/imrat.c.o
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.dfsan-x86_64-symbols
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/lsan_linux.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i686.dir/lsan_linux.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_linux.cc
/usr/bin/ranlib ../../../../lib/libPollyISL.a
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan && /usr/bin/cmake -E touch /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/clang_rt.msan-x86_64.syms-stamp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.msan-x86_64-symbols
/usr/bin/make -f projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64-symbols.dir/build.make projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64-symbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64-symbols.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64-symbols.dir/depend.internal".
Scanning dependencies of target clang_rt.tsan_cxx-x86_64-symbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64-symbols.dir/build.make projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan_cxx-x86_64-symbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64-symbols.dir/build.make projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64-symbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64-symbols.dir/DependInfo.cmake --color=
[ 29%] Generating exported symbols for clang_rt.tsan_cxx-x86_64
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py --extra rtl/tsan.syms.extra /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.tsan_cxx-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.tsan_cxx-x86_64.a.syms
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64-symbols.dir/depend.internal".
Scanning dependencies of target clang_rt.tsan-x86_64-symbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64-symbols.dir/build.make projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64-symbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Generating exported symbols for clang_rt.tsan-x86_64
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py --extra rtl/tsan.syms.extra /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.tsan-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.tsan-x86_64.a.syms
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan && /usr/bin/cmake -E touch /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/clang_rt.tsan_cxx-x86_64.syms-stamp
[ 29%] Built target PollyISL
/usr/bin/make -f projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dyndd-dynamic-x86_64.dir/build.make projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dyndd-dynamic-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dyndd-dynamic-x86_64.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dyndd-dynamic-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dyndd-dynamic-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dyndd-dynamic-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.dyndd-dynamic-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dyndd-dynamic-x86_64.dir/build.make projects/compiler-rt/lib/tsan/dd/CMakeFiles/clang_rt.dyndd-dynamic-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.tsan_cxx-x86_64-symbols
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/lsan_mac.cc.o
[ 29%] Linking CXX shared library ../../../../../lib/clang/5.0.1/lib/linux/libclang_rt.dyndd-x86_64.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i686.dir/lsan_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_mac.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.dyndd-dynamic-x86_64.dir/link.txt --verbose=1
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/lsan_interceptors.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i686.dir/lsan_interceptors.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_interceptors.cc
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG  -m64 -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang_rt.dyndd-x86_64.so -o ../../../../../lib/clang/5.0.1/lib/linux/libclang_rt.dyndd-x86_64.so CMakeFiles/RTDD.x86_64.dir/dd_rtl.cc.o CMakeFiles/RTDD.x86_64.dir/dd_interceptors.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o -ldl -lrt -lpthread 
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan && /usr/bin/cmake -E touch /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/clang_rt.tsan-x86_64.syms-stamp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.tsan-x86_64-symbols
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/lsan_malloc_mac.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i686.dir/lsan_malloc_mac.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_malloc_mac.cc
/usr/bin/make -f projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i386.dir/build.make projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.safestack-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i386.dir/build.make projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.dyndd-dynamic-x86_64
/usr/bin/make -f projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-x86_64.dir/build.make projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-x86_64.dir/depend
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/lsan_preinit.cc.o
[ 29%] Building CXX object projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i386.dir/safestack.cc.o
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-x86_64.dir/DependInfo.cmake --color=
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i686.dir/lsan_preinit.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_preinit.cc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.safestack-i386.dir/safestack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack/safestack.cc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.safestack-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-x86_64.dir/build.make projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-x86_64.dir/build
/usr/bin/make -f projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i686.dir/build.make projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i686.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-x86_64.dir/safestack.cc.o
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i686.dir/depend.internal".
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.safestack-x86_64.dir/safestack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack/safestack.cc
Scanning dependencies of target clang_rt.safestack-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i686.dir/build.make projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object projects/compiler-rt/lib/safestack/CMakeFiles/clang_rt.safestack-i686.dir/safestack.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -o CMakeFiles/clang_rt.safestack-i686.dir/safestack.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack/safestack.cc
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.safestack-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack && /usr/bin/cmake -P CMakeFiles/clang_rt.safestack-i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.safestack-i386.dir/link.txt --verbose=1
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.safestack-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack && /usr/bin/cmake -P CMakeFiles/clang_rt.safestack-x86_64.dir/cmake_clean_target.cmake
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.safestack-i386.a  CMakeFiles/clang_rt.safestack-i386.dir/safestack.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i386.dir/sanitizer_common_nolibc.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.safestack-x86_64.dir/link.txt --verbose=1
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.safestack-i386.a
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.safestack-x86_64.a  CMakeFiles/clang_rt.safestack-x86_64.dir/safestack.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.x86_64.dir/sanitizer_common_nolibc.cc.o
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.safestack-x86_64.a
[ 29%] Built target clang_rt.safestack-i386
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/cfi.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/cfi.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/cfi.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.safestack-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack && /usr/bin/cmake -P CMakeFiles/clang_rt.safestack-i686.dir/cmake_clean_target.cmake
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/cfi.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/cfi.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/cfi/CMakeFiles/cfi.dir/depend.internal".
Scanning dependencies of target cfi
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/cfi/CMakeFiles/cfi.dir/build.make projects/compiler-rt/lib/cfi/CMakeFiles/cfi.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/cfi/CMakeFiles/cfi.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.safestack-x86_64
/usr/bin/make -f projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64-symbols.dir/build.make projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64-symbols.dir/depend
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.safestack-i686.dir/link.txt --verbose=1
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64-symbols.dir/DependInfo.cmake --color=
[ 29%] Built target cfi
/usr/bin/make -f projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/build.make projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/DependInfo.cmake --color=
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.safestack-i686.a  CMakeFiles/clang_rt.safestack-i686.dir/safestack.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoLibc.i686.dir/sanitizer_common_nolibc.cc.o
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64-symbols.dir/depend.internal".
Scanning dependencies of target clang_rt.esan-x86_64-symbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64-symbols.dir/build.make projects/compiler-rt/lib/esan/CMakeFiles/clang_rt.esan-x86_64-symbols.dir/build
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/depend.internal".
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Scanning dependencies of target clang_rt.scudo-i386
[ 29%] Generating exported symbols for clang_rt.esan-x86_64
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.safestack-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py --extra esan.syms.extra /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.esan-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.esan-x86_64.a.syms
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/build.make projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object projects/compiler-rt/lib/lsan/CMakeFiles/clang_rt.lsan-i686.dir/lsan_thread.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -o CMakeFiles/clang_rt.lsan-i686.dir/lsan_thread.cc.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan/lsan_thread.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/scudo_allocator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i386.dir/scudo_allocator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_allocator.cpp
[ 29%] Built target clang_rt.safestack-i686
/usr/bin/make -f projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/build.make projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.scudo-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/build.make projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan && /usr/bin/cmake -E touch /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/clang_rt.esan-x86_64.syms-stamp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_allocator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_allocator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_allocator.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.esan-x86_64-symbols
/usr/bin/make -f projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/build.make projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.scudo-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/build.make projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/scudo_allocator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i686.dir/scudo_allocator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_allocator.cpp
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.lsan-i686.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/cmake -P CMakeFiles/clang_rt.lsan-i686.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.lsan-i686.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.lsan-i686.a  CMakeFiles/clang_rt.lsan-i686.dir/lsan.cc.o CMakeFiles/clang_rt.lsan-i686.dir/lsan_allocator.cc.o CMakeFiles/clang_rt.lsan-i686.dir/lsan_linux.cc.o CMakeFiles/clang_rt.lsan-i686.dir/lsan_interceptors.cc.o CMakeFiles/clang_rt.lsan-i686.dir/lsan_mac.cc.o CMakeFiles/clang_rt.lsan-i686.dir/lsan_malloc_mac.cc.o CMakeFiles/clang_rt.lsan-i686.dir/lsan_preinit.cc.o CMakeFiles/clang_rt.lsan-i686.dir/lsan_thread.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o CMakeFiles/RTLSanCommon.i686.dir/lsan_common.cc.o CMakeFiles/RTLSanCommon.i686.dir/lsan_common_linux.cc.o CMakeFiles/RTLSanCommon.i686.dir/lsan_common_mac.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.lsan-i686.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.lsan-i686
/usr/bin/make -f projects/compiler-rt/lib/profile/CMakeFiles/profile.dir/build.make projects/compiler-rt/lib/profile/CMakeFiles/profile.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/profile /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/profile.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/profile.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/profile.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/profile/CMakeFiles/profile.dir/depend.internal".
Scanning dependencies of target profile
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/profile/CMakeFiles/profile.dir/build.make projects/compiler-rt/lib/profile/CMakeFiles/profile.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/profile/CMakeFiles/profile.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target profile
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64-version-list.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64-version-list.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64-version-list.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64-version-list.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64-version-list.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64-version-list.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-dynamic-x86_64-version-list
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64-version-list.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64-version-list.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Generating version list for clang_rt.asan-dynamic-x86_64
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py --version-list --extra asan.syms.extra /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.asan-x86_64.a /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.asan_cxx-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/clang_rt.asan-dynamic-x86_64.vers
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.asan-dynamic-x86_64-version-list
/usr/bin/make -f tools/polly/lib/External/CMakeFiles/polly-isl-test.dir/build.make tools/polly/lib/External/CMakeFiles/polly-isl-test.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/polly-isl-test.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/polly-isl-test.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/polly-isl-test.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/polly-isl-test.dir/depend.internal".
Scanning dependencies of target polly-isl-test
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/polly/lib/External/CMakeFiles/polly-isl-test.dir/build.make tools/polly/lib/External/CMakeFiles/polly-isl-test.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/polly-isl-test.dir/isl/isl_test.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -std=gnu99 -o CMakeFiles/polly-isl-test.dir/isl/isl_test.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/isl_test.c
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_flags.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_flags.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_flags.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/scudo_flags.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i386.dir/scudo_flags.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_flags.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_crc32.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -msse4.2 -o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_crc32.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_crc32.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/scudo_crc32.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -msse4.2 -o CMakeFiles/clang_rt.scudo-i386.dir/scudo_crc32.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_crc32.cpp
[ 29%] Linking C executable ../../../../bin/polly-isl-test
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/cmake -E cmake_link_script CMakeFiles/polly-isl-test.dir/link.txt --verbose=1
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_interceptors.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_interceptors.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp
/usr/bin/gcc-7 -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined CMakeFiles/polly-isl-test.dir/isl/isl_test.c.o  -o ../../../../bin/polly-isl-test ../../../../lib/libPollyISL.a 
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/scudo_interceptors.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i386.dir/scudo_interceptors.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/scudo_flags.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i686.dir/scudo_flags.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_flags.cpp
In file included from /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:19:0:
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:31:20: warning: declaration of 'void* malloc(__sanitizer::uptr)' conflicts with built-in declaration 'void* malloc(unsigned int)' [-Wbuiltin-declaration-mismatch]
 INTERCEPTOR(void*, malloc, uptr size) {
                    ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/../interception/interception.h:147:25: note: in definition of macro 'DECLARE_WRAPPER'
     extern "C" ret_type func(__VA_ARGS__) \
                         ^~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:31:1: note: in expansion of macro 'INTERCEPTOR'
 INTERCEPTOR(void*, malloc, uptr size) {
 ^~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:35:20: warning: declaration of 'void* realloc(void*, __sanitizer::uptr)' conflicts with built-in declaration 'void* realloc(void*, unsigned int)' [-Wbuiltin-declaration-mismatch]
 INTERCEPTOR(void*, realloc, void *ptr, uptr size) {
                    ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/../interception/interception.h:147:25: note: in definition of macro 'DECLARE_WRAPPER'
     extern "C" ret_type func(__VA_ARGS__) \
                         ^~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:35:1: note: in expansion of macro 'INTERCEPTOR'
 INTERCEPTOR(void*, realloc, void *ptr, uptr size) {
 ^~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:39:20: warning: declaration of 'void* calloc(__sanitizer::uptr, __sanitizer::uptr)' conflicts with built-in declaration 'void* calloc(unsigned int, unsigned int)' [-Wbuiltin-declaration-mismatch]
 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) {
                    ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/../interception/interception.h:147:25: note: in definition of macro 'DECLARE_WRAPPER'
     extern "C" ret_type func(__VA_ARGS__) \
                         ^~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:39:1: note: in expansion of macro 'INTERCEPTOR'
 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) {
 ^~~~~~~~~~~
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_new_delete.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_new_delete.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_new_delete.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/scudo_new_delete.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i386.dir/scudo_new_delete.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_new_delete.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/scudo_crc32.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -msse4.2 -o CMakeFiles/clang_rt.scudo-i686.dir/scudo_crc32.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_crc32.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_termination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_termination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_termination.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/scudo_interceptors.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i686.dir/scudo_interceptors.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/scudo_termination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i386.dir/scudo_termination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_termination.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_tls_android.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_tls_android.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_tls_android.cpp
In file included from /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:19:0:
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:31:20: warning: declaration of 'void* malloc(__sanitizer::uptr)' conflicts with built-in declaration 'void* malloc(unsigned int)' [-Wbuiltin-declaration-mismatch]
 INTERCEPTOR(void*, malloc, uptr size) {
                    ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/../interception/interception.h:147:25: note: in definition of macro 'DECLARE_WRAPPER'
     extern "C" ret_type func(__VA_ARGS__) \
                         ^~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:31:1: note: in expansion of macro 'INTERCEPTOR'
 INTERCEPTOR(void*, malloc, uptr size) {
 ^~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:35:20: warning: declaration of 'void* realloc(void*, __sanitizer::uptr)' conflicts with built-in declaration 'void* realloc(void*, unsigned int)' [-Wbuiltin-declaration-mismatch]
 INTERCEPTOR(void*, realloc, void *ptr, uptr size) {
                    ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/../interception/interception.h:147:25: note: in definition of macro 'DECLARE_WRAPPER'
     extern "C" ret_type func(__VA_ARGS__) \
                         ^~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:35:1: note: in expansion of macro 'INTERCEPTOR'
 INTERCEPTOR(void*, realloc, void *ptr, uptr size) {
 ^~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:39:20: warning: declaration of 'void* calloc(__sanitizer::uptr, __sanitizer::uptr)' conflicts with built-in declaration 'void* calloc(unsigned int, unsigned int)' [-Wbuiltin-declaration-mismatch]
 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) {
                    ^
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/../interception/interception.h:147:25: note: in definition of macro 'DECLARE_WRAPPER'
     extern "C" ret_type func(__VA_ARGS__) \
                         ^~~~
/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_interceptors.cpp:39:1: note: in expansion of macro 'INTERCEPTOR'
 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) {
 ^~~~~~~~~~~
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_tls_linux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_tls_linux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_tls_linux.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/scudo_tls_android.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i386.dir/scudo_tls_android.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_tls_android.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target polly-isl-test
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/scudo_new_delete.cpp.o
/usr/bin/make -f tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/build.make tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/depend
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i686.dir/scudo_new_delete.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_new_delete.cpp
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/DependInfo.cmake --color=
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/scudo_tls_linux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i386.dir/scudo_tls_linux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_tls_linux.cpp
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/depend.internal".
Scanning dependencies of target PollyPPCG
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/build.make tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/cuda.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/cuda.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/cuda.c
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_utils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m64 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_utils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_utils.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/scudo_termination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i686.dir/scudo_termination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_termination.cpp
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i386.dir/scudo_utils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i386.dir/scudo_utils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_utils.cpp
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.scudo-x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/cmake -P CMakeFiles/clang_rt.scudo-x86_64.dir/cmake_clean_target.cmake
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/scudo_tls_android.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.scudo-x86_64.dir/link.txt --verbose=1
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i686.dir/scudo_tls_android.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_tls_android.cpp
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.scudo-x86_64.a  CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_allocator.cpp.o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_flags.cpp.o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_crc32.cpp.o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_interceptors.cpp.o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_new_delete.cpp.o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_termination.cpp.o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_tls_android.cpp.o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_tls_linux.cpp.o CMakeFiles/clang_rt.scudo-x86_64.dir/scudo_utils.cpp.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/scudo_tls_linux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i686.dir/scudo_tls_linux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_tls_linux.cpp
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.scudo-x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.scudo-i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/cmake -P CMakeFiles/clang_rt.scudo-i386.dir/cmake_clean_target.cmake
[ 29%] Built target clang_rt.scudo-x86_64
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.scudo-i386.dir/link.txt --verbose=1
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/cuda_common.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/cuda_common.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/cuda_common.c
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/gpu_array_tile.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/gpu_array_tile.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/gpu_array_tile.c
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.scudo-i386.a  CMakeFiles/clang_rt.scudo-i386.dir/scudo_allocator.cpp.o CMakeFiles/clang_rt.scudo-i386.dir/scudo_flags.cpp.o CMakeFiles/clang_rt.scudo-i386.dir/scudo_crc32.cpp.o CMakeFiles/clang_rt.scudo-i386.dir/scudo_interceptors.cpp.o CMakeFiles/clang_rt.scudo-i386.dir/scudo_new_delete.cpp.o CMakeFiles/clang_rt.scudo-i386.dir/scudo_termination.cpp.o CMakeFiles/clang_rt.scudo-i386.dir/scudo_tls_android.cpp.o CMakeFiles/clang_rt.scudo-i386.dir/scudo_tls_linux.cpp.o CMakeFiles/clang_rt.scudo-i386.dir/scudo_utils.cpp.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.scudo-i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.scudo-i386
/usr/bin/make -f tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/build.make tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/depend.internal".
Scanning dependencies of target clang-tblgen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/build.make tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/gpu.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/gpu.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/gpu.c
[ 29%] Linking CXX executable ../../../../bin/clang-tblgen
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/utils/TableGen && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-tblgen.dir/link.txt --verbose=1
[ 29%] Building CXX object projects/compiler-rt/lib/scudo/CMakeFiles/clang_rt.scudo-i686.dir/scudo_utils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -m32 -fno-lto -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fbuiltin -fno-rtti -o CMakeFiles/clang_rt.scudo-i686.dir/scudo_utils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo/scudo_utils.cpp
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/obj.clang-tblgen.dir/ClangASTNodesEmitter.cpp.o CMakeFiles/obj.clang-tblgen.dir/ClangAttrEmitter.cpp.o CMakeFiles/obj.clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o CMakeFiles/obj.clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o CMakeFiles/obj.clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o CMakeFiles/obj.clang-tblgen.dir/ClangOptionDocEmitter.cpp.o CMakeFiles/obj.clang-tblgen.dir/ClangSACheckersEmitter.cpp.o CMakeFiles/obj.clang-tblgen.dir/NeonEmitter.cpp.o CMakeFiles/obj.clang-tblgen.dir/TableGen.cpp.o  -o ../../../../bin/clang-tblgen -Wl,-rpath,"\$ORIGIN/../lib" ../../../../lib/libLLVMSupport.a ../../../../lib/libLLVMTableGen.a -lpthread ../../../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../../../lib/libLLVMDemangle.a 
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/gpu_group.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/gpu_group.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/gpu_group.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang-tblgen
/usr/bin/make -f tools/clang/include/clang/Driver/CMakeFiles/ClangDriverOptions.dir/build.make tools/clang/include/clang/Driver/CMakeFiles/ClangDriverOptions.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Driver /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver/CMakeFiles/ClangDriverOptions.dir/DependInfo.cmake --color=
[ 29%] Linking CXX static library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.scudo-i686.a
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver/CMakeFiles/ClangDriverOptions.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver/CMakeFiles/ClangDriverOptions.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver/CMakeFiles/ClangDriverOptions.dir/depend.internal".
Scanning dependencies of target ClangDriverOptions
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/cmake -P CMakeFiles/clang_rt.scudo-i686.dir/cmake_clean_target.cmake
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Driver/CMakeFiles/ClangDriverOptions.dir/build.make tools/clang/include/clang/Driver/CMakeFiles/ClangDriverOptions.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.scudo-i686.dir/link.txt --verbose=1
[ 29%] Building Options.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver && ../../../../../bin/llvm-tblgen -gen-opt-parser-defs -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Driver -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Driver/Options.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver/Options.inc.tmp
/usr/bin/ar qc ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.scudo-i686.a  CMakeFiles/clang_rt.scudo-i686.dir/scudo_allocator.cpp.o CMakeFiles/clang_rt.scudo-i686.dir/scudo_flags.cpp.o CMakeFiles/clang_rt.scudo-i686.dir/scudo_crc32.cpp.o CMakeFiles/clang_rt.scudo-i686.dir/scudo_interceptors.cpp.o CMakeFiles/clang_rt.scudo-i686.dir/scudo_new_delete.cpp.o CMakeFiles/clang_rt.scudo-i686.dir/scudo_termination.cpp.o CMakeFiles/clang_rt.scudo-i686.dir/scudo_tls_android.cpp.o CMakeFiles/clang_rt.scudo-i686.dir/scudo_tls_linux.cpp.o CMakeFiles/clang_rt.scudo-i686.dir/scudo_utils.cpp.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o
/usr/bin/ranlib ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.scudo-i686.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target clang_rt.scudo-i686
/usr/bin/make -f tools/lld/lib/Driver/CMakeFiles/DriverOptionsTableGen.dir/build.make tools/lld/lib/Driver/CMakeFiles/DriverOptionsTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Driver /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/CMakeFiles/DriverOptionsTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/CMakeFiles/DriverOptionsTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/CMakeFiles/DriverOptionsTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/CMakeFiles/DriverOptionsTableGen.dir/depend.internal".
Scanning dependencies of target DriverOptionsTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/lib/Driver/CMakeFiles/DriverOptionsTableGen.dir/build.make tools/lld/lib/Driver/CMakeFiles/DriverOptionsTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Updating Options.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver/Options.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Driver/Options.inc
[ 29%] Building DarwinLdOptions.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver && ../../../../bin/llvm-tblgen -gen-opt-parser-defs -I /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Driver -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Driver/DarwinLdOptions.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/DarwinLdOptions.inc.tmp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target ClangDriverOptions
[ 29%] Updating DarwinLdOptions.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/DarwinLdOptions.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/DarwinLdOptions.inc
/usr/bin/make -f tools/lld/COFF/CMakeFiles/COFFOptionsTableGen.dir/build.make tools/lld/COFF/CMakeFiles/COFFOptionsTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/CMakeFiles/COFFOptionsTableGen.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/CMakeFiles/COFFOptionsTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/CMakeFiles/COFFOptionsTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/CMakeFiles/COFFOptionsTableGen.dir/depend.internal".
Scanning dependencies of target COFFOptionsTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/COFF/CMakeFiles/COFFOptionsTableGen.dir/build.make tools/lld/COFF/CMakeFiles/COFFOptionsTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building Options.inc...
[ 29%] Built target DriverOptionsTableGen
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && ../../../bin/llvm-tblgen -gen-opt-parser-defs -I /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/Options.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/Options.inc.tmp
/usr/bin/make -f tools/lld/ELF/CMakeFiles/ELFOptionsTableGen.dir/build.make tools/lld/ELF/CMakeFiles/ELFOptionsTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/CMakeFiles/ELFOptionsTableGen.dir/DependInfo.cmake --color=
[ 29%] Updating Options.inc...
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/CMakeFiles/ELFOptionsTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/CMakeFiles/ELFOptionsTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/CMakeFiles/ELFOptionsTableGen.dir/depend.internal".
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/Options.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/Options.inc
Scanning dependencies of target ELFOptionsTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/ELF/CMakeFiles/ELFOptionsTableGen.dir/build.make tools/lld/ELF/CMakeFiles/ELFOptionsTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building Options.inc...
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && ../../../bin/llvm-tblgen -gen-opt-parser-defs -I /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Options.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/Options.inc.tmp
[ 29%] Built target COFFOptionsTableGen
/usr/bin/make -f tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/build.make tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cvtres /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/DependInfo.cmake --color=
[ 29%] Updating Options.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/Options.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/Options.inc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/depend.internal".
Scanning dependencies of target CvtResTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/build.make tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building Opts.inc...
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres && ../../bin/llvm-tblgen -gen-opt-parser-defs -I /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cvtres -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cvtres/Opts.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/Opts.inc.tmp
[ 29%] Built target ELFOptionsTableGen
/usr/bin/make -f tools/llvm-mt/CMakeFiles/MtTableGen.dir/build.make tools/llvm-mt/CMakeFiles/MtTableGen.dir/depend
[ 29%] Updating Opts.inc...
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mt /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/MtTableGen.dir/DependInfo.cmake --color=
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/Opts.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/Opts.inc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/MtTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/MtTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/MtTableGen.dir/depend.internal".
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Scanning dependencies of target MtTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-mt/CMakeFiles/MtTableGen.dir/build.make tools/llvm-mt/CMakeFiles/MtTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target CvtResTableGen
[ 29%] Building Opts.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt && ../../bin/llvm-tblgen -gen-opt-parser-defs -I /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mt -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mt/Opts.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/Opts.inc.tmp
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/gpu_print.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/gpu_print.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/gpu_print.c
[ 29%] Updating Opts.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/Opts.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/Opts.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target MtTableGen
/usr/bin/make -f lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/build.make lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/depend.internal".
Scanning dependencies of target AttributeCompatFuncTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/build.make lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building AttributesCompatFunc.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && ../../bin/llvm-tblgen -gen-attrs -I /build/llvm-toolchain-5.0-5.0.1/lib/IR -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/lib/IR/AttributesCompatFunc.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/AttributesCompatFunc.inc.tmp
[ 29%] Updating AttributesCompatFunc.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/AttributesCompatFunc.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/AttributesCompatFunc.inc
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/gpu_tree.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/gpu_tree.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/gpu_tree.c
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Built target AttributeCompatFuncTableGen
/usr/bin/make -f include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build.make include/llvm/IR/CMakeFiles/intrinsics_gen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/include/llvm/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/CMakeFiles/intrinsics_gen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/CMakeFiles/intrinsics_gen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/CMakeFiles/intrinsics_gen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/CMakeFiles/intrinsics_gen.dir/depend.internal".
Scanning dependencies of target intrinsics_gen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build.make include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 29%] Building Attributes.gen...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR && ../../../bin/llvm-tblgen -gen-attrs -I /build/llvm-toolchain-5.0-5.0.1/include/llvm/IR -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/include/llvm/IR/Attributes.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/Attributes.gen.tmp
[ 29%] Building Intrinsics.gen...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR && ../../../bin/llvm-tblgen -gen-intrinsic -I /build/llvm-toolchain-5.0-5.0.1/include/llvm/IR -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/include/llvm/IR/Intrinsics.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/Intrinsics.gen.tmp
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/ppcg.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/ppcg.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/ppcg.c
[ 29%] Updating Attributes.gen...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/Attributes.gen.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/Attributes.gen
[ 29%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/ppcg_options.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/ppcg_options.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/ppcg_options.c
[ 29%] Updating Intrinsics.gen...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/Intrinsics.gen.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/Intrinsics.gen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/build.make lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/depend
[ 29%] Built target intrinsics_gen
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-dlltool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DependInfo.cmake --color=
[ 31%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/schedule.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/schedule.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/schedule.c
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/depend.internal".
Scanning dependencies of target LLVMDlltoolDriver
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/build.make lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Building CXX object lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DlltoolDriver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool -I/build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-dlltool -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMDlltoolDriver.dir/DlltoolDriver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
[ 31%] Building C object tools/polly/lib/External/CMakeFiles/PollyPPCG.dir/ppcg/external.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/ppcg -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/imath -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -w -o CMakeFiles/PollyPPCG.dir/ppcg/external.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/ppcg/external.c
/usr/bin/make -f lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/build.make lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-lib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/depend.internal".
Scanning dependencies of target LLVMLibDriver
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/build.make lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Building CXX object lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib -I/build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-lib/LibDriver.cpp
/usr/bin/make -f projects/compiler-rt/lib/xray/CMakeFiles/xray.dir/build.make projects/compiler-rt/lib/xray/CMakeFiles/xray.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/xray /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/xray.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/xray.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/xray.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/xray/CMakeFiles/xray.dir/depend.internal".
Scanning dependencies of target xray
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/xray/CMakeFiles/xray.dir/build.make projects/compiler-rt/lib/xray/CMakeFiles/xray.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/xray/CMakeFiles/xray.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Built target xray
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/lsan.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/lsan.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/lsan.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/lsan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/lsan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/lsan/CMakeFiles/lsan.dir/depend.internal".
Scanning dependencies of target lsan
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/lsan/CMakeFiles/lsan.dir/build.make projects/compiler-rt/lib/lsan/CMakeFiles/lsan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/lsan/CMakeFiles/lsan.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Built target lsan
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64-symbols.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64-symbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64-symbols.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64-symbols.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone-x86_64-symbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64-symbols.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone-x86_64-symbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Generating exported symbols for clang_rt.ubsan_standalone-x86_64
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py --extra ubsan.syms.extra /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone-x86_64.a.syms
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E touch /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/clang_rt.ubsan_standalone-x86_64.syms-stamp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Built target clang_rt.ubsan_standalone-x86_64-symbols
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64-symbols.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64-symbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64-symbols.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64-symbols.dir/depend.internal".
Scanning dependencies of target clang_rt.ubsan_standalone_cxx-x86_64-symbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64-symbols.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/clang_rt.ubsan_standalone_cxx-x86_64-symbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Generating exported symbols for clang_rt.ubsan_standalone_cxx-x86_64
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py --extra ubsan.syms.extra /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.a.syms
[ 31%] Linking C static library ../../../../lib/libPollyPPCG.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/cmake -P CMakeFiles/PollyPPCG.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External && /usr/bin/cmake -E cmake_link_script CMakeFiles/PollyPPCG.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libPollyPPCG.a  CMakeFiles/PollyPPCG.dir/ppcg/cuda.c.o CMakeFiles/PollyPPCG.dir/ppcg/cuda_common.c.o CMakeFiles/PollyPPCG.dir/ppcg/gpu_array_tile.c.o CMakeFiles/PollyPPCG.dir/ppcg/gpu.c.o CMakeFiles/PollyPPCG.dir/ppcg/gpu_group.c.o CMakeFiles/PollyPPCG.dir/ppcg/gpu_print.c.o CMakeFiles/PollyPPCG.dir/ppcg/gpu_tree.c.o CMakeFiles/PollyPPCG.dir/ppcg/ppcg.c.o CMakeFiles/PollyPPCG.dir/ppcg/ppcg_options.c.o CMakeFiles/PollyPPCG.dir/ppcg/schedule.c.o CMakeFiles/PollyPPCG.dir/ppcg/external.c.o
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan && /usr/bin/cmake -E touch /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/clang_rt.ubsan_standalone_cxx-x86_64.syms-stamp
/usr/bin/ranlib ../../../../lib/libPollyPPCG.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Built target clang_rt.ubsan_standalone_cxx-x86_64-symbols
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/DependInfo.cmake --color=
[ 31%] Built target PollyPPCG
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64-symbols.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64-symbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64-symbols.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/depend.internal".
Scanning dependencies of target RTAsan_dynamic_version_script_dummy.i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64-symbols.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-x86_64-symbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64-symbols.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-x86_64-symbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/dummy.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/dummy.cc.o -c /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/dummy.cc
[ 31%] Generating exported symbols for clang_rt.asan-x86_64
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py --extra asan.syms.extra /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.asan-x86_64.a > /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/clang/5.0.1/lib/linux/libclang_rt.asan-x86_64.a.syms
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Built target RTAsan_dynamic_version_script_dummy.i386
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/depend.internal".
Scanning dependencies of target RTAsan_dynamic_version_script_dummy.x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/dummy.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m64 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/dummy.cc.o -c /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/dummy.cc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Built target RTAsan_dynamic_version_script_dummy.x86_64
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/DependInfo.cmake --color=
cd /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan && /usr/bin/cmake -E touch /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/clang_rt.asan-x86_64.syms-stamp
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/depend.internal".
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Scanning dependencies of target RTAsan_dynamic_version_script_dummy.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Built target clang_rt.asan-x86_64-symbols
/usr/bin/make -f projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan.dir/build.make projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/dfsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan.dir/DependInfo.cmake --color=
[ 31%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/dummy.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/g++-7  -DASAN_DYNAMIC=1 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG    -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -m32 -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector -fvisibility=hidden -fvisibility-inlines-hidden -fno-lto -O3 -g -Wno-variadic-macros -Wno-non-virtual-dtor -fno-rtti -ftls-model=initial-exec -o CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/dummy.cc.o -c /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/dummy.cc
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan.dir/depend.internal".
Scanning dependencies of target dfsan
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan.dir/build.make projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/dfsan/CMakeFiles/dfsan.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Built target dfsan
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/msan.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/msan.dir/depend
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/msan.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/msan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/msan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/msan/CMakeFiles/msan.dir/depend.internal".
Scanning dependencies of target msan
[ 31%] Built target RTAsan_dynamic_version_script_dummy.i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/CMakeFiles/tsan.dir/build.make projects/compiler-rt/lib/tsan/CMakeFiles/tsan.dir/depend
/usr/bin/make -f projects/compiler-rt/lib/msan/CMakeFiles/msan.dir/build.make projects/compiler-rt/lib/msan/CMakeFiles/msan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/tsan.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/msan/CMakeFiles/msan.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/tsan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/tsan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/CMakeFiles/tsan.dir/depend.internal".
Scanning dependencies of target tsan
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/CMakeFiles/tsan.dir/build.make projects/compiler-rt/lib/tsan/CMakeFiles/tsan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/tsan/CMakeFiles/tsan.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Built target msan
/usr/bin/make -f projects/compiler-rt/lib/tsan/dd/CMakeFiles/dd.dir/build.make projects/compiler-rt/lib/tsan/dd/CMakeFiles/dd.dir/depend
[ 31%] Built target tsan
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/tsan/dd /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/dd.dir/DependInfo.cmake --color=
/usr/bin/make -f projects/compiler-rt/lib/safestack/CMakeFiles/safestack.dir/build.make projects/compiler-rt/lib/safestack/CMakeFiles/safestack.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/safestack /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/safestack.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/dd.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/dd.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/tsan/dd/CMakeFiles/dd.dir/depend.internal".
Scanning dependencies of target dd
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/tsan/dd/CMakeFiles/dd.dir/build.make projects/compiler-rt/lib/tsan/dd/CMakeFiles/dd.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/tsan/dd/CMakeFiles/dd.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/safestack.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/safestack.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/safestack/CMakeFiles/safestack.dir/depend.internal".
Scanning dependencies of target safestack
[ 31%] Built target dd
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/safestack/CMakeFiles/safestack.dir/build.make projects/compiler-rt/lib/safestack/CMakeFiles/safestack.dir/build
/usr/bin/make -f projects/compiler-rt/lib/esan/CMakeFiles/esan.dir/build.make projects/compiler-rt/lib/esan/CMakeFiles/esan.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/safestack/CMakeFiles/safestack.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/esan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/esan.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/esan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/esan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/esan/CMakeFiles/esan.dir/depend.internal".
Scanning dependencies of target esan
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/esan/CMakeFiles/esan.dir/build.make projects/compiler-rt/lib/esan/CMakeFiles/esan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/esan/CMakeFiles/esan.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Built target safestack
/usr/bin/make -f projects/compiler-rt/lib/scudo/CMakeFiles/scudo.dir/build.make projects/compiler-rt/lib/scudo/CMakeFiles/scudo.dir/depend
[ 31%] Built target esan
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/scudo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/scudo.dir/DependInfo.cmake --color=
/usr/bin/make -f tools/polly/lib/CMakeFiles/PollyCore.dir/build.make tools/polly/lib/CMakeFiles/PollyCore.dir/depend
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/scudo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/scudo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/scudo/CMakeFiles/scudo.dir/depend.internal".
Scanning dependencies of target scudo
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/PollyCore.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/scudo/CMakeFiles/scudo.dir/build.make projects/compiler-rt/lib/scudo/CMakeFiles/scudo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/scudo/CMakeFiles/scudo.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/PollyCore.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/PollyCore.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/PollyCore.dir/depend.internal".
[ 31%] Built target scudo
/usr/bin/make -f tools/clang/lib/Headers/CMakeFiles/clang-headers.dir/build.make tools/clang/lib/Headers/CMakeFiles/clang-headers.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers/CMakeFiles/clang-headers.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers/CMakeFiles/clang-headers.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers/CMakeFiles/clang-headers.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers/CMakeFiles/clang-headers.dir/depend.internal".
Scanning dependencies of target clang-headers
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Headers/CMakeFiles/clang-headers.dir/build.make tools/clang/lib/Headers/CMakeFiles/clang-headers.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 31%] Copying clang's adxintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/adxintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/adxintrin.h
[ 31%] Copying clang's altivec.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/altivec.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/altivec.h
[ 31%] Copying clang's ammintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/ammintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/ammintrin.h
[ 31%] Copying clang's arm_acle.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/arm_acle.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/arm_acle.h
[ 31%] Copying clang's armintr.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/armintr.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/armintr.h
[ 31%] Copying clang's avx2intrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx2intrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx2intrin.h
[ 32%] Copying clang's avx512bwintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512bwintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512bwintrin.h
[ 32%] Copying clang's avx512cdintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512cdintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512cdintrin.h
Scanning dependencies of target PollyCore
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/polly/lib/CMakeFiles/PollyCore.dir/build.make tools/polly/lib/CMakeFiles/PollyCore.dir/build
[ 32%] Copying clang's avx512vpopcntdqintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512vpopcntdqintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512vpopcntdqintrin.h
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 32%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/DependenceInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Analysis/DependenceInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Analysis/DependenceInfo.cpp
[ 32%] Copying clang's avx512dqintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512dqintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512dqintrin.h
[ 32%] Copying clang's avx512erintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512erintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512erintrin.h
[ 32%] Copying clang's avx512fintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512fintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512fintrin.h
[ 32%] Copying clang's avx512ifmaintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512ifmaintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512ifmaintrin.h
[ 32%] Copying clang's avx512ifmavlintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512ifmavlintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512ifmavlintrin.h
[ 32%] Copying clang's avx512pfintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512pfintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512pfintrin.h
[ 32%] Copying clang's avx512vbmiintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512vbmiintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512vbmiintrin.h
[ 32%] Copying clang's avx512vbmivlintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512vbmivlintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512vbmivlintrin.h
[ 32%] Copying clang's avx512vlbwintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512vlbwintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512vlbwintrin.h
[ 32%] Copying clang's avx512vlcdintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512vlcdintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512vlcdintrin.h
[ 32%] Copying clang's avx512vldqintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512vldqintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512vldqintrin.h
[ 32%] Copying clang's avx512vlintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avx512vlintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avx512vlintrin.h
[ 32%] Copying clang's avxintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/avxintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/avxintrin.h
[ 32%] Copying clang's bmi2intrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/bmi2intrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/bmi2intrin.h
[ 32%] Copying clang's bmiintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/bmiintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/bmiintrin.h
[ 32%] Copying clang's __clang_cuda_builtin_vars.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/__clang_cuda_builtin_vars.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/__clang_cuda_builtin_vars.h
[ 32%] Copying clang's __clang_cuda_cmath.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/__clang_cuda_cmath.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/__clang_cuda_cmath.h
[ 32%] Copying clang's __clang_cuda_complex_builtins.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/__clang_cuda_complex_builtins.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/__clang_cuda_complex_builtins.h
[ 32%] Copying clang's __clang_cuda_intrinsics.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/__clang_cuda_intrinsics.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/__clang_cuda_intrinsics.h
[ 32%] Copying clang's __clang_cuda_math_forward_declares.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/__clang_cuda_math_forward_declares.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/__clang_cuda_math_forward_declares.h
[ 32%] Copying clang's __clang_cuda_runtime_wrapper.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/__clang_cuda_runtime_wrapper.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/__clang_cuda_runtime_wrapper.h
[ 32%] Copying clang's clzerointrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/clzerointrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/clzerointrin.h
[ 32%] Copying clang's cpuid.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/cpuid.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/cpuid.h
[ 32%] Copying clang's clflushoptintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/clflushoptintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/clflushoptintrin.h
[ 32%] Copying clang's emmintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/emmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/emmintrin.h
[ 32%] Copying clang's f16cintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/f16cintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/f16cintrin.h
[ 32%] Copying clang's float.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/float.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/float.h
[ 32%] Copying clang's fma4intrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/fma4intrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/fma4intrin.h
[ 32%] Copying clang's fmaintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/fmaintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/fmaintrin.h
[ 32%] Copying clang's fxsrintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/fxsrintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/fxsrintrin.h
[ 32%] Copying clang's htmintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/htmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/htmintrin.h
[ 32%] Copying clang's htmxlintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/htmxlintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/htmxlintrin.h
[ 32%] Copying clang's ia32intrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/ia32intrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/ia32intrin.h
[ 32%] Copying clang's immintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/immintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/immintrin.h
[ 32%] Copying clang's intrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/intrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/intrin.h
[ 32%] Copying clang's inttypes.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/inttypes.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/inttypes.h
[ 32%] Copying clang's iso646.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/iso646.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/iso646.h
[ 32%] Copying clang's limits.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/limits.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/limits.h
[ 32%] Copying clang's lwpintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/lwpintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/lwpintrin.h
[ 32%] Copying clang's lzcntintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/lzcntintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/lzcntintrin.h
[ 32%] Copying clang's mm3dnow.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/mm3dnow.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/mm3dnow.h
[ 32%] Copying clang's mmintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/mmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/mmintrin.h
[ 32%] Copying clang's mm_malloc.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/mm_malloc.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/mm_malloc.h
[ 32%] Copying clang's module.modulemap...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/module.modulemap /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/module.modulemap
[ 32%] Copying clang's msa.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/msa.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/msa.h
[ 32%] Copying clang's mwaitxintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/mwaitxintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/mwaitxintrin.h
[ 32%] Copying clang's nmmintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/nmmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/nmmintrin.h
[ 32%] Copying clang's opencl-c.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/opencl-c.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/opencl-c.h
[ 32%] Linking CXX static library ../../libLLVMDlltoolDriver.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool && /usr/bin/cmake -P CMakeFiles/LLVMDlltoolDriver.dir/cmake_clean_target.cmake
[ 32%] Copying clang's pkuintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/pkuintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/pkuintrin.h
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMDlltoolDriver.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMDlltoolDriver.a  CMakeFiles/LLVMDlltoolDriver.dir/DlltoolDriver.cpp.o
/usr/bin/ranlib ../../libLLVMDlltoolDriver.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 32%] Copying clang's pmmintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/pmmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/pmmintrin.h
[ 32%] Built target LLVMDlltoolDriver
/usr/bin/make -f tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/ClangSACheckers.dir/build.make tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/ClangSACheckers.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/StaticAnalyzer/Checkers /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/ClangSACheckers.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/ClangSACheckers.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/ClangSACheckers.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/ClangSACheckers.dir/depend.internal".
Scanning dependencies of target ClangSACheckers
[ 32%] Copying clang's popcntintrin.h...
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/ClangSACheckers.dir/build.make tools/clang/include/clang/StaticAnalyzer/Checkers/CMakeFiles/ClangSACheckers.dir/build
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/popcntintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/popcntintrin.h
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 32%] Linking CXX static library ../../libLLVMLibDriver.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib && /usr/bin/cmake -P CMakeFiles/LLVMLibDriver.dir/cmake_clean_target.cmake
[ 32%] Building Checkers.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers && ../../../../../../bin/clang-tblgen -gen-clang-sa-checkers -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/StaticAnalyzer/Checkers/../../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/StaticAnalyzer/Checkers -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc.tmp
[ 32%] Copying clang's prfchwintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/prfchwintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/prfchwintrin.h
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMLibDriver.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMLibDriver.a  CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o
[ 32%] Updating Checkers.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc
/usr/bin/ranlib ../../libLLVMLibDriver.a
[ 32%] Copying clang's rdseedintrin.h...
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/rdseedintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/rdseedintrin.h
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 32%] Built target LLVMLibDriver
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangDeclNodes.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangDeclNodes.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangDeclNodes.dir/DependInfo.cmake --color=
[ 32%] Built target ClangSACheckers
[ 32%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/PolyhedralInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Analysis/PolyhedralInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Analysis/PolyhedralInfo.cpp
[ 32%] Copying clang's rtmintrin.h...
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangDeclNodes.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangDeclNodes.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangDeclNodes.dir/depend.internal".
Scanning dependencies of target ClangDeclNodes
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/rtmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/rtmintrin.h
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangDeclNodes.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangDeclNodes.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 32%] Building DeclNodes.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-decl-nodes -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../Basic/DeclNodes.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/DeclNodes.inc.tmp
[ 32%] Copying clang's s390intrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/s390intrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/s390intrin.h
[ 32%] Copying clang's shaintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/shaintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/shaintrin.h
[ 32%] Updating DeclNodes.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/DeclNodes.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/DeclNodes.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 32%] Copying clang's smmintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/smmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/smmintrin.h
[ 32%] Built target ClangDeclNodes
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandList.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandList.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandList.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandList.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandList.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandList.dir/depend.internal".
Scanning dependencies of target ClangCommentCommandList
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandList.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandList.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 32%] Copying clang's stdalign.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/stdalign.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/stdalign.h
[ 32%] Building CommentCommandList.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-comment-command-list -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/CommentCommands.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentCommandList.inc.tmp
[ 32%] Copying clang's stdarg.h...
[ 32%] Updating CommentCommandList.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentCommandList.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentCommandList.inc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/stdarg.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/stdarg.h
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 32%] Copying clang's stdatomic.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/stdatomic.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/stdatomic.h
[ 32%] Built target ClangCommentCommandList
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangStmtNodes.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangStmtNodes.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangStmtNodes.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangStmtNodes.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangStmtNodes.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangStmtNodes.dir/depend.internal".
Scanning dependencies of target ClangStmtNodes
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangStmtNodes.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangStmtNodes.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 32%] Copying clang's stdbool.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/stdbool.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/stdbool.h
[ 32%] Building StmtNodes.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-stmt-nodes -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../Basic/StmtNodes.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/StmtNodes.inc.tmp
[ 32%] Copying clang's stddef.h...
[ 32%] Updating StmtNodes.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/stddef.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/stddef.h
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/StmtNodes.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/StmtNodes.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 32%] Copying clang's __stddef_max_align_t.h...
[ 32%] Built target ClangStmtNodes
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/__stddef_max_align_t.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/__stddef_max_align_t.h
[ 32%] Copying clang's stdint.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/stdint.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/stdint.h
[ 32%] Copying clang's stdnoreturn.h...
[ 32%] Copying clang's tbmintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/tbmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/tbmintrin.h
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/stdnoreturn.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/stdnoreturn.h
[ 32%] Copying clang's tgmath.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/tgmath.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/tgmath.h
[ 32%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/ScopDetection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Analysis/ScopDetection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Analysis/ScopDetection.cpp
[ 32%] Copying clang's tmmintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/tmmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/tmmintrin.h
[ 32%] Copying clang's unwind.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/unwind.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/unwind.h
[ 32%] Copying clang's vadefs.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/vadefs.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/vadefs.h
[ 32%] Copying clang's varargs.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/varargs.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/varargs.h
[ 32%] Copying clang's vecintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/vecintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/vecintrin.h
[ 32%] Copying clang's wmmintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/wmmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/wmmintrin.h
[ 32%] Copying clang's __wmmintrin_aes.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/__wmmintrin_aes.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/__wmmintrin_aes.h
[ 32%] Copying clang's __wmmintrin_pclmul.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/__wmmintrin_pclmul.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/__wmmintrin_pclmul.h
[ 33%] Copying clang's x86intrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/x86intrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/x86intrin.h
[ 33%] Copying clang's xmmintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/xmmintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/xmmintrin.h
[ 33%] Copying clang's xopintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/xopintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/xopintrin.h
[ 33%] Copying clang's xsavecintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/xsavecintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/xsavecintrin.h
[ 33%] Copying clang's xsaveintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/xsaveintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/xsaveintrin.h
[ 33%] Copying clang's xsaveoptintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/xsaveoptintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/xsaveoptintrin.h
[ 33%] Copying clang's xsavesintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/xsavesintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/xsavesintrin.h
[ 33%] Copying clang's xtestintrin.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/xtestintrin.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/xtestintrin.h
[ 33%] Copying clang's cuda_wrappers/algorithm...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/cuda_wrappers/algorithm /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/cuda_wrappers/algorithm
[ 33%] Copying clang's cuda_wrappers/complex...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/cuda_wrappers/complex /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/cuda_wrappers/complex
[ 33%] Copying clang's cuda_wrappers/new...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers/cuda_wrappers/new /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/cuda_wrappers/new
[ 33%] Building arm_neon.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && ../../../../bin/clang-tblgen -gen-arm-neon -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Headers -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/arm_neon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers/arm_neon.h.tmp
[ 33%] Updating arm_neon.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers/arm_neon.h.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers/arm_neon.h
[ 33%] Copying clang's arm_neon.h...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Headers/arm_neon.h /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/clang/5.0.1/include/arm_neon.h
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target clang-headers
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangAttrVisitor.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangAttrVisitor.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrVisitor.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrVisitor.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrVisitor.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrVisitor.dir/depend.internal".
Scanning dependencies of target ClangAttrVisitor
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangAttrVisitor.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangAttrVisitor.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building AttrVisitor.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-attr-ast-visitor -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/AttrVisitor.inc.tmp
[ 33%] Updating AttrVisitor.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/AttrVisitor.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/AttrVisitor.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangAttrVisitor
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTags.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTags.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTags.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTags.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTags.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTags.dir/depend.internal".
Scanning dependencies of target ClangCommentHTMLTags
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTags.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTags.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building CommentHTMLTags.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-comment-html-tags -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/CommentHTMLTags.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentHTMLTags.inc.tmp
[ 33%] Updating CommentHTMLTags.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentHTMLTags.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentHTMLTags.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangCommentHTMLTags
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangAttrDump.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangAttrDump.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrDump.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrDump.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrDump.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrDump.dir/depend.internal".
Scanning dependencies of target ClangAttrDump
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangAttrDump.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangAttrDump.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building AttrDump.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-attr-dump -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/AttrDump.inc.tmp
[ 33%] Updating AttrDump.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/AttrDump.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/AttrDump.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangAttrDump
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangAttrClasses.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangAttrClasses.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrClasses.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrClasses.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrClasses.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrClasses.dir/depend.internal".
Scanning dependencies of target ClangAttrClasses
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangAttrClasses.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangAttrClasses.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building Attrs.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-attr-classes -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/Attrs.inc.tmp
[ 33%] Updating Attrs.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/Attrs.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/Attrs.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangAttrClasses
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentNodes.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentNodes.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentNodes.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentNodes.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentNodes.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentNodes.dir/depend.internal".
Scanning dependencies of target ClangCommentNodes
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentNodes.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentNodes.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building CommentNodes.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-comment-nodes -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../Basic/CommentNodes.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentNodes.inc.tmp
[ 33%] Updating CommentNodes.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentNodes.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentNodes.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangCommentNodes
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTagsProperties.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTagsProperties.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTagsProperties.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTagsProperties.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTagsProperties.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTagsProperties.dir/depend.internal".
Scanning dependencies of target ClangCommentHTMLTagsProperties
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTagsProperties.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLTagsProperties.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building CommentHTMLTagsProperties.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-comment-html-tags-properties -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/CommentHTMLTags.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentHTMLTagsProperties.inc.tmp
[ 33%] Updating CommentHTMLTagsProperties.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentHTMLTagsProperties.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentHTMLTagsProperties.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangCommentHTMLTagsProperties
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLNamedCharacterReferences.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLNamedCharacterReferences.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLNamedCharacterReferences.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLNamedCharacterReferences.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLNamedCharacterReferences.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLNamedCharacterReferences.dir/depend.internal".
Scanning dependencies of target ClangCommentHTMLNamedCharacterReferences
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLNamedCharacterReferences.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentHTMLNamedCharacterReferences.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building CommentHTMLNamedCharacterReferences.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-comment-html-named-character-references -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.inc.tmp
[ 33%] Updating CommentHTMLNamedCharacterReferences.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangCommentHTMLNamedCharacterReferences
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangAttrImpl.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangAttrImpl.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrImpl.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrImpl.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrImpl.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangAttrImpl.dir/depend.internal".
Scanning dependencies of target ClangAttrImpl
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangAttrImpl.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangAttrImpl.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building AttrImpl.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-attr-impl -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/AttrImpl.inc.tmp
[ 33%] Updating AttrImpl.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/AttrImpl.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/AttrImpl.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangAttrImpl
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandInfo.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandInfo.dir/depend.internal".
Scanning dependencies of target ClangCommentCommandInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandInfo.dir/build.make tools/clang/include/clang/AST/CMakeFiles/ClangCommentCommandInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building CommentCommandInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && ../../../../../bin/clang-tblgen -gen-clang-comment-command-info -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/AST/CommentCommands.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentCommandInfo.inc.tmp
[ 33%] Updating CommentCommandInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentCommandInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/AST/CommentCommandInfo.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangCommentCommandInfo
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticFrontend.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticFrontend.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticFrontend.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticFrontend.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticFrontend.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticFrontend.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticFrontend
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticFrontend.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticFrontend.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building DiagnosticFrontendKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-defs -clang-component=Frontend -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.inc.tmp
[ 33%] Updating DiagnosticFrontendKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangDiagnosticFrontend
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticCommon.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticCommon.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticCommon.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticCommon.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticCommon.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticCommon.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticCommon
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticCommon.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticCommon.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building DiagnosticCommonKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-defs -clang-component=Common -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.inc.tmp
[ 33%] Updating DiagnosticCommonKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangDiagnosticCommon
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangAttrList.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangAttrList.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrList.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrList.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrList.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrList.dir/depend.internal".
Scanning dependencies of target ClangAttrList
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangAttrList.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangAttrList.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building AttrList.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-attr-list -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/AttrList.inc.tmp
[ 33%] Updating AttrList.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/AttrList.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/AttrList.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target ClangAttrList
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticDriver.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticDriver.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticDriver.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticDriver.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticDriver.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticDriver.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticDriver
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticDriver.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticDriver.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Building DiagnosticDriverKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-defs -clang-component=Driver -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.inc.tmp
[ 35%] Updating DiagnosticDriverKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangDiagnosticDriver
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAnalysis.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAnalysis.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAnalysis.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAnalysis.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAnalysis.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAnalysis.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticAnalysis
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAnalysis.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAnalysis.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building DiagnosticAnalysisKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-defs -clang-component=Analysis -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc.tmp
[ 35%] Updating DiagnosticAnalysisKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangDiagnosticAnalysis
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAST.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAST.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAST.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAST.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAST.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAST.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticAST
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAST.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticAST.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building DiagnosticASTKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-defs -clang-component=AST -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.inc.tmp
[ 35%] Updating DiagnosticASTKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangDiagnosticAST
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticLex.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticLex.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticLex.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticLex.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticLex.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticLex.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticLex
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticLex.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticLex.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building DiagnosticLexKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-defs -clang-component=Lex -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.inc.tmp
[ 35%] Updating DiagnosticLexKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangDiagnosticLex
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSema.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSema.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSema.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSema.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSema.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSema.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticSema
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSema.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSema.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building DiagnosticSemaKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-defs -clang-component=Sema -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.inc.tmp
[ 35%] Updating DiagnosticSemaKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangDiagnosticSema
[ 35%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/ScopDetectionDiagnostic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Analysis/ScopDetectionDiagnostic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
[ 35%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/ScopInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Analysis/ScopInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Analysis/ScopInfo.cpp
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticParse.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticParse.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticParse.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticParse.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticParse.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticParse.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticParse
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticParse.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticParse.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building DiagnosticParseKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-defs -clang-component=Parse -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.inc.tmp
[ 35%] Updating DiagnosticParseKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangDiagnosticParse
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSerialization.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSerialization.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSerialization.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSerialization.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSerialization.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSerialization.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticSerialization
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSerialization.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticSerialization.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building DiagnosticSerializationKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-defs -clang-component=Serialization -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.inc.tmp
[ 35%] Updating DiagnosticSerializationKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangDiagnosticSerialization
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticGroups.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticGroups.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticGroups.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticGroups.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticGroups.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticGroups.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticGroups
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticGroups.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticGroups.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building DiagnosticGroups.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diag-groups -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticGroups.inc.tmp
[ 35%] Updating DiagnosticGroups.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticGroups.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticGroups.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangDiagnosticGroups
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticIndexName.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticIndexName.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticIndexName.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticIndexName.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticIndexName.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticIndexName.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticIndexName
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticIndexName.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticIndexName.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building DiagnosticIndexName.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-index-name -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticIndexName.inc.tmp
[ 35%] Updating DiagnosticIndexName.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticIndexName.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticIndexName.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangDiagnosticIndexName
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticComment.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticComment.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticComment.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticComment.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticComment.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticComment.dir/depend.internal".
Scanning dependencies of target ClangDiagnosticComment
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticComment.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangDiagnosticComment.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building DiagnosticCommentKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-diags-defs -clang-component=Comment -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Diagnostic.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticCommentKinds.inc.tmp
[ 35%] Updating DiagnosticCommentKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticCommentKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/DiagnosticCommentKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangDiagnosticComment
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangAttrSubjectMatchRuleList.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangAttrSubjectMatchRuleList.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrSubjectMatchRuleList.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrSubjectMatchRuleList.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrSubjectMatchRuleList.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrSubjectMatchRuleList.dir/depend.internal".
Scanning dependencies of target ClangAttrSubjectMatchRuleList
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangAttrSubjectMatchRuleList.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangAttrSubjectMatchRuleList.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrSubMatchRulesList.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-attr-subject-match-rule-list -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/AttrSubMatchRulesList.inc.tmp
[ 35%] Updating AttrSubMatchRulesList.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/AttrSubMatchRulesList.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/AttrSubMatchRulesList.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrSubjectMatchRuleList
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangAttrHasAttributeImpl.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangAttrHasAttributeImpl.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrHasAttributeImpl.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrHasAttributeImpl.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrHasAttributeImpl.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangAttrHasAttributeImpl.dir/depend.internal".
Scanning dependencies of target ClangAttrHasAttributeImpl
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangAttrHasAttributeImpl.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangAttrHasAttributeImpl.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrHasAttributeImpl.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-clang-attr-has-attribute-impl -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/AttrHasAttributeImpl.inc.tmp
[ 35%] Updating AttrHasAttributeImpl.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/AttrHasAttributeImpl.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/AttrHasAttributeImpl.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrHasAttributeImpl
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangARMNeon.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangARMNeon.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangARMNeon.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangARMNeon.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangARMNeon.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/CMakeFiles/ClangARMNeon.dir/depend.internal".
Scanning dependencies of target ClangARMNeon
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Basic/CMakeFiles/ClangARMNeon.dir/build.make tools/clang/include/clang/Basic/CMakeFiles/ClangARMNeon.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building arm_neon.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && ../../../../../bin/clang-tblgen -gen-arm-neon-sema -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Basic/arm_neon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/arm_neon.inc.tmp
[ 35%] Updating arm_neon.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/arm_neon.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Basic/arm_neon.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangARMNeon
/usr/bin/make -f tools/clang/include/clang/Parse/CMakeFiles/ClangAttrSubMatchRulesParserStringSwitches.dir/build.make tools/clang/include/clang/Parse/CMakeFiles/ClangAttrSubMatchRulesParserStringSwitches.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Parse /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/CMakeFiles/ClangAttrSubMatchRulesParserStringSwitches.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/CMakeFiles/ClangAttrSubMatchRulesParserStringSwitches.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/CMakeFiles/ClangAttrSubMatchRulesParserStringSwitches.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/CMakeFiles/ClangAttrSubMatchRulesParserStringSwitches.dir/depend.internal".
Scanning dependencies of target ClangAttrSubMatchRulesParserStringSwitches
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Parse/CMakeFiles/ClangAttrSubMatchRulesParserStringSwitches.dir/build.make tools/clang/include/clang/Parse/CMakeFiles/ClangAttrSubMatchRulesParserStringSwitches.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrSubMatchRulesParserStringSwitches.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse && ../../../../../bin/clang-tblgen -gen-clang-attr-subject-match-rules-parser-string-switches -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Parse/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Parse -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Parse/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc.tmp
[ 35%] Updating AttrSubMatchRulesParserStringSwitches.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrSubMatchRulesParserStringSwitches
/usr/bin/make -f tools/clang/include/clang/Parse/CMakeFiles/ClangAttrParserStringSwitches.dir/build.make tools/clang/include/clang/Parse/CMakeFiles/ClangAttrParserStringSwitches.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Parse /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/CMakeFiles/ClangAttrParserStringSwitches.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/CMakeFiles/ClangAttrParserStringSwitches.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/CMakeFiles/ClangAttrParserStringSwitches.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/CMakeFiles/ClangAttrParserStringSwitches.dir/depend.internal".
Scanning dependencies of target ClangAttrParserStringSwitches
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Parse/CMakeFiles/ClangAttrParserStringSwitches.dir/build.make tools/clang/include/clang/Parse/CMakeFiles/ClangAttrParserStringSwitches.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrParserStringSwitches.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse && ../../../../../bin/clang-tblgen -gen-clang-attr-parser-string-switches -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Parse/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Parse -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Parse/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/AttrParserStringSwitches.inc.tmp
[ 35%] Updating AttrParserStringSwitches.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/AttrParserStringSwitches.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Parse/AttrParserStringSwitches.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrParserStringSwitches
/usr/bin/make -f tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrList.dir/build.make tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrList.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrList.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrList.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrList.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrList.dir/depend.internal".
Scanning dependencies of target ClangAttrParsedAttrList
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrList.dir/build.make tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrList.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrParsedAttrList.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema && ../../../../../bin/clang-tblgen -gen-clang-attr-parsed-attr-list -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrParsedAttrList.inc.tmp
[ 35%] Updating AttrParsedAttrList.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrParsedAttrList.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrParsedAttrList.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrParsedAttrList
/usr/bin/make -f tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrImpl.dir/build.make tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrImpl.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrImpl.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrImpl.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrImpl.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrImpl.dir/depend.internal".
Scanning dependencies of target ClangAttrParsedAttrImpl
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrImpl.dir/build.make tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrImpl.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrParsedAttrImpl.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema && ../../../../../bin/clang-tblgen -gen-clang-attr-parsed-attr-impl -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc.tmp
[ 35%] Updating AttrParsedAttrImpl.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrParsedAttrImpl
/usr/bin/make -f tools/clang/include/clang/Sema/CMakeFiles/ClangAttrTemplateInstantiate.dir/build.make tools/clang/include/clang/Sema/CMakeFiles/ClangAttrTemplateInstantiate.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrTemplateInstantiate.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrTemplateInstantiate.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrTemplateInstantiate.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrTemplateInstantiate.dir/depend.internal".
Scanning dependencies of target ClangAttrTemplateInstantiate
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Sema/CMakeFiles/ClangAttrTemplateInstantiate.dir/build.make tools/clang/include/clang/Sema/CMakeFiles/ClangAttrTemplateInstantiate.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrTemplateInstantiate.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema && ../../../../../bin/clang-tblgen -gen-clang-attr-template-instantiate -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc.tmp
[ 35%] Updating AttrTemplateInstantiate.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrTemplateInstantiate
/usr/bin/make -f tools/clang/include/clang/Sema/CMakeFiles/ClangAttrSpellingListIndex.dir/build.make tools/clang/include/clang/Sema/CMakeFiles/ClangAttrSpellingListIndex.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrSpellingListIndex.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrSpellingListIndex.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrSpellingListIndex.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrSpellingListIndex.dir/depend.internal".
Scanning dependencies of target ClangAttrSpellingListIndex
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Sema/CMakeFiles/ClangAttrSpellingListIndex.dir/build.make tools/clang/include/clang/Sema/CMakeFiles/ClangAttrSpellingListIndex.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrSpellingListIndex.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema && ../../../../../bin/clang-tblgen -gen-clang-attr-spelling-index -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrSpellingListIndex.inc.tmp
[ 35%] Updating AttrSpellingListIndex.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrSpellingListIndex.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrSpellingListIndex.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrSpellingListIndex
/usr/bin/make -f tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrKinds.dir/build.make tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrKinds.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrKinds.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrKinds.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrKinds.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrKinds.dir/depend.internal".
Scanning dependencies of target ClangAttrParsedAttrKinds
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrKinds.dir/build.make tools/clang/include/clang/Sema/CMakeFiles/ClangAttrParsedAttrKinds.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrParsedAttrKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema && ../../../../../bin/clang-tblgen -gen-clang-attr-parsed-attr-kinds -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Sema/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc.tmp
[ 35%] Updating AttrParsedAttrKinds.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrParsedAttrKinds
/usr/bin/make -f tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHWrite.dir/build.make tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHWrite.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Serialization /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHWrite.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHWrite.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHWrite.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHWrite.dir/depend.internal".
Scanning dependencies of target ClangAttrPCHWrite
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHWrite.dir/build.make tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHWrite.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrPCHWrite.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization && ../../../../../bin/clang-tblgen -gen-clang-attr-pch-write -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Serialization/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Serialization -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Serialization/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/AttrPCHWrite.inc.tmp
[ 35%] Updating AttrPCHWrite.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/AttrPCHWrite.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrPCHWrite
/usr/bin/make -f tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHRead.dir/build.make tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHRead.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Serialization /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHRead.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHRead.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHRead.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHRead.dir/depend.internal".
Scanning dependencies of target ClangAttrPCHRead
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHRead.dir/build.make tools/clang/include/clang/Serialization/CMakeFiles/ClangAttrPCHRead.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Building AttrPCHRead.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization && ../../../../../bin/clang-tblgen -gen-clang-attr-pch-read -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Serialization/../../ -I /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Serialization -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/tools/clang/include/clang/Serialization/../Basic/Attr.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/AttrPCHRead.inc.tmp
[ 35%] Updating AttrPCHRead.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/AttrPCHRead.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include/clang/Serialization/AttrPCHRead.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 35%] Built target ClangAttrPCHRead
/usr/bin/make -f tools/lld/lib/Core/CMakeFiles/lldCore.dir/build.make tools/lld/lib/Core/CMakeFiles/lldCore.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core/CMakeFiles/lldCore.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core/CMakeFiles/lldCore.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core/CMakeFiles/lldCore.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core/CMakeFiles/lldCore.dir/depend.internal".
Scanning dependencies of target lldCore
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/lib/Core/CMakeFiles/lldCore.dir/build.make tools/lld/lib/Core/CMakeFiles/lldCore.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Building CXX object tools/lld/lib/Core/CMakeFiles/lldCore.dir/DefinedAtom.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCore.dir/DefinedAtom.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core/DefinedAtom.cpp
[ 36%] Building CXX object tools/lld/lib/Core/CMakeFiles/lldCore.dir/Error.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCore.dir/Error.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core/Error.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/ScopBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Analysis/ScopBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Analysis/ScopBuilder.cpp
[ 36%] Building CXX object tools/lld/lib/Core/CMakeFiles/lldCore.dir/File.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCore.dir/File.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core/File.cpp
[ 36%] Building CXX object tools/lld/lib/Core/CMakeFiles/lldCore.dir/LinkingContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCore.dir/LinkingContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core/LinkingContext.cpp
[ 36%] Building CXX object tools/lld/lib/Core/CMakeFiles/lldCore.dir/Reader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCore.dir/Reader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core/Reader.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/ScopGraphPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Analysis/ScopGraphPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Analysis/ScopGraphPrinter.cpp
[ 36%] Building CXX object tools/lld/lib/Core/CMakeFiles/lldCore.dir/Reproduce.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCore.dir/Reproduce.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core/Reproduce.cpp
[ 36%] Building CXX object tools/lld/lib/Core/CMakeFiles/lldCore.dir/Resolver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCore.dir/Resolver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core/Resolver.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/ScopPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Analysis/ScopPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Analysis/ScopPass.cpp
[ 36%] Building CXX object tools/lld/lib/Core/CMakeFiles/lldCore.dir/SymbolTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCore.dir/SymbolTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core/SymbolTable.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Analysis/PruneUnprofitable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Analysis/PruneUnprofitable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Analysis/PruneUnprofitable.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/BlockGenerators.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/BlockGenerators.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/BlockGenerators.cpp
[ 36%] Building CXX object tools/lld/lib/Core/CMakeFiles/lldCore.dir/TargetOptionsCommandFlags.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCore.dir/TargetOptionsCommandFlags.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core/TargetOptionsCommandFlags.cpp
[ 36%] Building CXX object tools/lld/lib/Core/CMakeFiles/lldCore.dir/Writer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCore.dir/Writer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Core/Writer.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/IslAst.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/IslAst.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/IslAst.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/IslExprBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/IslExprBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/IslExprBuilder.cpp
[ 36%] Linking CXX static library ../../../../lib/liblldCore.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/cmake -P CMakeFiles/lldCore.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Core && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldCore.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldCore.a  CMakeFiles/lldCore.dir/DefinedAtom.cpp.o CMakeFiles/lldCore.dir/Error.cpp.o CMakeFiles/lldCore.dir/File.cpp.o CMakeFiles/lldCore.dir/LinkingContext.cpp.o CMakeFiles/lldCore.dir/Reader.cpp.o CMakeFiles/lldCore.dir/Reproduce.cpp.o CMakeFiles/lldCore.dir/Resolver.cpp.o CMakeFiles/lldCore.dir/SymbolTable.cpp.o CMakeFiles/lldCore.dir/TargetOptionsCommandFlags.cpp.o CMakeFiles/lldCore.dir/Writer.cpp.o
/usr/bin/ranlib ../../../../lib/liblldCore.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Built target lldCore
/usr/bin/make -f tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/build.make tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Driver /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/depend.internal".
Scanning dependencies of target lldDriver
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/build.make tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Building CXX object tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/DarwinLdDriver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldDriver.dir/DarwinLdDriver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/lib/Driver/DarwinLdDriver.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/IslNodeBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/IslNodeBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/IslNodeBuilder.cpp
[ 36%] Linking CXX static library ../../../../lib/liblldDriver.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver && /usr/bin/cmake -P CMakeFiles/lldDriver.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/lib/Driver && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldDriver.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldDriver.a  CMakeFiles/lldDriver.dir/DarwinLdDriver.cpp.o
/usr/bin/ranlib ../../../../lib/liblldDriver.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Built target lldDriver
/usr/bin/make -f tools/lld/COFF/CMakeFiles/lldCOFF.dir/build.make tools/lld/COFF/CMakeFiles/lldCOFF.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/CMakeFiles/lldCOFF.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/CMakeFiles/lldCOFF.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/CMakeFiles/lldCOFF.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF/CMakeFiles/lldCOFF.dir/depend.internal".
Scanning dependencies of target lldCOFF
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/COFF/CMakeFiles/lldCOFF.dir/build.make tools/lld/COFF/CMakeFiles/lldCOFF.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Chunks.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/Chunks.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/Chunks.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/CodeGeneration.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/CodeGeneration.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/CodeGeneration.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/LoopGenerators.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/LoopGenerators.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/LoopGenerators.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/DLL.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/DLL.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/DLL.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/IRBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/IRBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/IRBuilder.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/Utils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/Utils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/Utils.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Driver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/Driver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/Driver.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/RuntimeDebugBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/RuntimeDebugBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/RuntimeDebugBuilder.cpp
/usr/bin/make -f tools/lld/ELF/CMakeFiles/lldELF.dir/build.make tools/lld/ELF/CMakeFiles/lldELF.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/CMakeFiles/lldELF.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/CMakeFiles/lldELF.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/CMakeFiles/lldELF.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF/CMakeFiles/lldELF.dir/depend.internal".
Scanning dependencies of target lldELF
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/ELF/CMakeFiles/lldELF.dir/build.make tools/lld/ELF/CMakeFiles/lldELF.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AArch64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/AArch64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/AArch64.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/CodegenCleanup.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/CodegenCleanup.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/CodegenCleanup.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/CodeGen/PerfMonitor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/CodeGen/PerfMonitor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/CodeGen/PerfMonitor.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AMDGPU.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/AMDGPU.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/AMDGPU.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Exchange/JSONExporter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Exchange/JSONExporter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Exchange/JSONExporter.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/ARM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/ARM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/ARM.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/DriverUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/DriverUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/DriverUtils.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AVR.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/AVR.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/AVR.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Mips.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/Mips.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/Mips.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Support/GICHelper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Support/GICHelper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Support/GICHelper.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Error.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/Error.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/Error.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MipsArchTree.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/MipsArchTree.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/MipsArchTree.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Support/SCEVAffinator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Support/SCEVAffinator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Support/SCEVAffinator.cpp
/usr/bin/make -f tools/lldb/source/CMakeFiles/lldbBase.dir/build.make tools/lldb/source/CMakeFiles/lldbBase.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/CMakeFiles/lldbBase.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/CMakeFiles/lldbBase.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/CMakeFiles/lldbBase.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/CMakeFiles/lldbBase.dir/depend.internal".
Scanning dependencies of target lldbBase
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/CMakeFiles/lldbBase.dir/build.make tools/lldb/source/CMakeFiles/lldbBase.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Building CXX object tools/lldb/source/CMakeFiles/lldbBase.dir/lldb.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBase.dir/lldb.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/lldb.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/ICF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/ICF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/ICF.cpp
[ 36%] Linking CXX static library ../../../lib/liblldbBase.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source && /usr/bin/cmake -P CMakeFiles/lldbBase.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbBase.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../lib/liblldbBase.a  CMakeFiles/lldbBase.dir/lldb.cpp.o
/usr/bin/ranlib ../../../lib/liblldbBase.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Built target lldbBase
/usr/bin/make -f tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/build.make tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/depend.internal".
Scanning dependencies of target lldbBreakpoint
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/build.make tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Breakpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/Breakpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/Breakpoint.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/PPC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/PPC.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/PPC64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/PPC64.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/InputFiles.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/InputFiles.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/InputFiles.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/SPARCV9.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/SPARCV9.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/SPARCV9.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Support/SCEVValidator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Support/SCEVValidator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Support/SCEVValidator.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointID.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointID.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointID.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointIDList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointIDList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointIDList.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/X86.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/X86.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/LTO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/LTO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/LTO.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointList.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Arch/X86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Arch/X86_64.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointLocation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointLocation.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Support/RegisterPasses.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Support/RegisterPasses.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Support/RegisterPasses.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Driver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Driver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Driver.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/MapFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/MapFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/MapFile.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocationCollection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointLocationCollection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/MarkLive.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/MarkLive.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/MarkLive.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocationList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointLocationList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/DriverUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/DriverUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/DriverUtils.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Support/ScopHelper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Support/ScopHelper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Support/ScopHelper.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/EhFrame.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/EhFrame.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/EhFrame.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointOptions.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Error.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Error.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Error.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/PDB.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/PDB.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Filesystem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Filesystem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Filesystem.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/GdbIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/GdbIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/GdbIndex.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Support/ScopLocation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Support/ScopLocation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Support/ScopLocation.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointResolver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointResolver.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/ICF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/ICF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/ICF.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Support/ISLTools.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Support/ISLTools.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Support/ISLTools.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Strings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/Strings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/Strings.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverAddress.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointResolverAddress.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/SymbolTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/SymbolTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/SymbolTable.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/InputFiles.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/InputFiles.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/InputFiles.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Support/DumpModulePass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Support/DumpModulePass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Support/DumpModulePass.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Support/VirtualInstruction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Support/VirtualInstruction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Support/VirtualInstruction.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileLine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileLine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Symbols.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/Symbols.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/Symbols.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileRegex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileRegex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Transform/Canonicalization.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Transform/Canonicalization.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Transform/Canonicalization.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Transform/CodePreparation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Transform/CodePreparation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Transform/CodePreparation.cpp
[ 36%] Building CXX object tools/lld/COFF/CMakeFiles/lldCOFF.dir/Writer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldCOFF.dir/Writer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/COFF/Writer.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverName.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointResolverName.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/InputSection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/InputSection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/InputSection.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Transform/DeadCodeElimination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Transform/DeadCodeElimination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Transform/DeadCodeElimination.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointSite.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointSite.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointSite.cpp
[ 36%] Linking CXX static library ../../../lib/liblldCOFF.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/cmake -P CMakeFiles/lldCOFF.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/COFF && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldCOFF.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../lib/liblldCOFF.a  CMakeFiles/lldCOFF.dir/Chunks.cpp.o CMakeFiles/lldCOFF.dir/DLL.cpp.o CMakeFiles/lldCOFF.dir/Driver.cpp.o CMakeFiles/lldCOFF.dir/DriverUtils.cpp.o CMakeFiles/lldCOFF.dir/Error.cpp.o CMakeFiles/lldCOFF.dir/ICF.cpp.o CMakeFiles/lldCOFF.dir/InputFiles.cpp.o CMakeFiles/lldCOFF.dir/LTO.cpp.o CMakeFiles/lldCOFF.dir/MapFile.cpp.o CMakeFiles/lldCOFF.dir/MarkLive.cpp.o CMakeFiles/lldCOFF.dir/PDB.cpp.o CMakeFiles/lldCOFF.dir/Strings.cpp.o CMakeFiles/lldCOFF.dir/SymbolTable.cpp.o CMakeFiles/lldCOFF.dir/Symbols.cpp.o CMakeFiles/lldCOFF.dir/Writer.cpp.o
/usr/bin/ranlib ../../../lib/liblldCOFF.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Built target lldCOFF
/usr/bin/make -f tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/build.make tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/depend.internal".
Scanning dependencies of target lldbCommands
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/build.make tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandCompletions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandCompletions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandCompletions.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointSiteList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/BreakpointSiteList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/BreakpointSiteList.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Stoppoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/Stoppoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/Stoppoint.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/LTO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/LTO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/LTO.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/StoppointCallbackContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/StoppointCallbackContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/StoppointCallbackContext.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Transform/ScheduleOptimizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Transform/ScheduleOptimizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Transform/ScheduleOptimizer.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/StoppointLocation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/StoppointLocation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/StoppointLocation.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Watchpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/Watchpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/Watchpoint.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectApropos.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectApropos.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectApropos.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/LinkerScript.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/LinkerScript.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/LinkerScript.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectArgs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectArgs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectArgs.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Transform/FlattenSchedule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Transform/FlattenSchedule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Transform/FlattenSchedule.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/WatchpointList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/WatchpointList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/WatchpointList.cpp
[ 36%] Building CXX object tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/WatchpointOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbBreakpoint.dir/WatchpointOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Breakpoint/WatchpointOptions.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/MapFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/MapFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/MapFile.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Transform/FlattenAlgo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Transform/FlattenAlgo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Transform/FlattenAlgo.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBreakpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectBreakpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
[ 36%] Linking CXX static library ../../../../lib/liblldbBreakpoint.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/cmake -P CMakeFiles/lldbBreakpoint.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Breakpoint && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbBreakpoint.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbBreakpoint.a  CMakeFiles/lldbBreakpoint.dir/Breakpoint.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointID.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointIDList.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointLocation.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointLocationCollection.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointLocationList.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointOptions.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointResolver.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointResolverAddress.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileLine.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileRegex.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointResolverName.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointSite.cpp.o CMakeFiles/lldbBreakpoint.dir/BreakpointSiteList.cpp.o CMakeFiles/lldbBreakpoint.dir/Stoppoint.cpp.o CMakeFiles/lldbBreakpoint.dir/StoppointCallbackContext.cpp.o CMakeFiles/lldbBreakpoint.dir/StoppointLocation.cpp.o CMakeFiles/lldbBreakpoint.dir/Watchpoint.cpp.o CMakeFiles/lldbBreakpoint.dir/WatchpointList.cpp.o CMakeFiles/lldbBreakpoint.dir/WatchpointOptions.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbBreakpoint.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Built target lldbBreakpoint
/usr/bin/make -f tools/lldb/source/Core/CMakeFiles/lldbCore.dir/build.make tools/lldb/source/Core/CMakeFiles/lldbCore.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core/CMakeFiles/lldbCore.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core/CMakeFiles/lldbCore.dir/depend.internal".
Scanning dependencies of target lldbCore
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Core/CMakeFiles/lldbCore.dir/build.make tools/lldb/source/Core/CMakeFiles/lldbCore.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Address.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Address.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Address.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Transform/DeLICM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Transform/DeLICM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Transform/DeLICM.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/MarkLive.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/MarkLive.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/MarkLive.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressRange.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/AddressRange.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/AddressRange.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBreakpointCommand.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectBreakpointCommand.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/OutputSections.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/OutputSections.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/OutputSections.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/AddressResolver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/AddressResolver.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolverFileLine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/AddressResolverFileLine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/AddressResolverFileLine.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBugreport.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectBugreport.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectBugreport.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolverName.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/AddressResolverName.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/AddressResolverName.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Relocations.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Relocations.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Relocations.cpp
[ 36%] Building CXX object tools/polly/lib/CMakeFiles/PollyCore.dir/Transform/Simplify.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG   -o CMakeFiles/PollyCore.dir/Transform/Simplify.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Transform/Simplify.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ArchSpec.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ArchSpec.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ArchSpec.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectCommands.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectCommands.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectCommands.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Broadcaster.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Broadcaster.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Broadcaster.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Built target PollyCore
/usr/bin/make -f tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/build.make tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/depend.internal".
Scanning dependencies of target lldbDataFormatters
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/build.make tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 36%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/CXXFunctionPointer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/CXXFunctionPointer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/ScriptLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/ScriptLexer.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Communication.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Communication.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Communication.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/ScriptParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/ScriptParser.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectDisassemble.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectDisassemble.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectDisassemble.cpp
[ 36%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DataVisualization.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/DataVisualization.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/DataVisualization.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Debugger.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Debugger.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Debugger.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectExpression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectExpression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectExpression.cpp
[ 36%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DumpValueObjectOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/DumpValueObjectOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/DumpValueObjectOptions.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Strings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Strings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Strings.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/SymbolTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/SymbolTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/SymbolTable.cpp
[ 36%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatCache.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/FormatCache.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/FormatCache.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Disassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Disassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Disassembler.cpp
[ 36%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatClasses.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/FormatClasses.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/FormatClasses.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectFrame.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectFrame.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectFrame.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Symbols.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Symbols.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Symbols.cpp
[ 36%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/FormatManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/FormatManager.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DumpDataExtractor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/DumpDataExtractor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/DumpDataExtractor.cpp
[ 36%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/SyntheticSections.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/SyntheticSections.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/SyntheticSections.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectGUI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectGUI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectGUI.cpp
[ 36%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormattersHelpers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/FormattersHelpers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/FormattersHelpers.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectHelp.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectHelp.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectHelp.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DynamicLoader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/DynamicLoader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/DynamicLoader.cpp
[ 36%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/EmulateInstruction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/EmulateInstruction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/EmulateInstruction.cpp
[ 36%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/LanguageCategory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/LanguageCategory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/LanguageCategory.cpp
[ 36%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectLog.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectLog.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectLog.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Event.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Event.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Event.cpp
[ 37%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/StringPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/StringPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/StringPrinter.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FileLineResolver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/FileLineResolver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/FileLineResolver.cpp
[ 37%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMemory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectMemory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectMemory.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FileSpecList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/FileSpecList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/FileSpecList.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FormatEntity.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/FormatEntity.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/FormatEntity.cpp
[ 37%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeCategory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/TypeCategory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/TypeCategory.cpp
[ 37%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Target.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Target.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Target.cpp
[ 37%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Thunks.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Thunks.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Thunks.cpp
[ 37%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMultiword.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectMultiword.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectMultiword.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/IOHandler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/IOHandler.cpp
[ 37%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeCategoryMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/TypeCategoryMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
[ 37%] Building CXX object tools/lld/ELF/CMakeFiles/lldELF.dir/Writer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldELF.dir/Writer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/ELF/Writer.cpp
[ 37%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectPlatform.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectPlatform.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectPlatform.cpp
[ 37%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeFormat.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/TypeFormat.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/TypeFormat.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/IOHandler.cpp: In member function 'virtual bool SourceFileWindowDelegate::WindowDelegateDraw(curses::Window&, bool)':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/IOHandler.cpp:3871:8: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 6 [-Wformat-truncation=]
   bool WindowDelegateDraw(Window &window, bool force) override {
        ^~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/IOHandler.cpp:3871:8: note: directive argument in the range [1, 2147483647]
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/IOHandler.cpp:3970:23: note: 'snprintf' output between 6 and 15 bytes into a destination of size 8
               snprintf(m_line_format, sizeof(m_line_format), " %%%iu ",
               ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                        m_line_width);
                        ~~~~~~~~~~~~~
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Listener.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Listener.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Listener.cpp
[ 37%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeSummary.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/TypeSummary.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/TypeSummary.cpp
[ 37%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectPlugin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectPlugin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectPlugin.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Mangled.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Mangled.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Mangled.cpp
[ 37%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectProcess.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectProcess.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectProcess.cpp
[ 37%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeSynthetic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/TypeSynthetic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/TypeSynthetic.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Module.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Module.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Module.cpp
[ 37%] Linking CXX static library ../../../lib/liblldELF.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/cmake -P CMakeFiles/lldELF.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/ELF && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldELF.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../lib/liblldELF.a  CMakeFiles/lldELF.dir/Arch/AArch64.cpp.o CMakeFiles/lldELF.dir/Arch/AMDGPU.cpp.o CMakeFiles/lldELF.dir/Arch/ARM.cpp.o CMakeFiles/lldELF.dir/Arch/AVR.cpp.o CMakeFiles/lldELF.dir/Arch/Mips.cpp.o CMakeFiles/lldELF.dir/Arch/MipsArchTree.cpp.o CMakeFiles/lldELF.dir/Arch/PPC.cpp.o CMakeFiles/lldELF.dir/Arch/PPC64.cpp.o CMakeFiles/lldELF.dir/Arch/SPARCV9.cpp.o CMakeFiles/lldELF.dir/Arch/X86.cpp.o CMakeFiles/lldELF.dir/Arch/X86_64.cpp.o CMakeFiles/lldELF.dir/Driver.cpp.o CMakeFiles/lldELF.dir/DriverUtils.cpp.o CMakeFiles/lldELF.dir/EhFrame.cpp.o CMakeFiles/lldELF.dir/Error.cpp.o CMakeFiles/lldELF.dir/Filesystem.cpp.o CMakeFiles/lldELF.dir/GdbIndex.cpp.o CMakeFiles/lldELF.dir/ICF.cpp.o CMakeFiles/lldELF.dir/InputFiles.cpp.o CMakeFiles/lldELF.dir/InputSection.cpp.o CMakeFiles/lldELF.dir/LTO.cpp.o CMakeFiles/lldELF.dir/LinkerScript.cpp.o CMakeFiles/lldELF.dir/MapFile.cpp.o CMakeFiles/lldELF.dir/MarkLive.cpp.o CMakeFiles/lldELF.dir/OutputSections.cpp.o CMakeFiles/lldELF.dir/Relocations.cpp.o CMakeFiles/lldELF.dir/ScriptLexer.cpp.o CMakeFiles/lldELF.dir/ScriptParser.cpp.o CMakeFiles/lldELF.dir/Strings.cpp.o CMakeFiles/lldELF.dir/SymbolTable.cpp.o CMakeFiles/lldELF.dir/Symbols.cpp.o CMakeFiles/lldELF.dir/SyntheticSections.cpp.o CMakeFiles/lldELF.dir/Target.cpp.o CMakeFiles/lldELF.dir/Thunks.cpp.o CMakeFiles/lldELF.dir/Writer.cpp.o
/usr/bin/ranlib ../../../lib/liblldELF.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 37%] Built target lldELF
/usr/bin/make -f tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/build.make tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/depend.internal".
Scanning dependencies of target lldbExpression
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/build.make tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 37%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DiagnosticManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/DiagnosticManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/DiagnosticManager.cpp
[ 37%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeValidator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/TypeValidator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/TypeValidator.cpp
[ 37%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DWARFExpression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/DWARFExpression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/DWARFExpression.cpp
[ 37%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/ValueObjectPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/ValueObjectPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
[ 37%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectQuit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectQuit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectQuit.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ModuleChild.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ModuleChild.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ModuleChild.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ModuleList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ModuleList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ModuleList.cpp
[ 37%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectRegister.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectRegister.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectRegister.cpp
[ 37%] Building CXX object tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/VectorType.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbDataFormatters.dir/VectorType.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/DataFormatters/VectorType.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Opcode.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Opcode.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Opcode.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/PluginManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/PluginManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/PluginManager.cpp
[ 37%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSettings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectSettings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectSettings.cpp
[ 37%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/Expression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/Expression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/Expression.cpp
[ 37%] Linking CXX static library ../../../../lib/liblldbDataFormatters.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/cmake -P CMakeFiles/lldbDataFormatters.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/DataFormatters && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbDataFormatters.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbDataFormatters.a  CMakeFiles/lldbDataFormatters.dir/CXXFunctionPointer.cpp.o CMakeFiles/lldbDataFormatters.dir/DataVisualization.cpp.o CMakeFiles/lldbDataFormatters.dir/DumpValueObjectOptions.cpp.o CMakeFiles/lldbDataFormatters.dir/FormatCache.cpp.o CMakeFiles/lldbDataFormatters.dir/FormatClasses.cpp.o CMakeFiles/lldbDataFormatters.dir/FormatManager.cpp.o CMakeFiles/lldbDataFormatters.dir/FormattersHelpers.cpp.o CMakeFiles/lldbDataFormatters.dir/LanguageCategory.cpp.o CMakeFiles/lldbDataFormatters.dir/StringPrinter.cpp.o CMakeFiles/lldbDataFormatters.dir/TypeCategory.cpp.o CMakeFiles/lldbDataFormatters.dir/TypeCategoryMap.cpp.o CMakeFiles/lldbDataFormatters.dir/TypeFormat.cpp.o CMakeFiles/lldbDataFormatters.dir/TypeSummary.cpp.o CMakeFiles/lldbDataFormatters.dir/TypeSynthetic.cpp.o CMakeFiles/lldbDataFormatters.dir/TypeValidator.cpp.o CMakeFiles/lldbDataFormatters.dir/ValueObjectPrinter.cpp.o CMakeFiles/lldbDataFormatters.dir/VectorType.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbDataFormatters.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 37%] Built target lldbDataFormatters
/usr/bin/make -f tools/lldb/source/Host/CMakeFiles/lldbHost.dir/build.make tools/lldb/source/Host/CMakeFiles/lldbHost.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host/CMakeFiles/lldbHost.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host/CMakeFiles/lldbHost.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host/CMakeFiles/lldbHost.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host/CMakeFiles/lldbHost.dir/depend.internal".
Scanning dependencies of target lldbHost
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Host/CMakeFiles/lldbHost.dir/build.make tools/lldb/source/Host/CMakeFiles/lldbHost.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 37%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/File.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/File.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/File.cpp
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/File.cpp:28:0:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/Errno.h:34:13: warning: mangled name for 'decltype (F(llvm::sys::RetryAfterSignal::As ...)) llvm::sys::RetryAfterSignal(const FailT&, const Fun&, const Args& ...) [with FailT = std::nullptr_t; Fun = _IO_FILE*(int, const char*) throw (); Args = {int, const char*}]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 inline auto RetryAfterSignal(const FailT &Fail, const Fun &F,
             ^~~~~~~~~~~~~~~~
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 37%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileCache.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/FileCache.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/FileCache.cpp
[ 37%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/ExpressionSourceCode.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/ExpressionSourceCode.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/ExpressionSourceCode.cpp
[ 37%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileSystem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/FileSystem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/FileSystem.cpp
[ 37%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSource.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectSource.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectSource.cpp
[ 37%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/GetOptInc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/GetOptInc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/GetOptInc.cpp
[ 37%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Host.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/Host.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/Host.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/RegisterValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/RegisterValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/RegisterValue.cpp
[ 37%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/ExpressionVariable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/ExpressionVariable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/ExpressionVariable.cpp
[ 37%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostInfoBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/HostInfoBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/HostInfoBase.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Scalar.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Scalar.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Scalar.cpp
[ 37%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostNativeThreadBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/HostNativeThreadBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/HostNativeThreadBase.cpp
[ 37%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostProcess.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/HostProcess.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/HostProcess.cpp
[ 37%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSyntax.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectSyntax.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectSyntax.cpp
[ 37%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SearchFilter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/SearchFilter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/SearchFilter.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostThread.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/HostThread.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/HostThread.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/LockFileBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/LockFileBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/LockFileBase.cpp
[ 39%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/FunctionCaller.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/FunctionCaller.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/FunctionCaller.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/MainLoop.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/MainLoop.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/MainLoop.cpp
[ 39%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectTarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectTarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectTarget.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/MainLoop.cpp: In member function 'lldb_private::MainLoop::SignalHandleUP lldb_private::MainLoop::RegisterSignal(int, const Callback&, lldb_private::Status&)':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/MainLoop.cpp:299:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
   int ret = sigaction(signo, &new_action, &info.old_action);
       ^~~
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/MonitoringProcessLauncher.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/MonitoringProcessLauncher.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Section.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Section.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Section.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeBreakpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/NativeBreakpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/NativeBreakpoint.cpp
[ 39%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRDynamicChecks.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/IRDynamicChecks.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/IRDynamicChecks.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeBreakpointList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/NativeBreakpointList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/NativeBreakpointList.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SourceManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/SourceManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/SourceManager.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeWatchpointList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/NativeWatchpointList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/NativeWatchpointList.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeProcessProtocol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/NativeProcessProtocol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/NativeProcessProtocol.cpp
[ 39%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectThread.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectThread.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectThread.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/State.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/State.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/State.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/StreamAsynchronousIO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/StreamAsynchronousIO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/StreamAsynchronousIO.cpp
[ 39%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRExecutionUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/IRExecutionUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/IRExecutionUnit.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeRegisterContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/NativeRegisterContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/NativeRegisterContext.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/StreamFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/StreamFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/StreamFile.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeThreadProtocol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/NativeThreadProtocol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/NativeThreadProtocol.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/UserSettingsController.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/UserSettingsController.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/UserSettingsController.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Value.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/Value.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/Value.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/OptionParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/OptionParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/OptionParser.cpp
[ 39%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectType.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectType.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectType.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/PipeBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/PipeBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/PipeBase.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ProcessRunLock.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/ProcessRunLock.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/ProcessRunLock.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/PseudoTerminal.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/PseudoTerminal.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/PseudoTerminal.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Socket.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/Socket.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/Socket.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObject.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObject.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObject.cpp
[ 39%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRInterpreter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/IRInterpreter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/IRInterpreter.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/SocketAddress.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/SocketAddress.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/SocketAddress.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/SoftwareBreakpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/SoftwareBreakpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/SoftwareBreakpoint.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/StringConvert.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/StringConvert.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/StringConvert.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Symbols.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/Symbols.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/Symbols.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/TCPSocket.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/TCPSocket.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/TCPSocket.cpp
[ 39%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectVersion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectVersion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectVersion.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Terminal.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/Terminal.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/Terminal.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ThreadLauncher.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/ThreadLauncher.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/ThreadLauncher.cpp
[ 39%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRMemoryMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/IRMemoryMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/IRMemoryMap.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/XML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/XML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/XML.cpp
[ 39%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectWatchpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectWatchpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectCast.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectCast.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectCast.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/UDPSocket.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/UDPSocket.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/UDPSocket.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Editline.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/common/Editline.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/Editline.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectChild.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectChild.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectChild.cpp
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/Editline.cpp:18:0:
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/Editline.cpp: In member function 'int lldb_private::Editline::GetCharacter(lldb_private::line_editor::EditLineGetCharType*)':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/LLDBAssert.h:17:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
   lldb_private::lldb_assert(x, #x, __FUNCTION__, __FILE__, __LINE__)
   ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/Editline.cpp:538:9: note: in expansion of macro 'lldbassert'
         lldbassert(0 && "Interrupts should have been handled above.");
         ^~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/common/Editline.cpp:540:7: note: here
       case lldb::eConnectionStatusError:        // Check GetError() for details
       ^~~~
[ 39%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/LLVMUserExpression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/LLVMUserExpression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/LLVMUserExpression.cpp
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/ConnectionFileDescriptorPosix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/posix/ConnectionFileDescriptorPosix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResult.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectConstResult.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectConstResult.cpp
[ 39%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectWatchpointCommand.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectWatchpointCommand.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/DomainSocket.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/posix/DomainSocket.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/posix/DomainSocket.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/FileSystem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/posix/FileSystem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/posix/FileSystem.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostInfoPosix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/posix/HostInfoPosix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/posix/HostInfoPosix.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultCast.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectConstResultCast.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectConstResultCast.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostProcessPosix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/posix/HostProcessPosix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/posix/HostProcessPosix.cpp
[ 39%] Building CXX object tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectLanguage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCommands.dir/CommandObjectLanguage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Commands/CommandObjectLanguage.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostThreadPosix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/posix/HostThreadPosix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/posix/HostThreadPosix.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultChild.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectConstResultChild.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectConstResultChild.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/LockFilePosix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/posix/LockFilePosix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/posix/LockFilePosix.cpp
[ 39%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/Materializer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/Materializer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/Materializer.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/PipePosix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/posix/PipePosix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/posix/PipePosix.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultImpl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectConstResultImpl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectConstResultImpl.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/ProcessLauncherPosixFork.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/posix/ProcessLauncherPosixFork.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
[ 39%] Linking CXX static library ../../../../lib/liblldbCommands.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/cmake -P CMakeFiles/lldbCommands.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Commands && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbCommands.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbCommands.a  CMakeFiles/lldbCommands.dir/CommandCompletions.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectApropos.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectArgs.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectBreakpoint.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectBreakpointCommand.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectBugreport.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectCommands.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectDisassemble.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectExpression.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectFrame.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectGUI.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectHelp.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectLog.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectMemory.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectMultiword.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectPlatform.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectPlugin.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectProcess.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectQuit.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectRegister.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectSettings.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectSource.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectSyntax.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectTarget.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectThread.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectType.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectVersion.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectWatchpoint.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectWatchpointCommand.cpp.o CMakeFiles/lldbCommands.dir/CommandObjectLanguage.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbCommands.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Built target lldbCommands
/usr/bin/make -f tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/build.make tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/depend.internal".
Scanning dependencies of target lldbInterpreter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/build.make tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/build
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/linux/AbstractSocket.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/linux/AbstractSocket.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/linux/AbstractSocket.cpp
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Args.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/Args.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/Args.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/linux/Host.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/linux/Host.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/linux/Host.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectDynamicValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectDynamicValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectDynamicValue.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/linux/HostInfoLinux.cpp.o
[ 39%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/REPL.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/linux/HostInfoLinux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/linux/HostInfoLinux.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/REPL.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/REPL.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectList.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/linux/LibcGlue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/linux/LibcGlue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/linux/LibcGlue.cpp
[ 39%] Building CXX object tools/lldb/source/Host/CMakeFiles/lldbHost.dir/linux/Support.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbHost.dir/linux/Support.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Host/linux/Support.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandAlias.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/CommandAlias.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/CommandAlias.cpp
[ 39%] Linking CXX static library ../../../../lib/liblldbHost.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/cmake -P CMakeFiles/lldbHost.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Host && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbHost.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbHost.a  CMakeFiles/lldbHost.dir/common/File.cpp.o CMakeFiles/lldbHost.dir/common/FileCache.cpp.o CMakeFiles/lldbHost.dir/common/FileSystem.cpp.o CMakeFiles/lldbHost.dir/common/GetOptInc.cpp.o CMakeFiles/lldbHost.dir/common/Host.cpp.o CMakeFiles/lldbHost.dir/common/HostInfoBase.cpp.o CMakeFiles/lldbHost.dir/common/HostNativeThreadBase.cpp.o CMakeFiles/lldbHost.dir/common/HostProcess.cpp.o CMakeFiles/lldbHost.dir/common/HostThread.cpp.o CMakeFiles/lldbHost.dir/common/LockFileBase.cpp.o CMakeFiles/lldbHost.dir/common/MainLoop.cpp.o CMakeFiles/lldbHost.dir/common/MonitoringProcessLauncher.cpp.o CMakeFiles/lldbHost.dir/common/NativeBreakpoint.cpp.o CMakeFiles/lldbHost.dir/common/NativeBreakpointList.cpp.o CMakeFiles/lldbHost.dir/common/NativeWatchpointList.cpp.o CMakeFiles/lldbHost.dir/common/NativeProcessProtocol.cpp.o CMakeFiles/lldbHost.dir/common/NativeRegisterContext.cpp.o CMakeFiles/lldbHost.dir/common/NativeThreadProtocol.cpp.o CMakeFiles/lldbHost.dir/common/OptionParser.cpp.o CMakeFiles/lldbHost.dir/common/PipeBase.cpp.o CMakeFiles/lldbHost.dir/common/ProcessRunLock.cpp.o CMakeFiles/lldbHost.dir/common/PseudoTerminal.cpp.o CMakeFiles/lldbHost.dir/common/Socket.cpp.o CMakeFiles/lldbHost.dir/common/SocketAddress.cpp.o CMakeFiles/lldbHost.dir/common/SoftwareBreakpoint.cpp.o CMakeFiles/lldbHost.dir/common/StringConvert.cpp.o CMakeFiles/lldbHost.dir/common/Symbols.cpp.o CMakeFiles/lldbHost.dir/common/TCPSocket.cpp.o CMakeFiles/lldbHost.dir/common/Terminal.cpp.o CMakeFiles/lldbHost.dir/common/ThreadLauncher.cpp.o CMakeFiles/lldbHost.dir/common/XML.cpp.o CMakeFiles/lldbHost.dir/common/UDPSocket.cpp.o CMakeFiles/lldbHost.dir/common/Editline.cpp.o CMakeFiles/lldbHost.dir/posix/ConnectionFileDescriptorPosix.cpp.o CMakeFiles/lldbHost.dir/posix/DomainSocket.cpp.o CMakeFiles/lldbHost.dir/posix/FileSystem.cpp.o CMakeFiles/lldbHost.dir/posix/HostInfoPosix.cpp.o CMakeFiles/lldbHost.dir/posix/HostProcessPosix.cpp.o CMakeFiles/lldbHost.dir/posix/HostThreadPosix.cpp.o CMakeFiles/lldbHost.dir/posix/LockFilePosix.cpp.o CMakeFiles/lldbHost.dir/posix/PipePosix.cpp.o CMakeFiles/lldbHost.dir/posix/ProcessLauncherPosixFork.cpp.o CMakeFiles/lldbHost.dir/linux/AbstractSocket.cpp.o CMakeFiles/lldbHost.dir/linux/Host.cpp.o CMakeFiles/lldbHost.dir/linux/HostInfoLinux.cpp.o CMakeFiles/lldbHost.dir/linux/LibcGlue.cpp.o CMakeFiles/lldbHost.dir/linux/Support.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbHost.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Built target lldbHost
/usr/bin/make -f tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/build.make tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/depend.internal".
Scanning dependencies of target lldbPluginDynamicLoaderPosixDYLD
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/build.make tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Building CXX object tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/AuxVector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/AuxVector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectMemory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectMemory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectMemory.cpp
[ 39%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/UserExpression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/UserExpression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/UserExpression.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DYLDRendezvous.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DYLDRendezvous.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandHistory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/CommandHistory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/CommandHistory.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectRegister.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectRegister.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectRegister.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandInterpreter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/CommandInterpreter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/CommandInterpreter.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DynamicLoaderPOSIXDYLD.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DynamicLoaderPOSIXDYLD.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectSyntheticFilter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectSyntheticFilter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
[ 39%] Building CXX object tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/UtilityFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbExpression.dir/UtilityFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Expression/UtilityFunction.cpp
[ 39%] Linking CXX static library ../../../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD && /usr/bin/cmake -P CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a  CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/AuxVector.cpp.o CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DYLDRendezvous.cpp.o CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DynamicLoaderPOSIXDYLD.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Built target lldbPluginDynamicLoaderPosixDYLD
/usr/bin/make -f tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/build.make tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/depend.internal".
[ 39%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectVariable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbCore.dir/ValueObjectVariable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Core/ValueObjectVariable.cpp
Scanning dependencies of target lldbPluginExpressionParserClang
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/build.make tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ASTDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandObject.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/CommandObject.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/CommandObject.cpp
[ 39%] Linking CXX static library ../../../../lib/liblldbExpression.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/cmake -P CMakeFiles/lldbExpression.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Expression && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbExpression.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbExpression.a  CMakeFiles/lldbExpression.dir/DiagnosticManager.cpp.o CMakeFiles/lldbExpression.dir/DWARFExpression.cpp.o CMakeFiles/lldbExpression.dir/Expression.cpp.o CMakeFiles/lldbExpression.dir/ExpressionSourceCode.cpp.o CMakeFiles/lldbExpression.dir/ExpressionVariable.cpp.o CMakeFiles/lldbExpression.dir/FunctionCaller.cpp.o CMakeFiles/lldbExpression.dir/IRDynamicChecks.cpp.o CMakeFiles/lldbExpression.dir/IRExecutionUnit.cpp.o CMakeFiles/lldbExpression.dir/IRInterpreter.cpp.o CMakeFiles/lldbExpression.dir/IRMemoryMap.cpp.o CMakeFiles/lldbExpression.dir/LLVMUserExpression.cpp.o CMakeFiles/lldbExpression.dir/Materializer.cpp.o CMakeFiles/lldbExpression.dir/REPL.cpp.o CMakeFiles/lldbExpression.dir/UserExpression.cpp.o CMakeFiles/lldbExpression.dir/UtilityFunction.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbExpression.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Built target lldbExpression
/usr/bin/make -f tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/build.make tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Go /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/depend.internal".
Scanning dependencies of target lldbPluginExpressionParserGo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/build.make tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/GoLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Go -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserGo.dir/GoLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Go/GoLexer.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/GoParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Go -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserGo.dir/GoParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Go/GoParser.cpp
[ 39%] Linking CXX static library ../../../../lib/liblldbCore.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/cmake -P CMakeFiles/lldbCore.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Core && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbCore.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbCore.a  CMakeFiles/lldbCore.dir/Address.cpp.o CMakeFiles/lldbCore.dir/AddressRange.cpp.o CMakeFiles/lldbCore.dir/AddressResolver.cpp.o CMakeFiles/lldbCore.dir/AddressResolverFileLine.cpp.o CMakeFiles/lldbCore.dir/AddressResolverName.cpp.o CMakeFiles/lldbCore.dir/ArchSpec.cpp.o CMakeFiles/lldbCore.dir/Broadcaster.cpp.o CMakeFiles/lldbCore.dir/Communication.cpp.o CMakeFiles/lldbCore.dir/Debugger.cpp.o CMakeFiles/lldbCore.dir/Disassembler.cpp.o CMakeFiles/lldbCore.dir/DumpDataExtractor.cpp.o CMakeFiles/lldbCore.dir/DynamicLoader.cpp.o CMakeFiles/lldbCore.dir/EmulateInstruction.cpp.o CMakeFiles/lldbCore.dir/Event.cpp.o CMakeFiles/lldbCore.dir/FileLineResolver.cpp.o CMakeFiles/lldbCore.dir/FileSpecList.cpp.o CMakeFiles/lldbCore.dir/FormatEntity.cpp.o CMakeFiles/lldbCore.dir/IOHandler.cpp.o CMakeFiles/lldbCore.dir/Listener.cpp.o CMakeFiles/lldbCore.dir/Mangled.cpp.o CMakeFiles/lldbCore.dir/Module.cpp.o CMakeFiles/lldbCore.dir/ModuleChild.cpp.o CMakeFiles/lldbCore.dir/ModuleList.cpp.o CMakeFiles/lldbCore.dir/Opcode.cpp.o CMakeFiles/lldbCore.dir/PluginManager.cpp.o CMakeFiles/lldbCore.dir/RegisterValue.cpp.o CMakeFiles/lldbCore.dir/Scalar.cpp.o CMakeFiles/lldbCore.dir/SearchFilter.cpp.o CMakeFiles/lldbCore.dir/Section.cpp.o CMakeFiles/lldbCore.dir/SourceManager.cpp.o CMakeFiles/lldbCore.dir/State.cpp.o CMakeFiles/lldbCore.dir/StreamAsynchronousIO.cpp.o CMakeFiles/lldbCore.dir/StreamFile.cpp.o CMakeFiles/lldbCore.dir/UserSettingsController.cpp.o CMakeFiles/lldbCore.dir/Value.cpp.o CMakeFiles/lldbCore.dir/ValueObject.cpp.o CMakeFiles/lldbCore.dir/ValueObjectCast.cpp.o CMakeFiles/lldbCore.dir/ValueObjectChild.cpp.o CMakeFiles/lldbCore.dir/ValueObjectConstResult.cpp.o CMakeFiles/lldbCore.dir/ValueObjectConstResultCast.cpp.o CMakeFiles/lldbCore.dir/ValueObjectConstResultChild.cpp.o CMakeFiles/lldbCore.dir/ValueObjectConstResultImpl.cpp.o CMakeFiles/lldbCore.dir/ValueObjectDynamicValue.cpp.o CMakeFiles/lldbCore.dir/ValueObjectList.cpp.o CMakeFiles/lldbCore.dir/ValueObjectMemory.cpp.o CMakeFiles/lldbCore.dir/ValueObjectRegister.cpp.o CMakeFiles/lldbCore.dir/ValueObjectSyntheticFilter.cpp.o CMakeFiles/lldbCore.dir/ValueObjectVariable.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbCore.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Built target lldbCore
/usr/bin/make -f tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/build.make tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/depend.internal".
Scanning dependencies of target lldbPluginCPlusPlusLanguage
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/build.make tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/BlockPointer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/BlockPointer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Go/CMakeFiles/lldbPluginExpressionParserGo.dir/GoUserExpression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Go -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserGo.dir/GoUserExpression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Go/GoUserExpression.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandObjectRegexCommand.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/CommandObjectRegexCommand.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTResultSynthesizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ASTResultSynthesizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandObjectScript.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/CommandObjectScript.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/CommandObjectScript.cpp
[ 39%] Linking CXX static library ../../../../../../lib/liblldbPluginExpressionParserGo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go && /usr/bin/cmake -P CMakeFiles/lldbPluginExpressionParserGo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Go && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginExpressionParserGo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginExpressionParserGo.a  CMakeFiles/lldbPluginExpressionParserGo.dir/GoLexer.cpp.o CMakeFiles/lldbPluginExpressionParserGo.dir/GoParser.cpp.o CMakeFiles/lldbPluginExpressionParserGo.dir/GoUserExpression.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginExpressionParserGo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Built target lldbPluginExpressionParserGo
/usr/bin/make -f tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/build.make tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/depend.internal".
Scanning dependencies of target lldbPluginObjCLanguage
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/build.make tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/ObjCLanguage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/ObjCLanguage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusLanguage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusLanguage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandOptionValidators.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/CommandOptionValidators.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/CommandOptionValidators.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandReturnObject.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/CommandReturnObject.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/CommandReturnObject.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTStructExtractor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ASTStructExtractor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusNameParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusNameParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupArchitecture.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupArchitecture.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupArchitecture.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupBoolean.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupBoolean.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupBoolean.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CxxStringTypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CxxStringTypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupFile.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/CF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/CF.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupFormat.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupFormat.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupFormat.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupOutputFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupOutputFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupOutputFile.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTSource.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTSource.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupPlatform.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupPlatform.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/Cocoa.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/Cocoa.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupString.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupUInt64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupUInt64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupUInt64.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupUUID.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupUUID.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupUUID.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupValueObjectDisplay.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupValueObjectDisplay.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxAtomic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxAtomic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxInitializerList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxInitializerList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CoreMedia.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/CoreMedia.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValue.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionDeclMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionDeclMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueArch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueArch.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSArray.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/NSArray.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArgs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueArgs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueArgs.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArray.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueArray.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueArray.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueBoolean.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueBoolean.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueBoolean.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSDictionary.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/NSDictionary.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueChar.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueChar.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueChar.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueDictionary.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueDictionary.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueDictionary.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueEnumeration.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueEnumeration.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxUnorderedMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxUnorderedMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileSpec.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueFileSpec.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSError.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/NSError.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileSpecLIst.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueFileSpecLIst.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueFileSpecLIst.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFormat.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueFormat.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueFormat.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFormatEntity.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueFormatEntity.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionVariable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionVariable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSException.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/NSException.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/NSException.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcpp.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcpp.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueLanguage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueLanguage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueLanguage.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangFunctionCaller.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangFunctionCaller.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValuePathMappings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValuePathMappings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppTuple.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppTuple.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
[ 39%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueProperties.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueProperties.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueProperties.cpp
[ 39%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSIndexPath.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/NSIndexPath.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
[ 40%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueRegex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueRegex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueRegex.cpp
[ 40%] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppUniquePointer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppUniquePointer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
[ 40%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueSInt64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueSInt64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueSInt64.cpp
[ 40%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueString.cpp
[ 40%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueUInt64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueUInt64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueUInt64.cpp
[ 40%] Linking CXX static library ../../../../../../lib/liblldbPluginCPlusPlusLanguage.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/cmake -P CMakeFiles/lldbPluginCPlusPlusLanguage.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/CPlusPlus && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginCPlusPlusLanguage.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginCPlusPlusLanguage.a  CMakeFiles/lldbPluginCPlusPlusLanguage.dir/BlockPointer.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusLanguage.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusNameParser.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CxxStringTypes.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxAtomic.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxInitializerList.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxList.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxMap.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxUnorderedMap.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVector.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcpp.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppTuple.cpp.o CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppUniquePointer.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginCPlusPlusLanguage.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 40%] Built target lldbPluginCPlusPlusLanguage
/usr/bin/make -f tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/build.make tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/depend.internal".
Scanning dependencies of target lldbPluginAppleObjCRuntime
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/build.make tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 40%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
[ 40%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueUUID.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionValueUUID.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionValueUUID.cpp
[ 40%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSSet.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/NSSet.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
[ 40%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
[ 40%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupVariable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupVariable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupVariable.cpp
[ 40%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV1.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV1.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
[ 40%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupWatchpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/OptionGroupWatchpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/OptionGroupWatchpoint.cpp
[ 40%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Options.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/Options.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/Options.cpp
[ 40%] Building CXX object tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCLanguage.dir/NSString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
[ 40%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Property.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/Property.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/Property.cpp
[ 40%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV2.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV2.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
[ 40%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangPersistentVariables.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangPersistentVariables.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
[ 40%] Linking CXX static library ../../../../../../lib/liblldbPluginObjCLanguage.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/cmake -P CMakeFiles/lldbPluginObjCLanguage.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjC && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginObjCLanguage.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginObjCLanguage.a  CMakeFiles/lldbPluginObjCLanguage.dir/ObjCLanguage.cpp.o CMakeFiles/lldbPluginObjCLanguage.dir/CF.cpp.o CMakeFiles/lldbPluginObjCLanguage.dir/Cocoa.cpp.o CMakeFiles/lldbPluginObjCLanguage.dir/CoreMedia.cpp.o CMakeFiles/lldbPluginObjCLanguage.dir/NSArray.cpp.o CMakeFiles/lldbPluginObjCLanguage.dir/NSDictionary.cpp.o CMakeFiles/lldbPluginObjCLanguage.dir/NSError.cpp.o CMakeFiles/lldbPluginObjCLanguage.dir/NSException.cpp.o CMakeFiles/lldbPluginObjCLanguage.dir/NSIndexPath.cpp.o CMakeFiles/lldbPluginObjCLanguage.dir/NSSet.cpp.o CMakeFiles/lldbPluginObjCLanguage.dir/NSString.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginObjCLanguage.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 40%] Built target lldbPluginObjCLanguage
/usr/bin/make -f tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/build.make tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/depend.internal".
Scanning dependencies of target lldbPluginObjectContainerBSDArchive
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/build.make tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 40%] Building CXX object tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/ObjectContainerBSDArchive.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/ObjectContainerBSDArchive.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
[ 40%] Building CXX object tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/ScriptInterpreter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInterpreter.dir/ScriptInterpreter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Interpreter/ScriptInterpreter.cpp
[ 40%] Linking CXX static library ../../../../../../lib/liblldbPluginObjectContainerBSDArchive.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive && /usr/bin/cmake -P CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginObjectContainerBSDArchive.a  CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/ObjectContainerBSDArchive.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginObjectContainerBSDArchive.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 40%] Built target lldbPluginObjectContainerBSDArchive
/usr/bin/make -f tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/build.make tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/ELF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/depend.internal".
Scanning dependencies of target lldbPluginObjectFileELF
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/build.make tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 40%] Building CXX object tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/ELFHeader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/ELF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjectFileELF.dir/ELFHeader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
[ 40%] Building CXX object tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/ObjectFileELF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/ELF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjectFileELF.dir/ObjectFileELF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
[ 40%] Linking CXX static library ../../../../lib/liblldbInterpreter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/cmake -P CMakeFiles/lldbInterpreter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Interpreter && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbInterpreter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbInterpreter.a  CMakeFiles/lldbInterpreter.dir/Args.cpp.o CMakeFiles/lldbInterpreter.dir/CommandAlias.cpp.o CMakeFiles/lldbInterpreter.dir/CommandHistory.cpp.o CMakeFiles/lldbInterpreter.dir/CommandInterpreter.cpp.o CMakeFiles/lldbInterpreter.dir/CommandObject.cpp.o CMakeFiles/lldbInterpreter.dir/CommandObjectRegexCommand.cpp.o CMakeFiles/lldbInterpreter.dir/CommandObjectScript.cpp.o CMakeFiles/lldbInterpreter.dir/CommandOptionValidators.cpp.o CMakeFiles/lldbInterpreter.dir/CommandReturnObject.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupArchitecture.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupBoolean.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupFile.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupFormat.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupOutputFile.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupPlatform.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupString.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupUInt64.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupUUID.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupValueObjectDisplay.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValue.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueArch.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueArgs.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueArray.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueBoolean.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueChar.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueDictionary.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueEnumeration.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueFileSpec.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueFileSpecLIst.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueFormat.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueFormatEntity.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueLanguage.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValuePathMappings.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueProperties.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueRegex.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueSInt64.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueString.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueUInt64.cpp.o CMakeFiles/lldbInterpreter.dir/OptionValueUUID.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupVariable.cpp.o CMakeFiles/lldbInterpreter.dir/OptionGroupWatchpoint.cpp.o CMakeFiles/lldbInterpreter.dir/Options.cpp.o CMakeFiles/lldbInterpreter.dir/Property.cpp.o CMakeFiles/lldbInterpreter.dir/ScriptInterpreter.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbInterpreter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 40%] Built target lldbInterpreter
/usr/bin/make -f tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/build.make tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/JIT /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/JIT /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/depend.internal".
Scanning dependencies of target lldbPluginObjectFileJIT
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/build.make tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 40%] Building CXX object tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/ObjectFileJIT.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/JIT && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/JIT -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/JIT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjectFileJIT.dir/ObjectFileJIT.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
[ 40%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUserExpression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUserExpression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
[ 40%] Linking CXX static library ../../../../../../lib/liblldbPluginObjectFileJIT.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/JIT && /usr/bin/cmake -P CMakeFiles/lldbPluginObjectFileJIT.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/JIT && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginObjectFileJIT.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginObjectFileJIT.a  CMakeFiles/lldbPluginObjectFileJIT.dir/ObjectFileJIT.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginObjectFileJIT.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 40%] Built target lldbPluginObjectFileJIT
/usr/bin/make -f tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/build.make tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/depend.internal".
Scanning dependencies of target lldbPluginProcessUtility
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/build.make tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 40%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/DynamicRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/DynamicRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
[ 40%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTrampolineHandler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTrampolineHandler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
[ 41%] Linking CXX static library ../../../../../../lib/liblldbPluginObjectFileELF.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF && /usr/bin/cmake -P CMakeFiles/lldbPluginObjectFileELF.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/ELF && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginObjectFileELF.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginObjectFileELF.a  CMakeFiles/lldbPluginObjectFileELF.dir/ELFHeader.cpp.o CMakeFiles/lldbPluginObjectFileELF.dir/ObjectFileELF.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginObjectFileELF.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Built target lldbPluginObjectFileELF
/usr/bin/make -f tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/build.make tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/depend.internal".
Scanning dependencies of target lldbPluginProcessElfCore
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/build.make tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ProcessElfCore.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessElfCore.dir/ProcessElfCore.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/FreeBSDSignals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/FreeBSDSignals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ThreadElfCore.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessElfCore.dir/ThreadElfCore.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/GDBRemoteSignals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/GDBRemoteSignals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/HistoryThread.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/HistoryThread.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtilityFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtilityFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp: In member function 'virtual lldb::RegisterContextSP ThreadElfCore::CreateRegisterContextForFrame(lldb_private::StackFrame*)':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp:223:65: warning: 'new' of type 'RegisterContextCorePOSIX_x86_64' with extended alignment 64 [-Waligned-new=]
           *this, reg_interface, m_gpregset_data, m_fpregset_data));
                                                                 ^
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp:223:65: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp:223:65: note: use '-faligned-new' to enable C++17 over-aligned new support
[ 41%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCDeclVendor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCDeclVendor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/HistoryUnwind.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/HistoryUnwind.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/InferiorCallPOSIX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/InferiorCallPOSIX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_mips64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_mips64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_powerpc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_powerpc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/IRForTarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginExpressionParserClang.dir/IRForTarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleThreadPlanStepThroughObjCTrampoline.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleThreadPlanStepThroughObjCTrampoline.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_s390x.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_s390x.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/LinuxSignals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/LinuxSignals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/MipsLinuxSignals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/MipsLinuxSignals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCClassDescriptorV2.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCClassDescriptorV2.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
[ 41%] Linking CXX static library ../../../../../../lib/liblldbPluginProcessElfCore.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core && /usr/bin/cmake -P CMakeFiles/lldbPluginProcessElfCore.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/elf-core && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginProcessElfCore.dir/link.txt --verbose=1
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp
/usr/bin/ar qc ../../../../../../lib/liblldbPluginProcessElfCore.a  CMakeFiles/lldbPluginProcessElfCore.dir/ProcessElfCore.cpp.o CMakeFiles/lldbPluginProcessElfCore.dir/ThreadElfCore.cpp.o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm.cpp.o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm64.cpp.o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_mips64.cpp.o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_powerpc.cpp.o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_s390x.cpp.o CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_x86_64.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginProcessElfCore.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Built target lldbPluginProcessElfCore
/usr/bin/make -f tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/build.make tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ScriptInterpreter/Python /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/depend.internal".
Scanning dependencies of target lldbPluginScriptInterpreterPython
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/build.make tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Building CXX object tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonDataObjects.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonDataObjects.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NetBSDSignals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/NetBSDSignals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_i386.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_i386.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonExceptionState.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonExceptionState.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDummy.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDummy.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTypeEncodingParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTypeEncodingParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptInterpreterPython.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptInterpreterPython.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
[ 41%] Linking CXX static library ../../../../../../lib/liblldbPluginExpressionParserClang.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/cmake -P CMakeFiles/lldbPluginExpressionParserClang.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ExpressionParser/Clang && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginExpressionParserClang.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginExpressionParserClang.a  CMakeFiles/lldbPluginExpressionParserClang.dir/ASTDumper.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ASTResultSynthesizer.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ASTStructExtractor.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTSource.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionDeclMap.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionParser.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionVariable.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangFunctionCaller.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangPersistentVariables.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUserExpression.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtilityFunction.cpp.o CMakeFiles/lldbPluginExpressionParserClang.dir/IRForTarget.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginExpressionParserClang.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Built target lldbPluginExpressionParserClang
/usr/bin/make -f tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/build.make tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/depend.internal".
Scanning dependencies of target lldbPluginSymbolFileDWARF
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/build.make tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DIERef.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DIERef.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_i386.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_i386.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_mips64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_mips64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAbbreviationDeclaration.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAbbreviationDeclaration.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_powerpc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_powerpc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserClang.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserClang.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
[ 41%] Linking CXX static library ../../../../../../../lib/liblldbPluginAppleObjCRuntime.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime && /usr/bin/cmake -P CMakeFiles/lldbPluginAppleObjCRuntime.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginAppleObjCRuntime.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../../lib/liblldbPluginAppleObjCRuntime.a  CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntime.cpp.o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV1.cpp.o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV2.cpp.o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTrampolineHandler.cpp.o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCDeclVendor.cpp.o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleThreadPlanStepThroughObjCTrampoline.cpp.o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCClassDescriptorV2.cpp.o CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTypeEncodingParser.cpp.o
/usr/bin/ranlib ../../../../../../../lib/liblldbPluginAppleObjCRuntime.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Built target lldbPluginAppleObjCRuntime
/usr/bin/make -f tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/build.make tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/PDB /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/depend.internal".
Scanning dependencies of target lldbPluginSymbolFilePDB
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/build.make tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextHistory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextHistory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBASTParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBASTParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
[ 41%] Linking CXX static library ../../../../../../lib/liblldbPluginScriptInterpreterPython.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python && /usr/bin/cmake -P CMakeFiles/lldbPluginScriptInterpreterPython.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginScriptInterpreterPython.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginScriptInterpreterPython.a  CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonDataObjects.cpp.o CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonExceptionState.cpp.o CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptInterpreterPython.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginScriptInterpreterPython.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Built target lldbPluginScriptInterpreterPython
/usr/bin/make -f tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/build.make tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/depend.internal".
Scanning dependencies of target lldbSymbol
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/build.make tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ArmUnwindInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/ArmUnwindInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/ArmUnwindInfo.cpp
[ 41%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Block.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/Block.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/Block.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_i386.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_i386.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
[ 41%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ClangASTContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/ClangASTContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/ClangASTContext.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_mips64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_mips64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_mips.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_mips.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_s390x.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_s390x.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/SymbolFilePDB.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFilePDB.dir/SymbolFilePDB.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLLDB.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLLDB.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserGo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserGo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMacOSXFrameBackchain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMacOSXFrameBackchain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_arm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_arm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_i386.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_i386.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMemory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMemory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserJava.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserJava.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_i386.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_i386.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserOCaml.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserOCaml.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
[ 41%] Linking CXX static library ../../../../../../lib/liblldbPluginSymbolFilePDB.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB && /usr/bin/cmake -P CMakeFiles/lldbPluginSymbolFilePDB.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/PDB && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginSymbolFilePDB.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginSymbolFilePDB.a  CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBASTParser.cpp.o CMakeFiles/lldbPluginSymbolFilePDB.dir/SymbolFilePDB.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginSymbolFilePDB.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Built target lldbPluginSymbolFilePDB
/usr/bin/make -f tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/build.make tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/depend.internal".
Scanning dependencies of target lldbTarget
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/build.make tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 41%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ABI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ABI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ABI.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAttribute.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAttribute.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
[ 41%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ClangASTImporter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/ClangASTImporter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/ClangASTImporter.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFCompileUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFCompileUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
[ 41%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/CPPLanguageRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/CPPLanguageRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/CPPLanguageRuntime.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_mips64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_mips64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDataExtractor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDataExtractor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
[ 41%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ExecutionContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ExecutionContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ExecutionContext.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAbbrev.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAbbrev.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_powerpc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_powerpc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAranges.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAranges.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
[ 41%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ClangExternalASTSourceCallbacks.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/ClangExternalASTSourceCallbacks.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
[ 41%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_s390x.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_s390x.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
[ 43%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/FileAction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/FileAction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/FileAction.cpp
[ 43%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugArangeSet.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugArangeSet.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
[ 43%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/JITLoader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/JITLoader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/JITLoader.cpp
[ 43%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ClangExternalASTSourceCommon.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/ClangExternalASTSourceCommon.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/ClangExternalASTSourceCommon.cpp
[ 43%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
[ 43%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_x86.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_x86.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
[ 43%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ClangUtil.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/ClangUtil.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/ClangUtil.cpp
[ 43%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/JITLoaderList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/JITLoaderList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/JITLoaderList.cpp
[ 43%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/InstrumentationRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/InstrumentationRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/InstrumentationRuntime.cpp
[ 43%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfoEntry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfoEntry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
[ 43%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextThreadMemory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextThreadMemory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
[ 43%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/InstrumentationRuntimeStopInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/InstrumentationRuntimeStopInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp
[ 43%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugLine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugLine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
[ 43%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
[ 43%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerDecl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/CompilerDecl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/CompilerDecl.cpp
[ 43%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Language.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/Language.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/Language.cpp
[ 43%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
[ 43%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerDeclContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/CompilerDeclContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/CompilerDeclContext.cpp
[ 43%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/StopInfoMachException.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/StopInfoMachException.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
[ 43%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerType.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/CompilerType.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/CompilerType.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacro.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacro.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacinfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacinfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/LanguageRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/LanguageRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/LanguageRuntime.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/ThreadMemory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/ThreadMemory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacinfoEntry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacinfoEntry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugPubnames.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugPubnames.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/UnwindLLDB.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/UnwindLLDB.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompileUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/CompileUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/CompileUnit.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Memory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/Memory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/Memory.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugPubnamesSet.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugPubnamesSet.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/UnwindMacOSXFrameBackchain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/../../../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessUtility.dir/UnwindMacOSXFrameBackchain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugRanges.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugRanges.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompactUnwindInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/CompactUnwindInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/CompactUnwindInfo.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/MemoryHistory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/MemoryHistory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/MemoryHistory.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDeclContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDeclContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ModuleCache.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ModuleCache.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ModuleCache.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDefines.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDefines.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
[ 44%] Linking CXX static library ../../../../../../lib/liblldbPluginProcessUtility.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/cmake -P CMakeFiles/lldbPluginProcessUtility.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Utility && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginProcessUtility.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginProcessUtility.a  CMakeFiles/lldbPluginProcessUtility.dir/DynamicRegisterInfo.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/FreeBSDSignals.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/GDBRemoteSignals.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/HistoryThread.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/HistoryUnwind.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/InferiorCallPOSIX.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/LinuxSignals.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/MipsLinuxSignals.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextRegisterInfo.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/NetBSDSignals.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_i386.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_x86_64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDummy.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_i386.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_mips64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_powerpc.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_x86_64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextHistory.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_i386.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_x86_64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_mips64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_mips.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_s390x.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLLDB.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMacOSXFrameBackchain.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_arm.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_i386.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_x86_64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMemory.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_x86_64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_i386.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_x86_64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_mips64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_powerpc.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_s390x.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_x86.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextThreadMemory.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm64.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/StopInfoMachException.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/ThreadMemory.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/UnwindLLDB.cpp.o CMakeFiles/lldbPluginProcessUtility.dir/UnwindMacOSXFrameBackchain.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginProcessUtility.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 44%] Built target lldbPluginProcessUtility
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDIE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDIE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDIECollection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDIECollection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ObjCLanguageRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ObjCLanguageRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ObjCLanguageRuntime.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFFormValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFFormValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DebugMacros.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/DebugMacros.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/DebugMacros.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/HashedNameToDIE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/HashedNameToDIE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Declaration.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/Declaration.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/Declaration.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/LogChannelDWARF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/LogChannelDWARF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DWARFCallFrameInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/DWARFCallFrameInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/NameToDIE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/NameToDIE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Function.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/Function.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/Function.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/FuncUnwinders.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/FuncUnwinders.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/FuncUnwinders.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/OperatingSystem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/OperatingSystem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/OperatingSystem.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/GoASTContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/GoASTContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/GoASTContext.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/PathMappingList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/PathMappingList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/PathMappingList.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/JavaASTContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/JavaASTContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/JavaASTContext.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Platform.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/Platform.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/Platform.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LineEntry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/LineEntry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/LineEntry.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LineTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/LineTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/LineTable.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/ObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/ObjectFile.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Process.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/Process.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/Process.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/OCamlASTContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/OCamlASTContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/OCamlASTContext.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDwo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDwo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Symbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/Symbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/Symbol.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDebugMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDebugMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
[ 44%] Building CXX object tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/UniqueDWARFASTType.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileDWARF.dir/UniqueDWARFASTType.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
/usr/bin/make -f tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/build.make tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/depend.internal".
Scanning dependencies of target lldbUtility
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/build.make tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Baton.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/Baton.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/Baton.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Connection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/Connection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/Connection.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ConstString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/ConstString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/ConstString.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/SymbolContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/SymbolContext.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataBufferHeap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/DataBufferHeap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/DataBufferHeap.cpp
[ 44%] Linking CXX static library ../../../../../../lib/liblldbPluginSymbolFileDWARF.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/cmake -P CMakeFiles/lldbPluginSymbolFileDWARF.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/DWARF && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginSymbolFileDWARF.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginSymbolFileDWARF.a  CMakeFiles/lldbPluginSymbolFileDWARF.dir/DIERef.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAbbreviationDeclaration.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserClang.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserGo.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserJava.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserOCaml.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAttribute.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFCompileUnit.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDataExtractor.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAbbrev.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAranges.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugArangeSet.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfo.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfoEntry.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugLine.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacro.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacinfo.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacinfoEntry.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugPubnames.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugPubnamesSet.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugRanges.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDeclContext.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDefines.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDIE.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDIECollection.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFFormValue.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/HashedNameToDIE.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/LogChannelDWARF.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/NameToDIE.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARF.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDwo.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDebugMap.cpp.o CMakeFiles/lldbPluginSymbolFileDWARF.dir/UniqueDWARFASTType.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginSymbolFileDWARF.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 44%] Built target lldbPluginSymbolFileDWARF
/usr/bin/make -f tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/build.make tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Initialization /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/depend.internal".
Scanning dependencies of target lldbInitialization
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/build.make tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 44%] Building CXX object tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemInitializerCommon.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Initialization -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInitialization.dir/SystemInitializerCommon.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Initialization/SystemInitializerCommon.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataBufferLLVM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/DataBufferLLVM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/DataBufferLLVM.cpp
[ 44%] Building CXX object tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemInitializer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Initialization -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInitialization.dir/SystemInitializer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Initialization/SystemInitializer.cpp
[ 44%] Building CXX object tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemLifetimeManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Initialization -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbInitialization.dir/SystemLifetimeManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Initialization/SystemLifetimeManager.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataEncoder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/DataEncoder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/DataEncoder.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataExtractor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/DataExtractor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/DataExtractor.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ProcessInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ProcessInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ProcessInfo.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/FastDemangle.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/FastDemangle.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/FastDemangle.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ProcessLaunchInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ProcessLaunchInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ProcessLaunchInfo.cpp
[ 44%] Linking CXX static library ../../../../lib/liblldbInitialization.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization && /usr/bin/cmake -P CMakeFiles/lldbInitialization.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Initialization && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbInitialization.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbInitialization.a  CMakeFiles/lldbInitialization.dir/SystemInitializerCommon.cpp.o CMakeFiles/lldbInitialization.dir/SystemInitializer.cpp.o CMakeFiles/lldbInitialization.dir/SystemLifetimeManager.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbInitialization.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 44%] Built target lldbInitialization
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-arm/CMakeFiles/lldbPluginABISysV_arm.dir/build.make tools/lldb/source/Plugins/ABI/SysV-arm/CMakeFiles/lldbPluginABISysV_arm.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-arm /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm/CMakeFiles/lldbPluginABISysV_arm.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm/CMakeFiles/lldbPluginABISysV_arm.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm/CMakeFiles/lldbPluginABISysV_arm.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm/CMakeFiles/lldbPluginABISysV_arm.dir/depend.internal".
Scanning dependencies of target lldbPluginABISysV_arm
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-arm/CMakeFiles/lldbPluginABISysV_arm.dir/build.make tools/lldb/source/Plugins/ABI/SysV-arm/CMakeFiles/lldbPluginABISysV_arm.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 44%] Building CXX object tools/lldb/source/Plugins/ABI/SysV-arm/CMakeFiles/lldbPluginABISysV_arm.dir/ABISysV_arm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-arm -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABISysV_arm.dir/ABISysV_arm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/FileSpec.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/FileSpec.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/FileSpec.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/SymbolFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/SymbolFile.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Queue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/Queue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/Queue.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/History.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/History.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/History.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolVendor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/SymbolVendor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/SymbolVendor.cpp
[ 44%] Linking CXX static library ../../../../../../lib/liblldbPluginABISysV_arm.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm && /usr/bin/cmake -P CMakeFiles/lldbPluginABISysV_arm.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABISysV_arm.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABISysV_arm.a  CMakeFiles/lldbPluginABISysV_arm.dir/ABISysV_arm.cpp.o
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/IOObject.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/IOObject.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/IOObject.cpp
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABISysV_arm.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 44%] Built target lldbPluginABISysV_arm
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/JSON.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/JSON.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/JSON.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/LLDBAssert.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/LLDBAssert.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/LLDBAssert.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/QueueItem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/QueueItem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/QueueItem.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Log.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/Log.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/Log.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Logging.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/Logging.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/Logging.cpp
[ 44%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Symtab.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/Symtab.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/Symtab.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/NameMatches.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/NameMatches.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/NameMatches.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Range.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/Range.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/Range.cpp
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-arm64/CMakeFiles/lldbPluginABISysV_arm64.dir/build.make tools/lldb/source/Plugins/ABI/SysV-arm64/CMakeFiles/lldbPluginABISysV_arm64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-arm64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/CMakeFiles/lldbPluginABISysV_arm64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/CMakeFiles/lldbPluginABISysV_arm64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/CMakeFiles/lldbPluginABISysV_arm64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/CMakeFiles/lldbPluginABISysV_arm64.dir/depend.internal".
Scanning dependencies of target lldbPluginABISysV_arm64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-arm64/CMakeFiles/lldbPluginABISysV_arm64.dir/build.make tools/lldb/source/Plugins/ABI/SysV-arm64/CMakeFiles/lldbPluginABISysV_arm64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 44%] Building CXX object tools/lldb/source/Plugins/ABI/SysV-arm64/CMakeFiles/lldbPluginABISysV_arm64.dir/ABISysV_arm64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm64 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm64 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-arm64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABISysV_arm64.dir/ABISysV_arm64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/RegularExpression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/RegularExpression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/RegularExpression.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/QueueList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/QueueList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/QueueList.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/SelectHelper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/SelectHelper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/SelectHelper.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/SharingPtr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/SharingPtr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/SharingPtr.cpp
[ 44%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Status.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/Status.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/Status.cpp
[ 44%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/RegisterContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/RegisterContext.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Stream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/Stream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/Stream.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABISysV_arm64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm64 && /usr/bin/cmake -P CMakeFiles/lldbPluginABISysV_arm64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-arm64 && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABISysV_arm64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABISysV_arm64.a  CMakeFiles/lldbPluginABISysV_arm64.dir/ABISysV_arm64.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABISysV_arm64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABISysV_arm64
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-hexagon/CMakeFiles/lldbPluginABISysV_hexagon.dir/build.make tools/lldb/source/Plugins/ABI/SysV-hexagon/CMakeFiles/lldbPluginABISysV_hexagon.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-hexagon /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/CMakeFiles/lldbPluginABISysV_hexagon.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/CMakeFiles/lldbPluginABISysV_hexagon.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/CMakeFiles/lldbPluginABISysV_hexagon.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/CMakeFiles/lldbPluginABISysV_hexagon.dir/depend.internal".
Scanning dependencies of target lldbPluginABISysV_hexagon
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-hexagon/CMakeFiles/lldbPluginABISysV_hexagon.dir/build.make tools/lldb/source/Plugins/ABI/SysV-hexagon/CMakeFiles/lldbPluginABISysV_hexagon.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/SysV-hexagon/CMakeFiles/lldbPluginABISysV_hexagon.dir/ABISysV_hexagon.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABISysV_hexagon.dir/ABISysV_hexagon.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
[ 45%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Type.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/Type.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/Type.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamCallback.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/StreamCallback.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StreamCallback.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamGDBRemote.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/StreamGDBRemote.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StreamGDBRemote.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/StreamString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StreamString.cpp
[ 45%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterNumber.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/RegisterNumber.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/RegisterNumber.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringExtractor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/StringExtractor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StringExtractor.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringExtractorGDBRemote.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/StringExtractorGDBRemote.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABISysV_hexagon.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon && /usr/bin/cmake -P CMakeFiles/lldbPluginABISysV_hexagon.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABISysV_hexagon.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABISysV_hexagon.a  CMakeFiles/lldbPluginABISysV_hexagon.dir/ABISysV_hexagon.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABISysV_hexagon.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABISysV_hexagon
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-ppc/CMakeFiles/lldbPluginABISysV_ppc.dir/build.make tools/lldb/source/Plugins/ABI/SysV-ppc/CMakeFiles/lldbPluginABISysV_ppc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-ppc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/CMakeFiles/lldbPluginABISysV_ppc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/CMakeFiles/lldbPluginABISysV_ppc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/CMakeFiles/lldbPluginABISysV_ppc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/CMakeFiles/lldbPluginABISysV_ppc.dir/depend.internal".
Scanning dependencies of target lldbPluginABISysV_ppc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-ppc/CMakeFiles/lldbPluginABISysV_ppc.dir/build.make tools/lldb/source/Plugins/ABI/SysV-ppc/CMakeFiles/lldbPluginABISysV_ppc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/SysV-ppc/CMakeFiles/lldbPluginABISysV_ppc.dir/ABISysV_ppc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-ppc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABISysV_ppc.dir/ABISysV_ppc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp: In member function 'StringExtractorGDBRemote::ServerPacketType StringExtractorGDBRemote::GetServerPacketType() const':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp:104:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (PACKET_STARTS_WITH("QPassSignals:"))
       ^~
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StringExtractorGDBRemote.cpp:107:5: note: here
     case 'S':
     ^~~~
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 45%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SectionLoadHistory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/SectionLoadHistory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/SectionLoadHistory.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/StringLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StringLexer.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/StringList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StringList.cpp
[ 45%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SectionLoadList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/SectionLoadList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/SectionLoadList.cpp
[ 45%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/TypeList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/TypeList.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StructuredData.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/StructuredData.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/StructuredData.cpp
[ 45%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/TypeMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/TypeMap.cpp
[ 45%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrame.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/StackFrame.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/StackFrame.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TaskPool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/TaskPool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/TaskPool.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABISysV_ppc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc && /usr/bin/cmake -P CMakeFiles/lldbPluginABISysV_ppc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABISysV_ppc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABISysV_ppc.a  CMakeFiles/lldbPluginABISysV_ppc.dir/ABISysV_ppc.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABISysV_ppc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABISysV_ppc
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-ppc64/CMakeFiles/lldbPluginABISysV_ppc64.dir/build.make tools/lldb/source/Plugins/ABI/SysV-ppc64/CMakeFiles/lldbPluginABISysV_ppc64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-ppc64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/CMakeFiles/lldbPluginABISysV_ppc64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/CMakeFiles/lldbPluginABISysV_ppc64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/CMakeFiles/lldbPluginABISysV_ppc64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/CMakeFiles/lldbPluginABISysV_ppc64.dir/depend.internal".
Scanning dependencies of target lldbPluginABISysV_ppc64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-ppc64/CMakeFiles/lldbPluginABISysV_ppc64.dir/build.make tools/lldb/source/Plugins/ABI/SysV-ppc64/CMakeFiles/lldbPluginABISysV_ppc64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/SysV-ppc64/CMakeFiles/lldbPluginABISysV_ppc64.dir/ABISysV_ppc64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-ppc64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABISysV_ppc64.dir/ABISysV_ppc64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TildeExpressionResolver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/TildeExpressionResolver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/TildeExpressionResolver.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Timer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/Timer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/Timer.cpp
[ 45%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeSystem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/TypeSystem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/TypeSystem.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UserID.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/UserID.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/UserID.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABISysV_ppc64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64 && /usr/bin/cmake -P CMakeFiles/lldbPluginABISysV_ppc64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64 && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABISysV_ppc64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABISysV_ppc64.a  CMakeFiles/lldbPluginABISysV_ppc64.dir/ABISysV_ppc64.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABISysV_ppc64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABISysV_ppc64
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-mips/CMakeFiles/lldbPluginABISysV_mips.dir/build.make tools/lldb/source/Plugins/ABI/SysV-mips/CMakeFiles/lldbPluginABISysV_mips.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-mips /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips/CMakeFiles/lldbPluginABISysV_mips.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips/CMakeFiles/lldbPluginABISysV_mips.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips/CMakeFiles/lldbPluginABISysV_mips.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips/CMakeFiles/lldbPluginABISysV_mips.dir/depend.internal".
Scanning dependencies of target lldbPluginABISysV_mips
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-mips/CMakeFiles/lldbPluginABISysV_mips.dir/build.make tools/lldb/source/Plugins/ABI/SysV-mips/CMakeFiles/lldbPluginABISysV_mips.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/SysV-mips/CMakeFiles/lldbPluginABISysV_mips.dir/ABISysV_mips.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABISysV_mips.dir/ABISysV_mips.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UriParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/UriParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/UriParser.cpp
[ 45%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/UnwindPlan.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/UnwindPlan.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/UnwindPlan.cpp
[ 45%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrameList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/StackFrameList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/StackFrameList.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UUID.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/UUID.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/UUID.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/VASprintf.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/VASprintf.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/VASprintf.cpp
[ 45%] Building CXX object tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/VMRange.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbUtility.dir/VMRange.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Utility/VMRange.cpp
[ 45%] Linking CXX static library ../../../../lib/liblldbUtility.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/cmake -P CMakeFiles/lldbUtility.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Utility && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbUtility.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbUtility.a  CMakeFiles/lldbUtility.dir/Baton.cpp.o CMakeFiles/lldbUtility.dir/Connection.cpp.o CMakeFiles/lldbUtility.dir/ConstString.cpp.o CMakeFiles/lldbUtility.dir/DataBufferHeap.cpp.o CMakeFiles/lldbUtility.dir/DataBufferLLVM.cpp.o CMakeFiles/lldbUtility.dir/DataEncoder.cpp.o CMakeFiles/lldbUtility.dir/DataExtractor.cpp.o CMakeFiles/lldbUtility.dir/FastDemangle.cpp.o CMakeFiles/lldbUtility.dir/FileSpec.cpp.o CMakeFiles/lldbUtility.dir/History.cpp.o CMakeFiles/lldbUtility.dir/IOObject.cpp.o CMakeFiles/lldbUtility.dir/JSON.cpp.o CMakeFiles/lldbUtility.dir/LLDBAssert.cpp.o CMakeFiles/lldbUtility.dir/Log.cpp.o CMakeFiles/lldbUtility.dir/Logging.cpp.o CMakeFiles/lldbUtility.dir/NameMatches.cpp.o CMakeFiles/lldbUtility.dir/Range.cpp.o CMakeFiles/lldbUtility.dir/RegularExpression.cpp.o CMakeFiles/lldbUtility.dir/SelectHelper.cpp.o CMakeFiles/lldbUtility.dir/SharingPtr.cpp.o CMakeFiles/lldbUtility.dir/Status.cpp.o CMakeFiles/lldbUtility.dir/Stream.cpp.o CMakeFiles/lldbUtility.dir/StreamCallback.cpp.o CMakeFiles/lldbUtility.dir/StreamGDBRemote.cpp.o CMakeFiles/lldbUtility.dir/StreamString.cpp.o CMakeFiles/lldbUtility.dir/StringExtractor.cpp.o CMakeFiles/lldbUtility.dir/StringExtractorGDBRemote.cpp.o CMakeFiles/lldbUtility.dir/StringLexer.cpp.o CMakeFiles/lldbUtility.dir/StringList.cpp.o CMakeFiles/lldbUtility.dir/StructuredData.cpp.o CMakeFiles/lldbUtility.dir/TaskPool.cpp.o CMakeFiles/lldbUtility.dir/TildeExpressionResolver.cpp.o CMakeFiles/lldbUtility.dir/Timer.cpp.o CMakeFiles/lldbUtility.dir/UserID.cpp.o CMakeFiles/lldbUtility.dir/UriParser.cpp.o CMakeFiles/lldbUtility.dir/UUID.cpp.o CMakeFiles/lldbUtility.dir/VASprintf.cpp.o CMakeFiles/lldbUtility.dir/VMRange.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbUtility.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbUtility
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-mips64/CMakeFiles/lldbPluginABISysV_mips64.dir/build.make tools/lldb/source/Plugins/ABI/SysV-mips64/CMakeFiles/lldbPluginABISysV_mips64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-mips64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/CMakeFiles/lldbPluginABISysV_mips64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/CMakeFiles/lldbPluginABISysV_mips64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/CMakeFiles/lldbPluginABISysV_mips64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/CMakeFiles/lldbPluginABISysV_mips64.dir/depend.internal".
Scanning dependencies of target lldbPluginABISysV_mips64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-mips64/CMakeFiles/lldbPluginABISysV_mips64.dir/build.make tools/lldb/source/Plugins/ABI/SysV-mips64/CMakeFiles/lldbPluginABISysV_mips64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/SysV-mips64/CMakeFiles/lldbPluginABISysV_mips64.dir/ABISysV_mips64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips64 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips64 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-mips64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABISysV_mips64.dir/ABISysV_mips64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
[ 45%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/UnwindTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/UnwindTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/UnwindTable.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABISysV_mips.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips && /usr/bin/cmake -P CMakeFiles/lldbPluginABISysV_mips.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABISysV_mips.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABISysV_mips.a  CMakeFiles/lldbPluginABISysV_mips.dir/ABISysV_mips.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABISysV_mips.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABISysV_mips
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-s390x/CMakeFiles/lldbPluginABISysV_s390x.dir/build.make tools/lldb/source/Plugins/ABI/SysV-s390x/CMakeFiles/lldbPluginABISysV_s390x.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-s390x /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-s390x /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/CMakeFiles/lldbPluginABISysV_s390x.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/CMakeFiles/lldbPluginABISysV_s390x.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/CMakeFiles/lldbPluginABISysV_s390x.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/CMakeFiles/lldbPluginABISysV_s390x.dir/depend.internal".
Scanning dependencies of target lldbPluginABISysV_s390x
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-s390x/CMakeFiles/lldbPluginABISysV_s390x.dir/build.make tools/lldb/source/Plugins/ABI/SysV-s390x/CMakeFiles/lldbPluginABISysV_s390x.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/SysV-s390x/CMakeFiles/lldbPluginABISysV_s390x.dir/ABISysV_s390x.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-s390x && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-s390x -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-s390x -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABISysV_s390x.dir/ABISysV_s390x.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
[ 45%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackID.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/StackID.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/StackID.cpp
[ 45%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Variable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/Variable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/Variable.cpp
[ 45%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StopInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/StopInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/StopInfo.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABISysV_mips64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips64 && /usr/bin/cmake -P CMakeFiles/lldbPluginABISysV_mips64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-mips64 && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABISysV_mips64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABISysV_mips64.a  CMakeFiles/lldbPluginABISysV_mips64.dir/ABISysV_mips64.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABISysV_mips64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABISysV_mips64
[ 45%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StructuredDataPlugin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/StructuredDataPlugin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/StructuredDataPlugin.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABISysV_s390x.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-s390x && /usr/bin/cmake -P CMakeFiles/lldbPluginABISysV_s390x.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-s390x && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABISysV_s390x.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABISysV_s390x.a  CMakeFiles/lldbPluginABISysV_s390x.dir/ABISysV_s390x.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABISysV_s390x.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABISysV_s390x
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-i386/CMakeFiles/lldbPluginABISysV_i386.dir/build.make tools/lldb/source/Plugins/ABI/SysV-i386/CMakeFiles/lldbPluginABISysV_i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-i386 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-i386 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-i386/CMakeFiles/lldbPluginABISysV_i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-i386/CMakeFiles/lldbPluginABISysV_i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-i386/CMakeFiles/lldbPluginABISysV_i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-i386/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-i386/CMakeFiles/lldbPluginABISysV_i386.dir/depend.internal".
Scanning dependencies of target lldbPluginABISysV_i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-i386/CMakeFiles/lldbPluginABISysV_i386.dir/build.make tools/lldb/source/Plugins/ABI/SysV-i386/CMakeFiles/lldbPluginABISysV_i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/SysV-i386/CMakeFiles/lldbPluginABISysV_i386.dir/ABISysV_i386.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-i386 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-i386 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-i386 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABISysV_i386.dir/ABISysV_i386.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
[ 45%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/VariableList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/VariableList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/VariableList.cpp
[ 45%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SystemRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/SystemRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/SystemRuntime.cpp
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-x86_64/CMakeFiles/lldbPluginABISysV_x86_64.dir/build.make tools/lldb/source/Plugins/ABI/SysV-x86_64/CMakeFiles/lldbPluginABISysV_x86_64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-x86_64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/CMakeFiles/lldbPluginABISysV_x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/CMakeFiles/lldbPluginABISysV_x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/CMakeFiles/lldbPluginABISysV_x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/CMakeFiles/lldbPluginABISysV_x86_64.dir/depend.internal".
Scanning dependencies of target lldbPluginABISysV_x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/SysV-x86_64/CMakeFiles/lldbPluginABISysV_x86_64.dir/build.make tools/lldb/source/Plugins/ABI/SysV-x86_64/CMakeFiles/lldbPluginABISysV_x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/SysV-x86_64/CMakeFiles/lldbPluginABISysV_x86_64.dir/ABISysV_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-x86_64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABISysV_x86_64.dir/ABISysV_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
[ 45%] Building CXX object tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/VerifyDecl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbSymbol.dir/VerifyDecl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Symbol/VerifyDecl.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABISysV_i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-i386 && /usr/bin/cmake -P CMakeFiles/lldbPluginABISysV_i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-i386 && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABISysV_i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABISysV_i386.a  CMakeFiles/lldbPluginABISysV_i386.dir/ABISysV_i386.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABISysV_i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABISysV_i386
/usr/bin/make -f tools/lldb/source/Plugins/ABI/MacOSX-i386/CMakeFiles/lldbPluginABIMacOSX_i386.dir/build.make tools/lldb/source/Plugins/ABI/MacOSX-i386/CMakeFiles/lldbPluginABIMacOSX_i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/MacOSX-i386 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/CMakeFiles/lldbPluginABIMacOSX_i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/CMakeFiles/lldbPluginABIMacOSX_i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/CMakeFiles/lldbPluginABIMacOSX_i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/CMakeFiles/lldbPluginABIMacOSX_i386.dir/depend.internal".
Scanning dependencies of target lldbPluginABIMacOSX_i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/MacOSX-i386/CMakeFiles/lldbPluginABIMacOSX_i386.dir/build.make tools/lldb/source/Plugins/ABI/MacOSX-i386/CMakeFiles/lldbPluginABIMacOSX_i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/MacOSX-i386/CMakeFiles/lldbPluginABIMacOSX_i386.dir/ABIMacOSX_i386.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/MacOSX-i386 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABIMacOSX_i386.dir/ABIMacOSX_i386.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
[ 45%] Linking CXX static library ../../../../lib/liblldbSymbol.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/cmake -P CMakeFiles/lldbSymbol.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Symbol && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbSymbol.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbSymbol.a  CMakeFiles/lldbSymbol.dir/ArmUnwindInfo.cpp.o CMakeFiles/lldbSymbol.dir/Block.cpp.o CMakeFiles/lldbSymbol.dir/ClangASTContext.cpp.o CMakeFiles/lldbSymbol.dir/ClangASTImporter.cpp.o CMakeFiles/lldbSymbol.dir/ClangExternalASTSourceCallbacks.cpp.o CMakeFiles/lldbSymbol.dir/ClangExternalASTSourceCommon.cpp.o CMakeFiles/lldbSymbol.dir/ClangUtil.cpp.o CMakeFiles/lldbSymbol.dir/CompilerDecl.cpp.o CMakeFiles/lldbSymbol.dir/CompilerDeclContext.cpp.o CMakeFiles/lldbSymbol.dir/CompilerType.cpp.o CMakeFiles/lldbSymbol.dir/CompileUnit.cpp.o CMakeFiles/lldbSymbol.dir/CompactUnwindInfo.cpp.o CMakeFiles/lldbSymbol.dir/DebugMacros.cpp.o CMakeFiles/lldbSymbol.dir/Declaration.cpp.o CMakeFiles/lldbSymbol.dir/DWARFCallFrameInfo.cpp.o CMakeFiles/lldbSymbol.dir/Function.cpp.o CMakeFiles/lldbSymbol.dir/FuncUnwinders.cpp.o CMakeFiles/lldbSymbol.dir/GoASTContext.cpp.o CMakeFiles/lldbSymbol.dir/JavaASTContext.cpp.o CMakeFiles/lldbSymbol.dir/LineEntry.cpp.o CMakeFiles/lldbSymbol.dir/LineTable.cpp.o CMakeFiles/lldbSymbol.dir/ObjectFile.cpp.o CMakeFiles/lldbSymbol.dir/OCamlASTContext.cpp.o CMakeFiles/lldbSymbol.dir/Symbol.cpp.o CMakeFiles/lldbSymbol.dir/SymbolContext.cpp.o CMakeFiles/lldbSymbol.dir/SymbolFile.cpp.o CMakeFiles/lldbSymbol.dir/SymbolVendor.cpp.o CMakeFiles/lldbSymbol.dir/Symtab.cpp.o CMakeFiles/lldbSymbol.dir/Type.cpp.o CMakeFiles/lldbSymbol.dir/TypeList.cpp.o CMakeFiles/lldbSymbol.dir/TypeMap.cpp.o CMakeFiles/lldbSymbol.dir/TypeSystem.cpp.o CMakeFiles/lldbSymbol.dir/UnwindPlan.cpp.o CMakeFiles/lldbSymbol.dir/UnwindTable.cpp.o CMakeFiles/lldbSymbol.dir/Variable.cpp.o CMakeFiles/lldbSymbol.dir/VariableList.cpp.o CMakeFiles/lldbSymbol.dir/VerifyDecl.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbSymbol.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbSymbol
/usr/bin/make -f tools/lldb/source/Plugins/ABI/MacOSX-arm/CMakeFiles/lldbPluginABIMacOSX_arm.dir/build.make tools/lldb/source/Plugins/ABI/MacOSX-arm/CMakeFiles/lldbPluginABIMacOSX_arm.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/MacOSX-arm /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/CMakeFiles/lldbPluginABIMacOSX_arm.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/CMakeFiles/lldbPluginABIMacOSX_arm.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/CMakeFiles/lldbPluginABIMacOSX_arm.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/CMakeFiles/lldbPluginABIMacOSX_arm.dir/depend.internal".
Scanning dependencies of target lldbPluginABIMacOSX_arm
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/MacOSX-arm/CMakeFiles/lldbPluginABIMacOSX_arm.dir/build.make tools/lldb/source/Plugins/ABI/MacOSX-arm/CMakeFiles/lldbPluginABIMacOSX_arm.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/MacOSX-arm/CMakeFiles/lldbPluginABIMacOSX_arm.dir/ABIMacOSX_arm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/MacOSX-arm -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABIMacOSX_arm.dir/ABIMacOSX_arm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
[ 45%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Target.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/Target.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/Target.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABISysV_x86_64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64 && /usr/bin/cmake -P CMakeFiles/lldbPluginABISysV_x86_64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64 && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABISysV_x86_64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABISysV_x86_64.a  CMakeFiles/lldbPluginABISysV_x86_64.dir/ABISysV_x86_64.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABISysV_x86_64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABISysV_x86_64
/usr/bin/make -f tools/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeFiles/lldbPluginABIMacOSX_arm64.dir/build.make tools/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeFiles/lldbPluginABIMacOSX_arm64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/MacOSX-arm64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeFiles/lldbPluginABIMacOSX_arm64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeFiles/lldbPluginABIMacOSX_arm64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeFiles/lldbPluginABIMacOSX_arm64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeFiles/lldbPluginABIMacOSX_arm64.dir/depend.internal".
Scanning dependencies of target lldbPluginABIMacOSX_arm64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeFiles/lldbPluginABIMacOSX_arm64.dir/build.make tools/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeFiles/lldbPluginABIMacOSX_arm64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/ABI/MacOSX-arm64/CMakeFiles/lldbPluginABIMacOSX_arm64.dir/ABIMacOSX_arm64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/MacOSX-arm64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginABIMacOSX_arm64.dir/ABIMacOSX_arm64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABIMacOSX_i386.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386 && /usr/bin/cmake -P CMakeFiles/lldbPluginABIMacOSX_i386.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386 && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABIMacOSX_i386.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABIMacOSX_i386.a  CMakeFiles/lldbPluginABIMacOSX_i386.dir/ABIMacOSX_i386.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABIMacOSX_i386.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABIMacOSX_i386
/usr/bin/make -f tools/lldb/source/Plugins/Disassembler/llvm/CMakeFiles/lldbPluginDisassemblerLLVM.dir/build.make tools/lldb/source/Plugins/Disassembler/llvm/CMakeFiles/lldbPluginDisassemblerLLVM.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Disassembler/llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Disassembler/llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Disassembler/llvm/CMakeFiles/lldbPluginDisassemblerLLVM.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Disassembler/llvm/CMakeFiles/lldbPluginDisassemblerLLVM.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Disassembler/llvm/CMakeFiles/lldbPluginDisassemblerLLVM.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Disassembler/llvm/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Disassembler/llvm/CMakeFiles/lldbPluginDisassemblerLLVM.dir/depend.internal".
Scanning dependencies of target lldbPluginDisassemblerLLVM
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Disassembler/llvm/CMakeFiles/lldbPluginDisassemblerLLVM.dir/build.make tools/lldb/source/Plugins/Disassembler/llvm/CMakeFiles/lldbPluginDisassemblerLLVM.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/Disassembler/llvm/CMakeFiles/lldbPluginDisassemblerLLVM.dir/DisassemblerLLVMC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Disassembler/llvm && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Disassembler/llvm -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Disassembler/llvm -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDisassemblerLLVM.dir/DisassemblerLLVMC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABIMacOSX_arm.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm && /usr/bin/cmake -P CMakeFiles/lldbPluginABIMacOSX_arm.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABIMacOSX_arm.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABIMacOSX_arm.a  CMakeFiles/lldbPluginABIMacOSX_arm.dir/ABIMacOSX_arm.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABIMacOSX_arm.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABIMacOSX_arm
/usr/bin/make -f tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/build.make tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/depend.internal".
Scanning dependencies of target lldbPluginDynamicLoaderMacOSXDYLD
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/build.make tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOSXDYLD.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOSXDYLD.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginABIMacOSX_arm64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64 && /usr/bin/cmake -P CMakeFiles/lldbPluginABIMacOSX_arm64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64 && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginABIMacOSX_arm64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginABIMacOSX_arm64.a  CMakeFiles/lldbPluginABIMacOSX_arm64.dir/ABIMacOSX_arm64.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginABIMacOSX_arm64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginABIMacOSX_arm64
/usr/bin/make -f tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/build.make tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Static /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Static /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/depend.internal".
Scanning dependencies of target lldbPluginDynamicLoaderStatic
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/build.make tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/DynamicLoaderStatic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Static && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Static -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Static -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDynamicLoaderStatic.dir/DynamicLoaderStatic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
[ 45%] Linking CXX static library ../../../../../../lib/liblldbPluginDisassemblerLLVM.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Disassembler/llvm && /usr/bin/cmake -P CMakeFiles/lldbPluginDisassemblerLLVM.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Disassembler/llvm && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginDisassemblerLLVM.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginDisassemblerLLVM.a  CMakeFiles/lldbPluginDisassemblerLLVM.dir/DisassemblerLLVMC.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginDisassemblerLLVM.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target lldbPluginDisassemblerLLVM
/usr/bin/make -f tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/build.make tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/depend.internal".
Scanning dependencies of target lldbPluginDynamicLoaderHexagonDYLD
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/build.make tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Building CXX object tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/HexagonDYLDRendezvous.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/HexagonDYLDRendezvous.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginDynamicLoaderStatic.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Static && /usr/bin/cmake -P CMakeFiles/lldbPluginDynamicLoaderStatic.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Static && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginDynamicLoaderStatic.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginDynamicLoaderStatic.a  CMakeFiles/lldbPluginDynamicLoaderStatic.dir/DynamicLoaderStatic.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginDynamicLoaderStatic.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginDynamicLoaderStatic
/usr/bin/make -f tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/build.make tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/depend.internal".
Scanning dependencies of target lldbPluginDynamicLoaderWindowsDYLD
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/build.make tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/DynamicLoaderWindowsDYLD.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/DynamicLoaderWindowsDYLD.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOS.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOS.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/DynamicLoaderHexagonDYLD.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/DynamicLoaderHexagonDYLD.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginDynamicLoaderWindowsDYLD.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD && /usr/bin/cmake -P CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginDynamicLoaderWindowsDYLD.a  CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/DynamicLoaderWindowsDYLD.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginDynamicLoaderWindowsDYLD.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginDynamicLoaderWindowsDYLD
/usr/bin/make -f tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/build.make tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/ARM /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/depend.internal".
Scanning dependencies of target lldbPluginInstructionARM
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/build.make tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/EmulateInstructionARM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginInstructionARM.dir/EmulateInstructionARM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TargetList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/TargetList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/TargetList.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginDynamicLoaderHexagonDYLD.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD && /usr/bin/cmake -P CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginDynamicLoaderHexagonDYLD.a  CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/HexagonDYLDRendezvous.cpp.o CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/DynamicLoaderHexagonDYLD.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginDynamicLoaderHexagonDYLD.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginDynamicLoaderHexagonDYLD
/usr/bin/make -f tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/build.make tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/ARM64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/depend.internal".
Scanning dependencies of target lldbPluginInstructionARM64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/build.make tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/EmulateInstructionARM64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM64 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM64 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/ARM64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginInstructionARM64.dir/EmulateInstructionARM64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/EmulationStateARM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginInstructionARM.dir/EmulationStateARM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Thread.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/Thread.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/Thread.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderDarwin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderDarwin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginInstructionARM64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM64 && /usr/bin/cmake -P CMakeFiles/lldbPluginInstructionARM64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM64 && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginInstructionARM64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginInstructionARM64.a  CMakeFiles/lldbPluginInstructionARM64.dir/EmulateInstructionARM64.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginInstructionARM64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginInstructionARM64
/usr/bin/make -f tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/build.make tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/MIPS /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/depend.internal".
Scanning dependencies of target lldbPluginInstructionMIPS
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/build.make tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/EmulateInstructionMIPS.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/MIPS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginInstructionMIPS.dir/EmulateInstructionMIPS.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp: In static member function 'static size_t EmulationStateARM::WritePseudoMemory(lldb_private::EmulateInstruction*, void*, const lldb_private::EmulateInstruction::Context&, lldb::addr_t, const void*, size_t)':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp:206:34: warning: cast from type 'const void*' to type 'uint8_t* {aka unsigned char*}' casts away qualifiers [-Wcast-qual]
     memcpy (&value2, (uint8_t *) dst + sizeof (uint32_t), sizeof (uint32_t));
                                  ^~~
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginInstructionARM.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM && /usr/bin/cmake -P CMakeFiles/lldbPluginInstructionARM.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/ARM && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginInstructionARM.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginInstructionARM.a  CMakeFiles/lldbPluginInstructionARM.dir/EmulateInstructionARM.cpp.o CMakeFiles/lldbPluginInstructionARM.dir/EmulationStateARM.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginInstructionARM.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginInstructionARM
/usr/bin/make -f tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/build.make tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/MIPS64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/depend.internal".
Scanning dependencies of target lldbPluginInstructionMIPS64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/build.make tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/EmulateInstructionMIPS64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS64 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS64 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/MIPS64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginInstructionMIPS64.dir/EmulateInstructionMIPS64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginInstructionMIPS64.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS64 && /usr/bin/cmake -P CMakeFiles/lldbPluginInstructionMIPS64.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS64 && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginInstructionMIPS64.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginInstructionMIPS64.a  CMakeFiles/lldbPluginInstructionMIPS64.dir/EmulateInstructionMIPS64.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginInstructionMIPS64.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginInstructionMIPS64
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadCollection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadCollection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadCollection.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginInstructionMIPS.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS && /usr/bin/cmake -P CMakeFiles/lldbPluginInstructionMIPS.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Instruction/MIPS && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginInstructionMIPS.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginInstructionMIPS.a  CMakeFiles/lldbPluginInstructionMIPS.dir/EmulateInstructionMIPS.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginInstructionMIPS.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginInstructionMIPS
/usr/bin/make -f tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/build.make tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/ASan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/depend.internal".
Scanning dependencies of target lldbPluginInstrumentationRuntimeASan
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/build.make tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/ASanRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/ASan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/ASanRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadList.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlan.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlan.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlan.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginDynamicLoaderMacOSXDYLD.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD && /usr/bin/cmake -P CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginDynamicLoaderMacOSXDYLD.a  CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOSXDYLD.cpp.o CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOS.cpp.o CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderDarwin.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginDynamicLoaderMacOSXDYLD.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginDynamicLoaderMacOSXDYLD
/usr/bin/make -f tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/build.make tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/depend.internal".
Scanning dependencies of target lldbPluginInstrumentationRuntimeMainThreadChecker
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/build.make tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/MainThreadCheckerRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/MainThreadCheckerRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginInstrumentationRuntimeASan.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan && /usr/bin/cmake -P CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginInstrumentationRuntimeASan.a  CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/ASanRuntime.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginInstrumentationRuntimeASan.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginInstrumentationRuntimeASan
/usr/bin/make -f tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/build.make tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/TSan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/depend.internal".
Scanning dependencies of target lldbPluginInstrumentationRuntimeTSan
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/build.make tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/TSanRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/TSan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/TSanRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanBase.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanCallFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanCallFunction.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallFunctionUsingABI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanCallFunctionUsingABI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginInstrumentationRuntimeMainThreadChecker.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker && /usr/bin/cmake -P CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginInstrumentationRuntimeMainThreadChecker.a  CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/MainThreadCheckerRuntime.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginInstrumentationRuntimeMainThreadChecker.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginInstrumentationRuntimeMainThreadChecker
/usr/bin/make -f tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/build.make tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/depend.internal".
Scanning dependencies of target lldbPluginInstrumentationRuntimeUBSan
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/build.make tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/UBSanRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/UBSanRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallOnFunctionExit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanCallOnFunctionExit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginInstrumentationRuntimeTSan.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan && /usr/bin/cmake -P CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginInstrumentationRuntimeTSan.a  CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/TSanRuntime.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginInstrumentationRuntimeTSan.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginInstrumentationRuntimeTSan
/usr/bin/make -f tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/build.make tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/JITLoader/GDB /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/JITLoader/GDB /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/depend.internal".
Scanning dependencies of target lldbPluginJITLoaderGDB
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/build.make tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/JITLoaderGDB.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/JITLoader/GDB && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/JITLoader/GDB -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/JITLoader/GDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/JITLoader/GDB/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginJITLoaderGDB.dir/JITLoaderGDB.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallUserExpression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanCallUserExpression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanPython.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanPython.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanPython.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginInstrumentationRuntimeUBSan.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan && /usr/bin/cmake -P CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginInstrumentationRuntimeUBSan.a  CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/UBSanRuntime.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginInstrumentationRuntimeUBSan.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginInstrumentationRuntimeUBSan
/usr/bin/make -f tools/lldb/source/Plugins/Language/Go/CMakeFiles/lldbPluginGoLanguage.dir/build.make tools/lldb/source/Plugins/Language/Go/CMakeFiles/lldbPluginGoLanguage.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/Go /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go/CMakeFiles/lldbPluginGoLanguage.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go/CMakeFiles/lldbPluginGoLanguage.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go/CMakeFiles/lldbPluginGoLanguage.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go/CMakeFiles/lldbPluginGoLanguage.dir/depend.internal".
Scanning dependencies of target lldbPluginGoLanguage
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Language/Go/CMakeFiles/lldbPluginGoLanguage.dir/build.make tools/lldb/source/Plugins/Language/Go/CMakeFiles/lldbPluginGoLanguage.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Language/Go/CMakeFiles/lldbPluginGoLanguage.dir/GoLanguage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/Go -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginGoLanguage.dir/GoLanguage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/Go/GoLanguage.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginJITLoaderGDB.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/JITLoader/GDB && /usr/bin/cmake -P CMakeFiles/lldbPluginJITLoaderGDB.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/JITLoader/GDB && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginJITLoaderGDB.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginJITLoaderGDB.a  CMakeFiles/lldbPluginJITLoaderGDB.dir/JITLoaderGDB.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginJITLoaderGDB.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginJITLoaderGDB
[ 47%] Building CXX object tools/lldb/source/Plugins/Language/Go/CMakeFiles/lldbPluginGoLanguage.dir/GoFormatterFunctions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/Go -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginGoLanguage.dir/GoFormatterFunctions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/Go/GoFormatterFunctions.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanRunToAddress.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanRunToAddress.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanShouldStopHere.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanShouldStopHere.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepInRange.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanStepInRange.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanStepInRange.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepInstruction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanStepInstruction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanStepOut.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginGoLanguage.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go && /usr/bin/cmake -P CMakeFiles/lldbPluginGoLanguage.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Go && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginGoLanguage.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginGoLanguage.a  CMakeFiles/lldbPluginGoLanguage.dir/GoLanguage.cpp.o CMakeFiles/lldbPluginGoLanguage.dir/GoFormatterFunctions.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginGoLanguage.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginGoLanguage
/usr/bin/make -f tools/lldb/source/Plugins/Language/Java/CMakeFiles/lldbPluginJavaLanguage.dir/build.make tools/lldb/source/Plugins/Language/Java/CMakeFiles/lldbPluginJavaLanguage.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/Java /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java/CMakeFiles/lldbPluginJavaLanguage.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java/CMakeFiles/lldbPluginJavaLanguage.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java/CMakeFiles/lldbPluginJavaLanguage.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java/CMakeFiles/lldbPluginJavaLanguage.dir/depend.internal".
Scanning dependencies of target lldbPluginJavaLanguage
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Language/Java/CMakeFiles/lldbPluginJavaLanguage.dir/build.make tools/lldb/source/Plugins/Language/Java/CMakeFiles/lldbPluginJavaLanguage.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Language/Java/CMakeFiles/lldbPluginJavaLanguage.dir/JavaFormatterFunctions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/Java -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginJavaLanguage.dir/JavaFormatterFunctions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/Java/JavaFormatterFunctions.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOverBreakpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanStepOverBreakpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
/usr/bin/make -f tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/build.make tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjCPlusPlus /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/depend.internal".
Scanning dependencies of target lldbPluginObjCPlusPlusLanguage
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/build.make tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/ObjCPlusPlusLanguage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjCPlusPlus -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/ObjCPlusPlusLanguage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOverRange.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanStepOverRange.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/Language/Java/CMakeFiles/lldbPluginJavaLanguage.dir/JavaLanguage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/Java -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginJavaLanguage.dir/JavaLanguage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/Java/JavaLanguage.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepRange.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanStepRange.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanStepRange.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginObjCPlusPlusLanguage.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus && /usr/bin/cmake -P CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginObjCPlusPlusLanguage.a  CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/ObjCPlusPlusLanguage.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginObjCPlusPlusLanguage.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginObjCPlusPlusLanguage
/usr/bin/make -f tools/lldb/source/Plugins/Language/OCaml/CMakeFiles/lldbPluginOCamlLanguage.dir/build.make tools/lldb/source/Plugins/Language/OCaml/CMakeFiles/lldbPluginOCamlLanguage.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/OCaml /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/OCaml /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/OCaml/CMakeFiles/lldbPluginOCamlLanguage.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/OCaml/CMakeFiles/lldbPluginOCamlLanguage.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/OCaml/CMakeFiles/lldbPluginOCamlLanguage.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/OCaml/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/OCaml/CMakeFiles/lldbPluginOCamlLanguage.dir/depend.internal".
Scanning dependencies of target lldbPluginOCamlLanguage
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Language/OCaml/CMakeFiles/lldbPluginOCamlLanguage.dir/build.make tools/lldb/source/Plugins/Language/OCaml/CMakeFiles/lldbPluginOCamlLanguage.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Language/OCaml/CMakeFiles/lldbPluginOCamlLanguage.dir/OCamlLanguage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/OCaml && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/OCaml -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/OCaml -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginOCamlLanguage.dir/OCamlLanguage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Language/OCaml/OCamlLanguage.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepThrough.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanStepThrough.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanStepThrough.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginJavaLanguage.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java && /usr/bin/cmake -P CMakeFiles/lldbPluginJavaLanguage.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/Java && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginJavaLanguage.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginJavaLanguage.a  CMakeFiles/lldbPluginJavaLanguage.dir/JavaFormatterFunctions.cpp.o CMakeFiles/lldbPluginJavaLanguage.dir/JavaLanguage.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginJavaLanguage.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginJavaLanguage
/usr/bin/make -f tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/build.make tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/depend.internal".
Scanning dependencies of target lldbPluginCXXItaniumABI
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/build.make tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/ItaniumABILanguageRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginCXXItaniumABI.dir/ItaniumABILanguageRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginOCamlLanguage.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/OCaml && /usr/bin/cmake -P CMakeFiles/lldbPluginOCamlLanguage.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Language/OCaml && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginOCamlLanguage.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginOCamlLanguage.a  CMakeFiles/lldbPluginOCamlLanguage.dir/OCamlLanguage.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginOCamlLanguage.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginOCamlLanguage
/usr/bin/make -f tools/lldb/source/Plugins/LanguageRuntime/Go/CMakeFiles/lldbPluginLanguageRuntimeGo.dir/build.make tools/lldb/source/Plugins/LanguageRuntime/Go/CMakeFiles/lldbPluginLanguageRuntimeGo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/Go /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Go /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/CMakeFiles/lldbPluginLanguageRuntimeGo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/CMakeFiles/lldbPluginLanguageRuntimeGo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/CMakeFiles/lldbPluginLanguageRuntimeGo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Go/CMakeFiles/lldbPluginLanguageRuntimeGo.dir/depend.internal".
Scanning dependencies of target lldbPluginLanguageRuntimeGo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/LanguageRuntime/Go/CMakeFiles/lldbPluginLanguageRuntimeGo.dir/build.make tools/lldb/source/Plugins/LanguageRuntime/Go/CMakeFiles/lldbPluginLanguageRuntimeGo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/Go/CMakeFiles/lldbPluginLanguageRuntimeGo.dir/GoLanguageRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Go && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Go -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/Go -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginLanguageRuntimeGo.dir/GoLanguageRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepUntil.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanStepUntil.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanStepUntil.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanTracer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadPlanTracer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadPlanTracer.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginLanguageRuntimeGo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Go && /usr/bin/cmake -P CMakeFiles/lldbPluginLanguageRuntimeGo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Go && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginLanguageRuntimeGo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginLanguageRuntimeGo.a  CMakeFiles/lldbPluginLanguageRuntimeGo.dir/GoLanguageRuntime.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginLanguageRuntimeGo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginLanguageRuntimeGo
/usr/bin/make -f tools/lldb/source/Plugins/LanguageRuntime/Java/CMakeFiles/lldbPluginLanguageRuntimeJava.dir/build.make tools/lldb/source/Plugins/LanguageRuntime/Java/CMakeFiles/lldbPluginLanguageRuntimeJava.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/Java /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Java /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/CMakeFiles/lldbPluginLanguageRuntimeJava.dir/DependInfo.cmake --color=
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadSpec.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/ThreadSpec.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/ThreadSpec.cpp
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/CMakeFiles/lldbPluginLanguageRuntimeJava.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/CMakeFiles/lldbPluginLanguageRuntimeJava.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Java/CMakeFiles/lldbPluginLanguageRuntimeJava.dir/depend.internal".
Scanning dependencies of target lldbPluginLanguageRuntimeJava
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/LanguageRuntime/Java/CMakeFiles/lldbPluginLanguageRuntimeJava.dir/build.make tools/lldb/source/Plugins/LanguageRuntime/Java/CMakeFiles/lldbPluginLanguageRuntimeJava.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/Java/CMakeFiles/lldbPluginLanguageRuntimeJava.dir/JavaLanguageRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Java && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Java -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/Java -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginLanguageRuntimeJava.dir/JavaLanguageRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/Java/JavaLanguageRuntime.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnixSignals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/UnixSignals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/UnixSignals.cpp
[ 47%] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnwindAssembly.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/../Plugins/Process/Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbTarget.dir/UnwindAssembly.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Target/UnwindAssembly.cpp
/usr/bin/make -f tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/build.make tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/depend.internal".
Scanning dependencies of target lldbPluginRenderScriptRuntime
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/build.make tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Linking CXX static library ../../../../../../../lib/liblldbPluginCXXItaniumABI.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI && /usr/bin/cmake -P CMakeFiles/lldbPluginCXXItaniumABI.dir/cmake_clean_target.cmake
[ 47%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginCXXItaniumABI.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../../lib/liblldbPluginCXXItaniumABI.a  CMakeFiles/lldbPluginCXXItaniumABI.dir/ItaniumABILanguageRuntime.cpp.o
/usr/bin/ranlib ../../../../../../../lib/liblldbPluginCXXItaniumABI.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginCXXItaniumABI
/usr/bin/make -f tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/build.make tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/MemoryHistory/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/MemoryHistory/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/depend.internal".
Scanning dependencies of target lldbPluginMemoryHistoryASan
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/build.make tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/MemoryHistoryASan.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/MemoryHistory/asan && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/MemoryHistory/asan -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/MemoryHistory/asan -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginMemoryHistoryASan.dir/MemoryHistoryASan.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginLanguageRuntimeJava.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Java && /usr/bin/cmake -P CMakeFiles/lldbPluginLanguageRuntimeJava.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/Java && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginLanguageRuntimeJava.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginLanguageRuntimeJava.a  CMakeFiles/lldbPluginLanguageRuntimeJava.dir/JavaLanguageRuntime.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginLanguageRuntimeJava.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginLanguageRuntimeJava
[ 47%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptExpressionOpts.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptExpressionOpts.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
[ 47%] Linking CXX static library ../../../../lib/liblldbTarget.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/cmake -P CMakeFiles/lldbTarget.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Target && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbTarget.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/liblldbTarget.a  CMakeFiles/lldbTarget.dir/ABI.cpp.o CMakeFiles/lldbTarget.dir/CPPLanguageRuntime.cpp.o CMakeFiles/lldbTarget.dir/ExecutionContext.cpp.o CMakeFiles/lldbTarget.dir/FileAction.cpp.o CMakeFiles/lldbTarget.dir/JITLoader.cpp.o CMakeFiles/lldbTarget.dir/JITLoaderList.cpp.o CMakeFiles/lldbTarget.dir/InstrumentationRuntime.cpp.o CMakeFiles/lldbTarget.dir/InstrumentationRuntimeStopInfo.cpp.o CMakeFiles/lldbTarget.dir/Language.cpp.o CMakeFiles/lldbTarget.dir/LanguageRuntime.cpp.o CMakeFiles/lldbTarget.dir/Memory.cpp.o CMakeFiles/lldbTarget.dir/MemoryHistory.cpp.o CMakeFiles/lldbTarget.dir/ModuleCache.cpp.o CMakeFiles/lldbTarget.dir/ObjCLanguageRuntime.cpp.o CMakeFiles/lldbTarget.dir/OperatingSystem.cpp.o CMakeFiles/lldbTarget.dir/PathMappingList.cpp.o CMakeFiles/lldbTarget.dir/Platform.cpp.o CMakeFiles/lldbTarget.dir/Process.cpp.o CMakeFiles/lldbTarget.dir/ProcessInfo.cpp.o CMakeFiles/lldbTarget.dir/ProcessLaunchInfo.cpp.o CMakeFiles/lldbTarget.dir/Queue.cpp.o CMakeFiles/lldbTarget.dir/QueueItem.cpp.o CMakeFiles/lldbTarget.dir/QueueList.cpp.o CMakeFiles/lldbTarget.dir/RegisterContext.cpp.o CMakeFiles/lldbTarget.dir/RegisterNumber.cpp.o CMakeFiles/lldbTarget.dir/SectionLoadHistory.cpp.o CMakeFiles/lldbTarget.dir/SectionLoadList.cpp.o CMakeFiles/lldbTarget.dir/StackFrame.cpp.o CMakeFiles/lldbTarget.dir/StackFrameList.cpp.o CMakeFiles/lldbTarget.dir/StackID.cpp.o CMakeFiles/lldbTarget.dir/StopInfo.cpp.o CMakeFiles/lldbTarget.dir/StructuredDataPlugin.cpp.o CMakeFiles/lldbTarget.dir/SystemRuntime.cpp.o CMakeFiles/lldbTarget.dir/Target.cpp.o CMakeFiles/lldbTarget.dir/TargetList.cpp.o CMakeFiles/lldbTarget.dir/Thread.cpp.o CMakeFiles/lldbTarget.dir/ThreadCollection.cpp.o CMakeFiles/lldbTarget.dir/ThreadList.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlan.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanBase.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanCallFunction.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanCallFunctionUsingABI.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanCallOnFunctionExit.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanCallUserExpression.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanPython.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanRunToAddress.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanShouldStopHere.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanStepInRange.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanStepInstruction.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanStepOverBreakpoint.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanStepOverRange.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanStepRange.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanStepThrough.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanStepUntil.cpp.o CMakeFiles/lldbTarget.dir/ThreadPlanTracer.cpp.o CMakeFiles/lldbTarget.dir/ThreadSpec.cpp.o CMakeFiles/lldbTarget.dir/UnixSignals.cpp.o CMakeFiles/lldbTarget.dir/UnwindAssembly.cpp.o
/usr/bin/ranlib ../../../../lib/liblldbTarget.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbTarget
/usr/bin/make -f tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/build.make tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/depend.internal".
Scanning dependencies of target lldbPluginObjectContainerMachOArchive
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/build.make tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/ObjectContainerUniversalMachO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/ObjectContainerUniversalMachO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginObjectContainerMachOArchive.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O && /usr/bin/cmake -P CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginObjectContainerMachOArchive.a  CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/ObjectContainerUniversalMachO.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginObjectContainerMachOArchive.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginObjectContainerMachOArchive
/usr/bin/make -f tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/build.make tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/Mach-O /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/Mach-O /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/depend.internal".
Scanning dependencies of target lldbPluginObjectFileMachO
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/build.make tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/ObjectFileMachO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/Mach-O && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/Mach-O -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/Mach-O -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjectFileMachO.dir/ObjectFileMachO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginMemoryHistoryASan.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/MemoryHistory/asan && /usr/bin/cmake -P CMakeFiles/lldbPluginMemoryHistoryASan.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/MemoryHistory/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginMemoryHistoryASan.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginMemoryHistoryASan.a  CMakeFiles/lldbPluginMemoryHistoryASan.dir/MemoryHistoryASan.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginMemoryHistoryASan.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginMemoryHistoryASan
/usr/bin/make -f tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/build.make tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/PECOFF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/depend.internal".
Scanning dependencies of target lldbPluginObjectFilePECOFF
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/build.make tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/ObjectFilePECOFF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/PECOFF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjectFilePECOFF.dir/ObjectFilePECOFF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptx86ABIFixups.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptx86ABIFixups.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp: In member function 'virtual lldb_private::Symtab* ObjectFilePECOFF::GetSymtab()':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp:540:78: warning: cast from type 'const uint8_t* {aka const unsigned char*}' to type 'uint32_t* {aka unsigned int*}' casts away qualifiers [-Wcast-qual]
           uint32_t *strtab_data_start = (uint32_t *)strtab_data.GetDataStart();
                                                                              ^
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 47%] Building CXX object tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/WindowsMiniDump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/PECOFF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginObjectFilePECOFF.dir/WindowsMiniDump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptScriptGroup.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptScriptGroup.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
/usr/bin/make -f tools/lldb/source/Plugins/OperatingSystem/Go/CMakeFiles/lldbPluginOSGo.dir/build.make tools/lldb/source/Plugins/OperatingSystem/Go/CMakeFiles/lldbPluginOSGo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/OperatingSystem/Go /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Go /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Go/CMakeFiles/lldbPluginOSGo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Go/CMakeFiles/lldbPluginOSGo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Go/CMakeFiles/lldbPluginOSGo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Go/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Go/CMakeFiles/lldbPluginOSGo.dir/depend.internal".
Scanning dependencies of target lldbPluginOSGo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/OperatingSystem/Go/CMakeFiles/lldbPluginOSGo.dir/build.make tools/lldb/source/Plugins/OperatingSystem/Go/CMakeFiles/lldbPluginOSGo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/OperatingSystem/Go/CMakeFiles/lldbPluginOSGo.dir/OperatingSystemGo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Go && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Go -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/OperatingSystem/Go -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginOSGo.dir/OperatingSystemGo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginObjectFilePECOFF.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF && /usr/bin/cmake -P CMakeFiles/lldbPluginObjectFilePECOFF.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/PECOFF && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginObjectFilePECOFF.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginObjectFilePECOFF.a  CMakeFiles/lldbPluginObjectFilePECOFF.dir/ObjectFilePECOFF.cpp.o CMakeFiles/lldbPluginObjectFilePECOFF.dir/WindowsMiniDump.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginObjectFilePECOFF.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginObjectFilePECOFF
/usr/bin/make -f tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOSPython.dir/build.make tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOSPython.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/OperatingSystem/Python /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Python /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOSPython.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOSPython.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOSPython.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOSPython.dir/depend.internal".
Scanning dependencies of target lldbPluginOSPython
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOSPython.dir/build.make tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOSPython.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOSPython.dir/OperatingSystemPython.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Python && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Python -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/OperatingSystem/Python -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginOSPython.dir/OperatingSystemPython.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginObjectFileMachO.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/Mach-O && /usr/bin/cmake -P CMakeFiles/lldbPluginObjectFileMachO.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ObjectFile/Mach-O && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginObjectFileMachO.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginObjectFileMachO.a  CMakeFiles/lldbPluginObjectFileMachO.dir/ObjectFileMachO.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginObjectFileMachO.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginObjectFileMachO
/usr/bin/make -f tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/build.make tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Linux /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Linux /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/depend.internal".
Scanning dependencies of target lldbPluginPlatformLinux
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/build.make tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
[ 47%] Linking CXX static library ../../../../../../../lib/liblldbPluginRenderScriptRuntime.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime && /usr/bin/cmake -P CMakeFiles/lldbPluginRenderScriptRuntime.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginRenderScriptRuntime.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../../lib/liblldbPluginRenderScriptRuntime.a  CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptRuntime.cpp.o CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptExpressionOpts.cpp.o CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptx86ABIFixups.cpp.o CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptScriptGroup.cpp.o
/usr/bin/ranlib ../../../../../../../lib/liblldbPluginRenderScriptRuntime.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginRenderScriptRuntime
/usr/bin/make -f tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/build.make tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/FreeBSD /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/FreeBSD /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/depend.internal".
Scanning dependencies of target lldbPluginPlatformFreeBSD
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/build.make tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/PlatformFreeBSD.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/FreeBSD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/FreeBSD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/FreeBSD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformFreeBSD.dir/PlatformFreeBSD.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginOSGo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Go && /usr/bin/cmake -P CMakeFiles/lldbPluginOSGo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Go && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginOSGo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginOSGo.a  CMakeFiles/lldbPluginOSGo.dir/OperatingSystemGo.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginOSGo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginOSGo
/usr/bin/make -f tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/build.make tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/NetBSD /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/NetBSD /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/depend.internal".
Scanning dependencies of target lldbPluginPlatformNetBSD
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/build.make tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/PlatformNetBSD.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/NetBSD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/NetBSD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/NetBSD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformNetBSD.dir/PlatformNetBSD.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginOSPython.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Python && /usr/bin/cmake -P CMakeFiles/lldbPluginOSPython.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/OperatingSystem/Python && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginOSPython.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginOSPython.a  CMakeFiles/lldbPluginOSPython.dir/OperatingSystemPython.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginOSPython.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginOSPython
/usr/bin/make -f tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/build.make tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/OpenBSD /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/OpenBSD /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/depend.internal".
Scanning dependencies of target lldbPluginPlatformOpenBSD
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/build.make tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/PlatformOpenBSD.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/OpenBSD && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/OpenBSD -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/OpenBSD -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformOpenBSD.dir/PlatformOpenBSD.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginPlatformLinux.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Linux && /usr/bin/cmake -P CMakeFiles/lldbPluginPlatformLinux.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Linux && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginPlatformLinux.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginPlatformLinux.a  CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginPlatformLinux.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginPlatformLinux
/usr/bin/make -f tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/build.make tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/depend.internal".
Scanning dependencies of target lldbPluginPlatformMacOSX
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/build.make tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginPlatformFreeBSD.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/FreeBSD && /usr/bin/cmake -P CMakeFiles/lldbPluginPlatformFreeBSD.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/FreeBSD && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginPlatformFreeBSD.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginPlatformFreeBSD.a  CMakeFiles/lldbPluginPlatformFreeBSD.dir/PlatformFreeBSD.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginPlatformFreeBSD.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginPlatformFreeBSD
/usr/bin/make -f tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/build.make tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Windows /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Windows /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/depend.internal".
Scanning dependencies of target lldbPluginPlatformWindows
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/build.make tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/PlatformWindows.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Windows && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Windows -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Windows -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformWindows.dir/PlatformWindows.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginPlatformNetBSD.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/NetBSD && /usr/bin/cmake -P CMakeFiles/lldbPluginPlatformNetBSD.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/NetBSD && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginPlatformNetBSD.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginPlatformNetBSD.a  CMakeFiles/lldbPluginPlatformNetBSD.dir/PlatformNetBSD.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginPlatformNetBSD.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginPlatformNetBSD
/usr/bin/make -f tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/build.make tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/POSIX /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/POSIX /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/depend.internal".
Scanning dependencies of target lldbPluginPlatformPOSIX
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/build.make tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/PlatformPOSIX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/POSIX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/POSIX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformPOSIX.dir/PlatformPOSIX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginPlatformOpenBSD.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/OpenBSD && /usr/bin/cmake -P CMakeFiles/lldbPluginPlatformOpenBSD.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/OpenBSD && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginPlatformOpenBSD.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginPlatformOpenBSD.a  CMakeFiles/lldbPluginPlatformOpenBSD.dir/PlatformOpenBSD.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginPlatformOpenBSD.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginPlatformOpenBSD
/usr/bin/make -f tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/build.make tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/gdb-server /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/gdb-server /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/depend.internal".
Scanning dependencies of target lldbPluginPlatformGDB
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/build.make tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/PlatformRemoteGDBServer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/gdb-server && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/gdb-server -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/gdb-server -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformGDB.dir/PlatformRemoteGDBServer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwinKernel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwinKernel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformMacOSX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformMacOSX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginPlatformWindows.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Windows && /usr/bin/cmake -P CMakeFiles/lldbPluginPlatformWindows.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Windows && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginPlatformWindows.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginPlatformWindows.a  CMakeFiles/lldbPluginPlatformWindows.dir/PlatformWindows.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginPlatformWindows.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginPlatformWindows
/usr/bin/make -f tools/lldb/source/Plugins/Platform/Kalimba/CMakeFiles/lldbPluginPlatformKalimba.dir/build.make tools/lldb/source/Plugins/Platform/Kalimba/CMakeFiles/lldbPluginPlatformKalimba.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Kalimba /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Kalimba /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Kalimba/CMakeFiles/lldbPluginPlatformKalimba.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Kalimba/CMakeFiles/lldbPluginPlatformKalimba.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Kalimba/CMakeFiles/lldbPluginPlatformKalimba.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Kalimba/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Kalimba/CMakeFiles/lldbPluginPlatformKalimba.dir/depend.internal".
Scanning dependencies of target lldbPluginPlatformKalimba
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Platform/Kalimba/CMakeFiles/lldbPluginPlatformKalimba.dir/build.make tools/lldb/source/Plugins/Platform/Kalimba/CMakeFiles/lldbPluginPlatformKalimba.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/Kalimba/CMakeFiles/lldbPluginPlatformKalimba.dir/PlatformKalimba.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Kalimba && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Kalimba -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Kalimba -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformKalimba.dir/PlatformKalimba.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Kalimba/PlatformKalimba.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginPlatformPOSIX.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/POSIX && /usr/bin/cmake -P CMakeFiles/lldbPluginPlatformPOSIX.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/POSIX && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginPlatformPOSIX.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginPlatformPOSIX.a  CMakeFiles/lldbPluginPlatformPOSIX.dir/PlatformPOSIX.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginPlatformPOSIX.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginPlatformPOSIX
/usr/bin/make -f tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/build.make tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Android /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/depend.internal".
Scanning dependencies of target lldbPluginPlatformAndroid
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/build.make tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/AdbClient.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Android -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformAndroid.dir/AdbClient.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Android/AdbClient.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginPlatformGDB.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/gdb-server && /usr/bin/cmake -P CMakeFiles/lldbPluginPlatformGDB.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/gdb-server && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginPlatformGDB.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginPlatformGDB.a  CMakeFiles/lldbPluginPlatformGDB.dir/PlatformRemoteGDBServer.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginPlatformGDB.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginPlatformGDB
/usr/bin/make -f tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/build.make tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/depend.internal".
Scanning dependencies of target lldbPluginProcessLinux
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/build.make tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/NativeProcessLinux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessLinux.dir/NativeProcessLinux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteiOS.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteiOS.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
[ 47%] Linking CXX static library ../../../../../../lib/liblldbPluginPlatformKalimba.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Kalimba && /usr/bin/cmake -P CMakeFiles/lldbPluginPlatformKalimba.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Kalimba && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginPlatformKalimba.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginPlatformKalimba.a  CMakeFiles/lldbPluginPlatformKalimba.dir/PlatformKalimba.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginPlatformKalimba.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Built target lldbPluginPlatformKalimba
/usr/bin/make -f tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/build.make tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/depend.internal".
Scanning dependencies of target lldbPluginProcessPOSIX
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/build.make tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 47%] Building CXX object tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/CrashReason.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessPOSIX.dir/CrashReason.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX/CrashReason.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroid.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Android -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroid.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/ProcessMessage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessPOSIX.dir/ProcessMessage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp
[ 47%] Building CXX object tools/lldb/source/Plugins/Process/POSIX/CMakeFiles/lldbPluginProcessPOSIX.dir/ProcessPOSIXLog.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessPOSIX.dir/ProcessPOSIXLog.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginProcessPOSIX.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX && /usr/bin/cmake -P CMakeFiles/lldbPluginProcessPOSIX.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/POSIX && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginProcessPOSIX.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginProcessPOSIX.a  CMakeFiles/lldbPluginProcessPOSIX.dir/CrashReason.cpp.o CMakeFiles/lldbPluginProcessPOSIX.dir/ProcessMessage.cpp.o CMakeFiles/lldbPluginProcessPOSIX.dir/ProcessPOSIXLog.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginProcessPOSIX.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginProcessPOSIX
/usr/bin/make -f tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/build.make tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/depend.internal".
Scanning dependencies of target lldbPluginProcessGDBRemote
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/build.make tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteClientBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteClientBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatCommon.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:33,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h: In instantiation of 'void lldb_private::Log::Format(llvm::StringRef, llvm::StringRef, const char*, Args&& ...) [with Args = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}]':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:416:5:   required from here
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:30:29: warning: mangled name for 'virtual llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>::~provider_format_adapter()' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 template <typename T> class provider_format_adapter : public format_adapter {
                             ^~~~~~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:30:29: warning: mangled name for 'llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>::~provider_format_adapter()' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from /usr/include/c++/7/unordered_set:41:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:14,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/usr/include/c++/7/tuple:120:12: note: synthesized method 'virtual llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>::~provider_format_adapter()' first required here 
     struct _Head_base<_Idx, _Head, false>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/7/tuple:185:12: note: synthesized method 'std::_Head_base<0, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, false>::~_Head_base()' first required here 
     struct _Tuple_impl<_Idx, _Head, _Tail...>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/7/tuple:556:11: note: synthesized method 'std::_Tuple_impl<0, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >::~_Tuple_impl()' first required here 
     class tuple : public _Tuple_impl<0, _Elements...>
           ^~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:149:33: note: synthesized method 'std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >::~tuple()' first required here 
 template <typename Tuple> class formatv_object : public formatv_object_base {
                                 ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:149:33: warning: mangled name for 'llvm::formatv_object<std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> > >::~formatv_object()' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:149:33: warning: mangled name for 'llvm::formatv_object<std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> > >::~formatv_object()' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/./Plugins/Process/POSIX/ProcessPOSIXLog.h:19:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:51:
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/Log.h:137:41: note: synthesized method 'llvm::formatv_object<std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> > >::~formatv_object()' first required here 
     Format(file, function, llvm::formatv(format, std::forward<Args>(args)...));
                            ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h: In instantiation of 'void lldb_private::Log::Format(llvm::StringRef, llvm::StringRef, const char*, Args&& ...) [with Args = {const lldb_private::Status&, long unsigned int&, void (* (&)(int, void (*)(int)) throw ())(int), lldb_private::WaitStatus&, const bool&, const bool&}]':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:525:7:   required from here
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:149:33: warning: mangled name for 'llvm::formatv_object<std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> > >::~formatv_object()' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 template <typename Tuple> class formatv_object : public formatv_object_base {
                                 ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:149:33: warning: mangled name for 'llvm::formatv_object<std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> > >::~formatv_object()' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/./Plugins/Process/POSIX/ProcessPOSIXLog.h:19:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:51:
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/Log.h:137:41: note: synthesized method 'llvm::formatv_object<std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> > >::~formatv_object()' first required here 
     Format(file, function, llvm::formatv(format, std::forward<Args>(args)...));
                            ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 48%] Building CXX object tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleTV.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleTV.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatCommon.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:33,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h: In instantiation of 'typename std::enable_if<llvm::detail::uses_format_provider<T>::value, llvm::detail::provider_format_adapter<T> >::type llvm::detail::build_format_adapter(T&&) [with T = void (* (&)(int, void (*)(int)) throw ())(int); typename std::enable_if<llvm::detail::uses_format_provider<T>::value, llvm::detail::provider_format_adapter<T> >::type = llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>]':
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:259:51:   required from 'llvm::formatv_object<decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...))> llvm::formatv(const char*, Ts&& ...) [with Ts = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}; decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...)) = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/Log.h:137:41:   required from 'void lldb_private::Log::Format(llvm::StringRef, llvm::StringRef, const char*, Args&& ...) [with Args = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:416:5:   required from here
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:30:29: warning: mangled name for 'constexpr llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>::provider_format_adapter(llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>&&)' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 template <typename T> class provider_format_adapter : public format_adapter {
                             ^~~~~~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:30:29: warning: mangled name for 'constexpr llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>::provider_format_adapter(llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>&&)' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:100:58: note: synthesized method 'constexpr llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>::provider_format_adapter(llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>&&)' first required here 
   return provider_format_adapter<T>(std::forward<T>(Item));
                                                          ^
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h: In instantiation of 'llvm::formatv_object<Tuple>::formatv_object(llvm::StringRef, Tuple&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]':
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:257:10:   required from 'llvm::formatv_object<decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...))> llvm::formatv(const char*, Ts&& ...) [with Ts = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}; decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...)) = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/Log.h:137:41:   required from 'void lldb_private::Log::Format(llvm::StringRef, llvm::StringRef, const char*, Args&& ...) [with Args = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:416:5:   required from here
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:156:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::StringRef, Tuple&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   formatv_object(StringRef Fmt, Tuple &&Params)
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:156:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::StringRef, Tuple&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h: In instantiation of 'llvm::formatv_object<Tuple>::formatv_object(llvm::formatv_object<Tuple>&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]':
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:259:79:   required from 'llvm::formatv_object<decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...))> llvm::formatv(const char*, Ts&& ...) [with Ts = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}; decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...)) = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/Log.h:137:41:   required from 'void lldb_private::Log::Format(llvm::StringRef, llvm::StringRef, const char*, Args&& ...) [with Args = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:416:5:   required from here
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:164:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::formatv_object<Tuple>&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   formatv_object(formatv_object &&rhs)
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:164:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::formatv_object<Tuple>&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h: In instantiation of 'llvm::formatv_object<Tuple>::formatv_object(llvm::StringRef, Tuple&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >]':
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:257:10:   required from 'llvm::formatv_object<decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...))> llvm::formatv(const char*, Ts&& ...) [with Ts = {const lldb_private::Status&, long unsigned int&, void (* (&)(int, void (*)(int)) throw ())(int), lldb_private::WaitStatus&, const bool&, const bool&}; decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...)) = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/Log.h:137:41:   required from 'void lldb_private::Log::Format(llvm::StringRef, llvm::StringRef, const char*, Args&& ...) [with Args = {const lldb_private::Status&, long unsigned int&, void (* (&)(int, void (*)(int)) throw ())(int), lldb_private::WaitStatus&, const bool&, const bool&}]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:525:7:   required from here
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:156:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::StringRef, Tuple&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   formatv_object(StringRef Fmt, Tuple &&Params)
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:156:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::StringRef, Tuple&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h: In instantiation of 'llvm::formatv_object<Tuple>::formatv_object(llvm::formatv_object<Tuple>&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >]':
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:259:79:   required from 'llvm::formatv_object<decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...))> llvm::formatv(const char*, Ts&& ...) [with Ts = {const lldb_private::Status&, long unsigned int&, void (* (&)(int, void (*)(int)) throw ())(int), lldb_private::WaitStatus&, const bool&, const bool&}; decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...)) = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/Log.h:137:41:   required from 'void lldb_private::Log::Format(llvm::StringRef, llvm::StringRef, const char*, Args&& ...) [with Args = {const lldb_private::Status&, long unsigned int&, void (* (&)(int, void (*)(int)) throw ())(int), lldb_private::WaitStatus&, const bool&, const bool&}]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:525:7:   required from here
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:164:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::formatv_object<Tuple>&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   formatv_object(formatv_object &&rhs)
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:164:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::formatv_object<Tuple>&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
[ 48%] Building CXX object tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroidRemoteGDBServer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Android -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroidRemoteGDBServer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatCommon.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:33,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h: In instantiation of 'llvm::detail::provider_format_adapter<T>::provider_format_adapter(T&&) [with T = void (* (&)(int, void (*)(int)) throw ())(int)]':
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:100:10:   required from 'typename std::enable_if<llvm::detail::uses_format_provider<T>::value, llvm::detail::provider_format_adapter<T> >::type llvm::detail::build_format_adapter(T&&) [with T = void (* (&)(int, void (*)(int)) throw ())(int); typename std::enable_if<llvm::detail::uses_format_provider<T>::value, llvm::detail::provider_format_adapter<T> >::type = llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>]'
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:259:51:   required from 'llvm::formatv_object<decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...))> llvm::formatv(const char*, Ts&& ...) [with Ts = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}; decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...)) = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/Log.h:137:41:   required from 'void lldb_private::Log::Format(llvm::StringRef, llvm::StringRef, const char*, Args&& ...) [with Args = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}]'
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:416:5:   required from here
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:34:12: warning: mangled name for 'llvm::detail::provider_format_adapter<T>::provider_format_adapter(T&&) [with T = void (* (&)(int, void (*)(int)) throw ())(int)]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   explicit provider_format_adapter(T &&Item) : Item(Item) {}
            ^~~~~~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:34:12: warning: mangled name for 'llvm::detail::provider_format_adapter<T>::provider_format_adapter(T&&) [with T = void (* (&)(int, void (*)(int)) throw ())(int)]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunication.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunication.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp:43:34: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
 # define DEBUGSERVER_BASENAME    "lldb-server-"LLVM_VERSION_STRING
                                  ^
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:36:8: warning: mangled name for 'void llvm::detail::provider_format_adapter<T>::format(llvm::raw_ostream&, llvm::StringRef) [with T = void (* (&)(int, void (*)(int)) throw ())(int)]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   void format(llvm::raw_ostream &S, StringRef Options) override {
        ^~~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/StringRef.h:13:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:13,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   static const bool value =
                     ^~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), long int, long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), unsigned int, long int, long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), int, unsigned int, long int, long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), long unsigned int, int, unsigned int, long int, long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), long int, long unsigned int, int, unsigned int, long int, long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), unsigned int, long int, long unsigned int, int, unsigned int, long int, long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), int, unsigned int, long int, long unsigned int, int, unsigned int, long int, long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), short unsigned int, int, unsigned int, long int, long unsigned int, int, unsigned int, long int, long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), short int, short unsigned int, int, unsigned int, long int, long unsigned int, int, unsigned int, long int, long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), unsigned char, short int, short unsigned int, int, unsigned int, long int, long unsigned int, int, unsigned int, long int, long unsigned int, long long int, long long unsigned int>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:704:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int)>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   static const bool value = false;
                     ^~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), const char*>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   static const bool value =
                     ^~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:709:21: warning: mangled name for 'llvm::is_one_of<void (* (*)(int, void (*)(int)) throw ())(int), char*, const char*>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatCommon.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:33,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:58:21: warning: mangled name for 'llvm::detail::has_FormatProvider<void (* (&)(int, void (*)(int)) throw ())(int)>::value' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   static bool const value =
                     ^~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:76:43: warning: mangled name for 'std::vector<llvm::detail::format_adapter*> llvm::formatv_object_base::create_adapters::operator()(Ts& ...) [with Ts = {llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&>}]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
     std::vector<detail::format_adapter *> operator()(Ts &... Items) {
                                           ^~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:76:43: warning: mangled name for 'std::vector<llvm::detail::format_adapter*> llvm::formatv_object_base::create_adapters::operator()(Ts& ...) [with Ts = {llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*>}]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/StringRef.h:13:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:13,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:1113:6: warning: mangled name for 'decltype (forward<F>(f)((get<I>)((forward<Tuple>)(llvm::detail::apply_tuple_impl::t))...)) llvm::detail::apply_tuple_impl(F&&, Tuple&&, llvm::index_sequence<I ...>) [with F = llvm::formatv_object_base::create_adapters; Tuple = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >&; long unsigned int ...I = {0, 1, 2, 3, 4, 5}]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 auto apply_tuple_impl(F &&f, Tuple &&t, index_sequence<I...>)
      ^~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:1113:6: warning: mangled name for 'decltype (forward<F>(f)((get<I>)((forward<Tuple>)(llvm::detail::apply_tuple_impl::t))...)) llvm::detail::apply_tuple_impl(F&&, Tuple&&, llvm::index_sequence<I ...>) [with F = llvm::formatv_object_base::create_adapters; Tuple = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >&; long unsigned int ...I = {0, 1, 2}]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:1123:6: warning: mangled name for 'decltype (llvm::detail::apply_tuple_impl(forward<F>(f), forward<Tuple>(t), llvm::build_index_impl<std::tuple_size<typename std::decay<_Arg>::type>::value>{})) llvm::apply_tuple(F&&, Tuple&&) [with F = llvm::formatv_object_base::create_adapters; Tuple = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >&]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 auto apply_tuple(F &&f, Tuple &&t) -> decltype(detail::apply_tuple_impl(
      ^~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:1123:6: warning: mangled name for 'decltype (llvm::detail::apply_tuple_impl(forward<F>(f), forward<Tuple>(t), llvm::build_index_impl<std::tuple_size<typename std::decay<_Arg>::type>::value>{})) llvm::apply_tuple(F&&, Tuple&&) [with F = llvm::formatv_object_base::create_adapters; Tuple = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >&]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatCommon.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:33,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:34:12: warning: mangled name for 'llvm::detail::provider_format_adapter<T>::provider_format_adapter(T&&) [with T = void (* (&)(int, void (*)(int)) throw ())(int)]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   explicit provider_format_adapter(T &&Item) : Item(Item) {}
            ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:164:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::formatv_object<Tuple>&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   formatv_object(formatv_object &&rhs)
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:156:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::StringRef, Tuple&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   formatv_object(StringRef Fmt, Tuple &&Params)
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:164:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::formatv_object<Tuple>&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   formatv_object(formatv_object &&rhs)
   ^~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:156:3: warning: mangled name for 'llvm::formatv_object<Tuple>::formatv_object(llvm::StringRef, Tuple&&) [with Tuple = std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> >]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   formatv_object(StringRef Fmt, Tuple &&Params)
   ^~~~~~~~~~~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatCommon.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:33,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:99:1: warning: mangled name for 'typename std::enable_if<llvm::detail::uses_format_provider<T>::value, llvm::detail::provider_format_adapter<T> >::type llvm::detail::build_format_adapter(T&&) [with T = void (* (&)(int, void (*)(int)) throw ())(int)]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 build_format_adapter(T &&Item) {
 ^~~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:30:29: warning: mangled name for 'constexpr llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>::provider_format_adapter(llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>&&)' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 template <typename T> class provider_format_adapter : public format_adapter {
                             ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:253:13: warning: mangled name for 'llvm::formatv_object<decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...))> llvm::formatv(const char*, Ts&& ...) [with Ts = {const lldb_private::Status&, long unsigned int&, void (* (&)(int, void (*)(int)) throw ())(int), lldb_private::WaitStatus&, const bool&, const bool&}]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 inline auto formatv(const char *Fmt, Ts &&... Vals) -> formatv_object<decltype(
             ^~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:253:13: warning: mangled name for 'llvm::formatv_object<decltype (std::make_tuple(llvm::detail::build_format_adapter((forward<Ts>)(llvm::formatv::Vals))...))> llvm::formatv(const char*, Ts&& ...) [with Ts = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:34:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatProviders.h:181:15: warning: mangled name for 'static void llvm::format_provider<T, typename std::enable_if<llvm::detail::use_pointer_formatter<T>::value>::type>::format(const T&, llvm::raw_ostream&, llvm::StringRef) [with T = void (* (*)(int, void (*)(int)) throw ())(int)]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   static void format(const T &V, llvm::raw_ostream &Stream, StringRef Style) {
               ^~~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/./Plugins/Process/POSIX/ProcessPOSIXLog.h:19:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:51:
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/Log.h:135:8: warning: mangled name for 'void lldb_private::Log::Format(llvm::StringRef, llvm::StringRef, const char*, Args&& ...) [with Args = {const lldb_private::Status&, long unsigned int&, void (* (&)(int, void (*)(int)) throw ())(int), lldb_private::WaitStatus&, const bool&, const bool&}]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   void Format(llvm::StringRef file, llvm::StringRef function,
        ^~~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:149:33: warning: mangled name for 'llvm::formatv_object<std::tuple<llvm::detail::provider_format_adapter<const lldb_private::Status&>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<lldb_private::WaitStatus&>, llvm::detail::provider_format_adapter<const bool&>, llvm::detail::provider_format_adapter<const bool&> > >::~formatv_object()' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 template <typename Tuple> class formatv_object : public formatv_object_base {
                                 ^~~~~~~~~~~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/./Plugins/Process/POSIX/ProcessPOSIXLog.h:19:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:51:
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/Log.h:135:8: warning: mangled name for 'void lldb_private::Log::Format(llvm::StringRef, llvm::StringRef, const char*, Args&& ...) [with Args = {void (* (&)(int, void (*)(int)) throw ())(int), long unsigned int&, const char*}]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
   void Format(llvm::StringRef file, llvm::StringRef function,
        ^~~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:149:33: warning: mangled name for 'llvm::formatv_object<std::tuple<llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>, llvm::detail::provider_format_adapter<long unsigned int&>, llvm::detail::provider_format_adapter<const char*> > >::~formatv_object()' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 template <typename Tuple> class formatv_object : public formatv_object_base {
                                 ^~~~~~~~~~~~~~
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatCommon.h:14:0,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadic.h:33,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Utility/ConstString.h:14,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/include/lldb/Core/ArchSpec.h:15,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:10:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:30:29: warning: mangled name for 'virtual llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>::~provider_format_adapter()' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 template <typename T> class provider_format_adapter : public format_adapter {
                             ^~~~~~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/FormatVariadicDetails.h:30:29: warning: mangled name for 'virtual llvm::detail::provider_format_adapter<void (* (&)(int, void (*)(int)) throw ())(int)>::~provider_format_adapter()' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginPlatformAndroid.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android && /usr/bin/cmake -P CMakeFiles/lldbPluginPlatformAndroid.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/Android && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginPlatformAndroid.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginPlatformAndroid.a  CMakeFiles/lldbPluginPlatformAndroid.dir/AdbClient.cpp.o CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroid.cpp.o CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroidRemoteGDBServer.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginPlatformAndroid.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginPlatformAndroid
/usr/bin/make -f tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/build.make tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/depend.internal".
Scanning dependencies of target lldbPluginProcessMinidump
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/build.make tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpTypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpTypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleWatch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleWatch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationClient.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationClient.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_32.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_32.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_arm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_arm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_arm64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_arm64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteDarwinDevice.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteDarwinDevice.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp: In static member function 'static lldb_private::process_linux::NativeRegisterContextLinux* lldb_private::process_linux::NativeRegisterContextLinux::CreateHostNativeRegisterContextLinux(const lldb_private::ArchSpec&, lldb_private::NativeThreadProtocol&, uint32_t)':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp:251:66: warning: 'new' of type 'lldb_private::process_linux::NativeRegisterContextLinux_x86_64' with extended alignment 64 [-Waligned-new=]
                                                concrete_frame_idx);
                                                                  ^
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp:251:66: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp:251:66: note: use '-faligned-new' to enable C++17 over-aligned new support
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/ProcessMinidump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessMinidump.dir/ProcessMinidump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_mips64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_mips64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_s390x.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_s390x.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/NativeThreadLinux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessLinux.dir/NativeThreadLinux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginPlatformMacOSX.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX && /usr/bin/cmake -P CMakeFiles/lldbPluginPlatformMacOSX.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Platform/MacOSX && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginPlatformMacOSX.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginPlatformMacOSX.a  CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwin.cpp.o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwinKernel.cpp.o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformMacOSX.cpp.o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteiOS.cpp.o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleTV.cpp.o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleWatch.cpp.o CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteDarwinDevice.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginPlatformMacOSX.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginPlatformMacOSX
/usr/bin/make -f tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/build.make tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ScriptInterpreter/None /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/None /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/depend.internal".
Scanning dependencies of target lldbPluginScriptInterpreterNone
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/build.make tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/ScriptInterpreterNone.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/None && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/None -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ScriptInterpreter/None -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginScriptInterpreterNone.dir/ScriptInterpreterNone.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/ProcessorTrace.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessLinux.dir/ProcessorTrace.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/ThreadMinidump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessMinidump.dir/ThreadMinidump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerCommon.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerCommon.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp: In member function 'virtual lldb::RegisterContextSP lldb_private::minidump::ThreadMinidump::CreateRegisterContextForFrame(lldb_private::StackFrame*)':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp:82:47: warning: 'new' of type 'RegisterContextCorePOSIX_x86_64' with extended alignment 64 [-Waligned-new=]
           *this, reg_interface, gpregs, fpregs));
                                               ^
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp:82:47: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp:82:47: note: use '-faligned-new' to enable C++17 over-aligned new support
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp:92:47: warning: 'new' of type 'RegisterContextCorePOSIX_x86_64' with extended alignment 64 [-Waligned-new=]
           *this, reg_interface, gpregs, fpregs));
                                               ^
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp:92:47: note: uses 'void* operator new(std::size_t)', which does not have an alignment parameter
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp:92:47: note: use '-faligned-new' to enable C++17 over-aligned new support
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/Linux/CMakeFiles/lldbPluginProcessLinux.dir/SingleStepCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/. -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/../Utility  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessLinux.dir/SingleStepCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/Linux/SingleStepCheck.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginScriptInterpreterNone.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/None && /usr/bin/cmake -P CMakeFiles/lldbPluginScriptInterpreterNone.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/ScriptInterpreter/None && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginScriptInterpreterNone.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginScriptInterpreterNone.a  CMakeFiles/lldbPluginScriptInterpreterNone.dir/ScriptInterpreterNone.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginScriptInterpreterNone.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginScriptInterpreterNone
/usr/bin/make -f tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/build.make tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/StructuredData/DarwinLog /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/depend.internal".
Scanning dependencies of target lldbPluginStructuredDataDarwinLog
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/build.make tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/StructuredDataDarwinLog.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/StructuredData/DarwinLog -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/StructuredDataDarwinLog.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginProcessMinidump.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump && /usr/bin/cmake -P CMakeFiles/lldbPluginProcessMinidump.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/minidump && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginProcessMinidump.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginProcessMinidump.a  CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpTypes.cpp.o CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpParser.cpp.o CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_32.cpp.o CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_64.cpp.o CMakeFiles/lldbPluginProcessMinidump.dir/ProcessMinidump.cpp.o CMakeFiles/lldbPluginProcessMinidump.dir/ThreadMinidump.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginProcessMinidump.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginProcessMinidump
/usr/bin/make -f tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/build.make tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/Symtab /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/Symtab /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/depend.internal".
Scanning dependencies of target lldbPluginSymbolFileSymtab
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/build.make tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/SymbolFileSymtab.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/Symtab && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/Symtab -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/Symtab -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolFileSymtab.dir/SymbolFileSymtab.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginProcessLinux.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/cmake -P CMakeFiles/lldbPluginProcessLinux.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/Linux && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginProcessLinux.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginProcessLinux.a  CMakeFiles/lldbPluginProcessLinux.dir/NativeProcessLinux.cpp.o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux.cpp.o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_arm.cpp.o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_arm64.cpp.o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_x86_64.cpp.o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_mips64.cpp.o CMakeFiles/lldbPluginProcessLinux.dir/NativeRegisterContextLinux_s390x.cpp.o CMakeFiles/lldbPluginProcessLinux.dir/NativeThreadLinux.cpp.o CMakeFiles/lldbPluginProcessLinux.dir/ProcessorTrace.cpp.o CMakeFiles/lldbPluginProcessLinux.dir/SingleStepCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginProcessLinux.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginProcessLinux
/usr/bin/make -f tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/build.make tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/depend.internal".
Scanning dependencies of target lldbPluginSystemRuntimeMacOSX
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/build.make tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetItemInfoHandler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetItemInfoHandler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerLLGS.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerLLGS.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginSymbolFileSymtab.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/Symtab && /usr/bin/cmake -P CMakeFiles/lldbPluginSymbolFileSymtab.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolFile/Symtab && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginSymbolFileSymtab.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginSymbolFileSymtab.a  CMakeFiles/lldbPluginSymbolFileSymtab.dir/SymbolFileSymtab.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginSymbolFileSymtab.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginSymbolFileSymtab
/usr/bin/make -f tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/build.make tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolVendor/ELF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolVendor/ELF /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/depend.internal".
Scanning dependencies of target lldbPluginSymbolVendorELF
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/build.make tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/SymbolVendorELF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolVendor/ELF && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolVendor/ELF -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolVendor/ELF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSymbolVendorELF.dir/SymbolVendorELF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginSymbolVendorELF.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolVendor/ELF && /usr/bin/cmake -P CMakeFiles/lldbPluginSymbolVendorELF.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SymbolVendor/ELF && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginSymbolVendorELF.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginSymbolVendorELF.a  CMakeFiles/lldbPluginSymbolVendorELF.dir/SymbolVendorELF.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginSymbolVendorELF.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginSymbolVendorELF
/usr/bin/make -f tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/build.make tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/depend.internal".
Scanning dependencies of target lldbPluginUnwindAssemblyInstEmulation
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/build.make tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/UnwindAssemblyInstEmulation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/UnwindAssemblyInstEmulation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginStructuredDataDarwinLog.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog && /usr/bin/cmake -P CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginStructuredDataDarwinLog.a  CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/StructuredDataDarwinLog.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginStructuredDataDarwinLog.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginStructuredDataDarwinLog
/usr/bin/make -f tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/build.make tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/UnwindAssembly/x86 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/depend.internal".
Scanning dependencies of target lldbPluginUnwindAssemblyX86
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/build.make tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/UnwindAssembly-x86.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/UnwindAssembly/x86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginUnwindAssemblyX86.dir/UnwindAssembly-x86.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetPendingItemsHandler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetPendingItemsHandler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginUnwindAssemblyInstEmulation.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation && /usr/bin/cmake -P CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginUnwindAssemblyInstEmulation.a  CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/UnwindAssemblyInstEmulation.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginUnwindAssemblyInstEmulation.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginUnwindAssemblyInstEmulation
/usr/bin/make -f tools/lldb/unittests/Utility/Helpers/CMakeFiles/lldbUtilityHelpers.dir/build.make tools/lldb/unittests/Utility/Helpers/CMakeFiles/lldbUtilityHelpers.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/unittests/Utility/Helpers /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers/CMakeFiles/lldbUtilityHelpers.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers/CMakeFiles/lldbUtilityHelpers.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers/CMakeFiles/lldbUtilityHelpers.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers/CMakeFiles/lldbUtilityHelpers.dir/depend.internal".
Scanning dependencies of target lldbUtilityHelpers
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/unittests/Utility/Helpers/CMakeFiles/lldbUtilityHelpers.dir/build.make tools/lldb/unittests/Utility/Helpers/CMakeFiles/lldbUtilityHelpers.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object tools/lldb/unittests/Utility/Helpers/CMakeFiles/lldbUtilityHelpers.dir/MockTildeExpressionResolver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/unittests/Utility/Helpers -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -include /build/llvm-toolchain-5.0-5.0.1/tools/lldb/unittests/gtest_common.h -fno-exceptions -o CMakeFiles/lldbUtilityHelpers.dir/MockTildeExpressionResolver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/unittests/Utility/Helpers/MockTildeExpressionResolver.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/x86AssemblyInspectionEngine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86 && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86 -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/UnwindAssembly/x86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginUnwindAssemblyX86.dir/x86AssemblyInspectionEngine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerPlatform.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerPlatform.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
[ 48%] Building CXX object tools/lldb/unittests/Utility/Helpers/CMakeFiles/lldbUtilityHelpers.dir/TestUtilities.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/unittests/Utility/Helpers -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -include /build/llvm-toolchain-5.0-5.0.1/tools/lldb/unittests/gtest_common.h -fno-exceptions -o CMakeFiles/lldbUtilityHelpers.dir/TestUtilities.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/unittests/Utility/Helpers/TestUtilities.cpp
[ 48%] Linking CXX static library ../../../../../lib/liblldbUtilityHelpers.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers && /usr/bin/cmake -P CMakeFiles/lldbUtilityHelpers.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/unittests/Utility/Helpers && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbUtilityHelpers.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/liblldbUtilityHelpers.a  CMakeFiles/lldbUtilityHelpers.dir/MockTildeExpressionResolver.cpp.o CMakeFiles/lldbUtilityHelpers.dir/TestUtilities.cpp.o
/usr/bin/ranlib ../../../../../lib/liblldbUtilityHelpers.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbUtilityHelpers
/usr/bin/make -f lib/IR/CMakeFiles/LLVMCore.dir/build.make lib/IR/CMakeFiles/LLVMCore.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/LLVMCore.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/LLVMCore.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/LLVMCore.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/LLVMCore.dir/depend.internal".
Scanning dependencies of target LLVMCore
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/IR/CMakeFiles/LLVMCore.dir/build.make lib/IR/CMakeFiles/LLVMCore.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/AsmWriter.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginUnwindAssemblyX86.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86 && /usr/bin/cmake -P CMakeFiles/lldbPluginUnwindAssemblyX86.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/UnwindAssembly/x86 && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginUnwindAssemblyX86.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginUnwindAssemblyX86.a  CMakeFiles/lldbPluginUnwindAssemblyX86.dir/UnwindAssembly-x86.cpp.o CMakeFiles/lldbPluginUnwindAssemblyX86.dir/x86AssemblyInspectionEngine.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginUnwindAssemblyX86.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginUnwindAssemblyX86
/usr/bin/make -f lib/IRReader/CMakeFiles/LLVMIRReader.dir/build.make lib/IRReader/CMakeFiles/LLVMIRReader.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/IRReader /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader/CMakeFiles/LLVMIRReader.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader/CMakeFiles/LLVMIRReader.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader/CMakeFiles/LLVMIRReader.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader/CMakeFiles/LLVMIRReader.dir/depend.internal".
Scanning dependencies of target LLVMIRReader
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/IRReader/CMakeFiles/LLVMIRReader.dir/build.make lib/IRReader/CMakeFiles/LLVMIRReader.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader -I/build/llvm-toolchain-5.0-5.0.1/lib/IRReader -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IRReader/IRReader.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetQueuesHandler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetQueuesHandler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteRegisterContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteRegisterContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
[ 48%] Linking CXX static library ../libLLVMIRReader.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader && /usr/bin/cmake -P CMakeFiles/LLVMIRReader.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMIRReader.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMIRReader.a  CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o
/usr/bin/ranlib ../libLLVMIRReader.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target LLVMIRReader
/usr/bin/make -f lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/build.make lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/build.make lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AggressiveAntiDepBreaker.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemote.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemote.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Attributes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Attributes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Attributes.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetThreadItemInfoHandler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetThreadItemInfoHandler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AllocationOrder.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/AutoUpgrade.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/Analysis.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/SystemRuntimeMacOSX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/SystemRuntimeMacOSX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemoteLog.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemoteLog.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/BasicBlock.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Comdat.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Comdat.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AtomicExpandPass.cpp
[ 48%] Building CXX object tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ThreadGDBRemote.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldbPluginProcessGDBRemote.dir/ThreadGDBRemote.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/ConstantFold.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/ConstantRange.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginProcessGDBRemote.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/cmake -P CMakeFiles/lldbPluginProcessGDBRemote.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/Process/gdb-remote && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginProcessGDBRemote.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginProcessGDBRemote.a  CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteClientBase.cpp.o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunication.cpp.o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationClient.cpp.o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServer.cpp.o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerCommon.cpp.o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerLLGS.cpp.o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerPlatform.cpp.o CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteRegisterContext.cpp.o CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemote.cpp.o CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemoteLog.cpp.o CMakeFiles/lldbPluginProcessGDBRemote.dir/ThreadGDBRemote.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginProcessGDBRemote.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginProcessGDBRemote
/usr/bin/make -f lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/build.make lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/depend.internal".
Scanning dependencies of target LLVMSelectionDAG
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/build.make lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
[ 48%] Linking CXX static library ../../../../../../lib/liblldbPluginSystemRuntimeMacOSX.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX && /usr/bin/cmake -P CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/Plugins/SystemRuntime/MacOSX && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/liblldbPluginSystemRuntimeMacOSX.a  CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetItemInfoHandler.cpp.o CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetPendingItemsHandler.cpp.o CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetQueuesHandler.cpp.o CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetThreadItemInfoHandler.cpp.o CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/SystemRuntimeMacOSX.cpp.o
/usr/bin/ranlib ../../../../../../lib/liblldbPluginSystemRuntimeMacOSX.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target lldbPluginSystemRuntimeMacOSX
/usr/bin/make -f lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/build.make lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/build.make lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/AddressPool.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Constants.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Constants.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Constants.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/BasicTargetTransformInfo.cpp
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/ARMException.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchCoalescing.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/BranchCoalescing.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/BranchCoalescing.cpp
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Core.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Core.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Core.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/BranchFolding.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/DIBuilder.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/BranchRelaxation.cpp
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DataLayout.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/DataLayout.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/DataLayout.cpp
[ 48%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/FastISel.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/DebugInfo.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BuiltinGCs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/BuiltinGCs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/BuiltinGCs.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/CalcSpillWeights.cpp
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/DebugInfoMetadata.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/CallingConvLower.cpp
[ 48%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DbgValueHistoryCalculator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DbgValueHistoryCalculator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/CodeGen.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/CodeGenPrepare.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/DebugLoc.cpp
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/DiagnosticInfo.cpp
[ 48%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/CodeGenPrepare.cpp:2622:6: warning: 'void {anonymous}::ExtAddrMode::print(llvm::raw_ostream&) const' defined but not used [-Wunused-function]
 void ExtAddrMode::print(raw_ostream &OS) const {
      ^~~~~~~~~~~
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/DiagnosticPrinter.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Dominators.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Dominators.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Dominators.cpp
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DebugLocStream.cpp
[ 48%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CountingFunctionInserter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/CountingFunctionInserter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/CountingFunctionInserter.cpp
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DIE.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Function.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Function.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Function.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/CriticalAntiDepBreaker.cpp
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DIEHash.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/DeadMachineInstructionElim.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/GCOV.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/GCOV.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/GCOV.cpp
[ 48%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/DetectDeadLanes.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/GVMaterializer.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Globals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Globals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Globals.cpp
[ 48%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfAccelTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DwarfAccelTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
[ 48%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/DFAPacketizer.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/IRBuilder.cpp
[ 48%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
[ 48%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/IRPrintingPasses.cpp
[ 50%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
[ 50%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/InlineAsm.cpp
[ 50%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/DwarfEHPrepare.cpp
[ 50%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
[ 50%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
[ 50%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Instruction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Instruction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Instruction.cpp
[ 50%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/EarlyIfConversion.cpp
[ 50%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Instructions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Instructions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Instructions.cpp
[ 50%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
[ 50%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
[ 50%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/EdgeBundles.cpp
[ 50%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/IntrinsicInst.cpp
[ 50%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
[ 50%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExecutionDepsFix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ExecutionDepsFix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ExecutionDepsFix.cpp
[ 50%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/LLVMContext.cpp
[ 50%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/LLVMContextImpl.cpp
[ 50%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
[ 50%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
[ 50%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandISelPseudos.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ExpandISelPseudos.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ExpandISelPseudos.cpp
[ 50%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ExpandPostRAPseudos.cpp
[ 50%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DwarfFile.cpp
[ 50%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/LegacyPassManager.cpp
[ 50%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
[ 50%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandReductions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ExpandReductions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ExpandReductions.cpp
[ 50%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
[ 51%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/MDBuilder.cpp
[ 51%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
[ 51%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/FaultMaps.cpp
[ 51%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Mangler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Mangler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Mangler.cpp
[ 51%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
[ 51%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Metadata.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Metadata.cpp
[ 51%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FEntryInserter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/FEntryInserter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/FEntryInserter.cpp
[ 51%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
[ 51%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/FuncletLayout.cpp
[ 51%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/EHStreamer.cpp
[ 51%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GCMetadata.cpp
[ 51%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Module.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Module.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Module.cpp
[ 51%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GCMetadataPrinter.cpp
[ 51%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
[ 51%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GCRootLowering.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/ModuleSummaryIndex.cpp
[ 52%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCStrategy.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/GCStrategy.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GCStrategy.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalMerge.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Operator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Operator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Operator.cpp
[ 52%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/OptBisect.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/OptBisect.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/OptBisect.cpp
[ 52%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/WinException.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Pass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Pass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Pass.cpp
[ 52%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/IfConversion.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/PassManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/PassManager.cpp
[ 52%] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/PassRegistry.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/SafepointIRVerifier.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/SafepointIRVerifier.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/SafepointIRVerifier.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ImplicitNullChecks.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/ProfileSummary.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/InlineSpiller.cpp
[ 52%] Linking CXX static library ../../libLLVMAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/cmake -P CMakeFiles/LLVMAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMAsmPrinter.a  CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DbgValueHistoryCalculator.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DwarfAccelTable.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o
/usr/bin/ranlib ../../libLLVMAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Built target LLVMAsmPrinter
/usr/bin/make -f lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/build.make lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MIRParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/depend.internal".
Scanning dependencies of target LLVMMIRParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/build.make lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MILexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MIRParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMIRParser.dir/MILexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MIRParser/MILexer.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Statepoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Statepoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Statepoint.cpp
[ 52%] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MIRParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMIRParser.dir/MIParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MIRParser/MIParser.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Type.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Type.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Type.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/TypeFinder.cpp
[ 52%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Use.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Use.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Use.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/InterferenceCache.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/User.cpp.o
[ 52%] Building CXX object lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIRParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MIRParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMIRParser.dir/MIRParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MIRParser/MIRParser.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/User.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/User.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Value.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Value.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Value.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/InterleavedAccessPass.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/ValueSymbolTable.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/ValueTypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/ValueTypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/ValueTypes.cpp
[ 52%] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/lib/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCore.dir/Verifier.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/IR/Verifier.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/IntrinsicLowering.cpp
[ 52%] Linking CXX static library ../../libLLVMMIRParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser && /usr/bin/cmake -P CMakeFiles/LLVMMIRParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMIRParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMMIRParser.a  CMakeFiles/LLVMMIRParser.dir/MILexer.cpp.o CMakeFiles/LLVMMIRParser.dir/MIParser.cpp.o CMakeFiles/LLVMMIRParser.dir/MIRParser.cpp.o
/usr/bin/ranlib ../../libLLVMMIRParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Built target LLVMMIRParser
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LatencyPriorityQueue.cpp
[ 52%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGAddressAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGAddressAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LazyMachineBlockFrequencyInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LazyMachineBlockFrequencyInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LexicalScopes.cpp
[ 52%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveDebugValues.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveDebugValues.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveDebugVariables.cpp
[ 52%] Linking CXX static library ../libLLVMCore.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/cmake -P CMakeFiles/LLVMCore.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMCore.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMCore.a  CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o CMakeFiles/LLVMCore.dir/Attributes.cpp.o CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o CMakeFiles/LLVMCore.dir/Comdat.cpp.o CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o CMakeFiles/LLVMCore.dir/Constants.cpp.o CMakeFiles/LLVMCore.dir/Core.cpp.o CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o CMakeFiles/LLVMCore.dir/DataLayout.cpp.o CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o CMakeFiles/LLVMCore.dir/Dominators.cpp.o CMakeFiles/LLVMCore.dir/Function.cpp.o CMakeFiles/LLVMCore.dir/GCOV.cpp.o CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o CMakeFiles/LLVMCore.dir/Globals.cpp.o CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o CMakeFiles/LLVMCore.dir/Instruction.cpp.o CMakeFiles/LLVMCore.dir/Instructions.cpp.o CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o CMakeFiles/LLVMCore.dir/Mangler.cpp.o CMakeFiles/LLVMCore.dir/Metadata.cpp.o CMakeFiles/LLVMCore.dir/Module.cpp.o CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o CMakeFiles/LLVMCore.dir/Operator.cpp.o CMakeFiles/LLVMCore.dir/OptBisect.cpp.o CMakeFiles/LLVMCore.dir/Pass.cpp.o CMakeFiles/LLVMCore.dir/PassManager.cpp.o CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o CMakeFiles/LLVMCore.dir/SafepointIRVerifier.cpp.o CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o CMakeFiles/LLVMCore.dir/Statepoint.cpp.o CMakeFiles/LLVMCore.dir/Type.cpp.o CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o CMakeFiles/LLVMCore.dir/Use.cpp.o CMakeFiles/LLVMCore.dir/User.cpp.o CMakeFiles/LLVMCore.dir/Value.cpp.o CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o CMakeFiles/LLVMCore.dir/ValueTypes.cpp.o CMakeFiles/LLVMCore.dir/Verifier.cpp.o
/usr/bin/ranlib ../libLLVMCore.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Built target LLVMCore
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveIntervalAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveIntervalAnalysis.cpp
[ 52%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveDebugVariables.cpp:391:6: warning: 'void {anonymous}::LDVImpl::print(llvm::raw_ostream&)' defined but not used [-Wunused-function]
 void LDVImpl::print(raw_ostream &OS) {
      ^~~~~~~
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveInterval.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveIntervalUnion.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LivePhysRegs.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveRangeCalc.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveRangeEdit.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeShrink.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveRangeShrink.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveRangeShrink.cpp
[ 52%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveRegMatrix.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegUnits.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveRegUnits.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveRegUnits.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveStackAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveStackAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveStackAnalysis.cpp
[ 52%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
[ 52%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LiveVariables.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LLVMTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LLVMTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LLVMTargetMachine.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LocalStackSlotAllocation.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowLevelType.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LowLevelType.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LowLevelType.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/LowerEmuTLS.cpp
/usr/bin/make -f lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/build.make lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/depend.internal".
Scanning dependencies of target LLVMGlobalISel
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/build.make lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CallLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/CallLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/CallLowering.cpp
[ 52%] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG/TargetLowering.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineBasicBlock.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineBlockFrequencyInfo.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/IRTranslator.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineBlockPlacement.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineBranchProbabilityInfo.cpp
[ 52%] Linking CXX static library ../../libLLVMSelectionDAG.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/cmake -P CMakeFiles/LLVMSelectionDAG.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSelectionDAG.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMSelectionDAG.a  CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGAddressAnalysis.cpp.o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o
/usr/bin/ranlib ../../libLLVMSelectionDAG.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Built target LLVMSelectionDAG
/usr/bin/make -f lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/build.make lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/depend.internal".
Scanning dependencies of target LLVMBitReader
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/build.make lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader -I/build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader/BitReader.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineCombiner.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelect.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/InstructionSelect.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/InstructionSelect.cpp
[ 52%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader -I/build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader/BitcodeReader.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineCopyPropagation.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/InstructionSelector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/InstructionSelector.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineCSE.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/MachineIRBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/MachineIRBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineDominanceFrontier.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineDominators.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFrameInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineFrameInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineFrameInfo.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerHelper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/LegalizerHelper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
[ 52%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitstreamReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader -I/build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBitReader.dir/BitstreamReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader/BitstreamReader.cpp
[ 52%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader -I/build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader/MetadataLoader.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineFunction.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineFunctionPass.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Legalizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/Legalizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/Legalizer.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineFunctionPrinterPass.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/LegalizerInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
[ 52%] Building CXX object lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader -I/build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader/ValueList.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineInstrBundle.cpp
[ 52%] Linking CXX static library ../../libLLVMBitReader.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader && /usr/bin/cmake -P CMakeFiles/LLVMBitReader.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMBitReader.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMBitReader.a  CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o CMakeFiles/LLVMBitReader.dir/BitstreamReader.cpp.o CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o
/usr/bin/ranlib ../../libLLVMBitReader.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Built target LLVMBitReader
/usr/bin/make -f lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/build.make lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Writer /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/depend.internal".
Scanning dependencies of target LLVMBitWriter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/build.make lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer -I/build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Writer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Writer/BitWriter.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineInstr.cpp
[ 52%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer -I/build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Writer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Writer/BitcodeWriter.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Localizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/Localizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/Localizer.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineLICM.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegBankSelect.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/RegBankSelect.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/RegBankSelect.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineLoopInfo.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegisterBank.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/RegisterBank.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/RegisterBank.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineModuleInfo.cpp
[ 52%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer -I/build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Writer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Writer/BitcodeWriterPass.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineModuleInfoImpls.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOptimizationRemarkEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineOptimizationRemarkEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegisterBankInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/RegisterBankInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
[ 52%] Building CXX object lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer -I/build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Writer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Writer/ValueEnumerator.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOutliner.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineOutliner.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineOutliner.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePassRegistry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachinePassRegistry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachinePassRegistry.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Utils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/Utils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/Utils.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachinePipeliner.cpp
[ 52%] Linking CXX static library ../../libLLVMBitWriter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer && /usr/bin/cmake -P CMakeFiles/LLVMBitWriter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMBitWriter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMBitWriter.a  CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o
/usr/bin/ranlib ../../libLLVMBitWriter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Built target LLVMBitWriter
/usr/bin/make -f lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/build.make lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/depend.internal".
Scanning dependencies of target LLVMTransformUtils
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/build.make lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/ASanStackFrameLayout.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachinePostDominators.cpp
[ 52%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/AddDiscriminators.cpp
[ 52%] Building CXX object lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel/GlobalISel.cpp
[ 52%] Linking CXX static library ../../libLLVMGlobalISel.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/cmake -P CMakeFiles/LLVMGlobalISel.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMGlobalISel.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMGlobalISel.a  CMakeFiles/LLVMGlobalISel.dir/CallLowering.cpp.o CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o CMakeFiles/LLVMGlobalISel.dir/InstructionSelect.cpp.o CMakeFiles/LLVMGlobalISel.dir/InstructionSelector.cpp.o CMakeFiles/LLVMGlobalISel.dir/MachineIRBuilder.cpp.o CMakeFiles/LLVMGlobalISel.dir/LegalizerHelper.cpp.o CMakeFiles/LLVMGlobalISel.dir/Legalizer.cpp.o CMakeFiles/LLVMGlobalISel.dir/LegalizerInfo.cpp.o CMakeFiles/LLVMGlobalISel.dir/Localizer.cpp.o CMakeFiles/LLVMGlobalISel.dir/RegBankSelect.cpp.o CMakeFiles/LLVMGlobalISel.dir/RegisterBank.cpp.o CMakeFiles/LLVMGlobalISel.dir/RegisterBankInfo.cpp.o CMakeFiles/LLVMGlobalISel.dir/Utils.cpp.o CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o
/usr/bin/ranlib ../../libLLVMGlobalISel.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Built target LLVMGlobalISel
/usr/bin/make -f lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/build.make lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/depend.internal".
Scanning dependencies of target LLVMInstrumentation
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/build.make lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/AddressSanitizer.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachinePipeliner.cpp:3964:6: warning: 'void {anonymous}::SMSchedule::print(llvm::raw_ostream&) const' defined but not used [-Wunused-function]
 void SMSchedule::print(raw_ostream &os) const {
      ^~~~~~~~~~
[ 52%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/BasicBlockUtils.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineRegionInfo.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineRegisterInfo.cpp
[ 52%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/BreakCriticalEdges.cpp
[ 52%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/BoundsChecking.cpp
[ 52%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/BuildLibCalls.cpp
[ 52%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineScheduler.cpp
/usr/bin/make -f lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/build.make lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/depend.internal".
Scanning dependencies of target LLVMInstCombine
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/build.make lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 52%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstructionCombining.cpp
[ 52%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/BypassSlowDivision.cpp
[ 52%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/CloneFunction.cpp
[ 52%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/GCOVProfiling.cpp
[ 52%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineAddSub.cpp
[ 52%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineSink.cpp
[ 52%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
[ 52%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/CloneModule.cpp
[ 54%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/MemorySanitizer.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineSSAUpdater.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CmpInstAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/CmpInstAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/CmpInstAnalysis.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/CodeExtractor.cpp
[ 54%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineCalls.cpp
[ 54%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineTraceMetrics.cpp
[ 54%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/Instrumentation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/Instrumentation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/Instrumentation.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/CtorUtils.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MachineVerifier.cpp
[ 54%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/InstrProfiling.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/DemoteRegToStack.cpp
[ 54%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineCasts.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/EscapeEnumerator.cpp
[ 54%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineCompares.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/Evaluator.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/PatchableFunction.cpp
[ 54%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/FlattenCFG.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MIRPrinter.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/FunctionComparator.cpp
[ 54%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
[ 54%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/FunctionImportUtils.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/GlobalStatus.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MIRPrintingPass.cpp
[ 54%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/InlineFunction.cpp
[ 54%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MacroFusion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/MacroFusion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MacroFusion.cpp
[ 54%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
[ 54%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombinePHI.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/OptimizePHIs.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ImportedFunctionsInliningStatistics.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/ImportedFunctionsInliningStatistics.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
[ 54%] Building CXX object lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/EfficiencySanitizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstrumentation.dir/EfficiencySanitizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ParallelCG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ParallelCG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ParallelCG.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/InstructionNamer.cpp
[ 54%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineSelect.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/IntegerDivision.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/PeepholeOptimizer.cpp
[ 54%] Linking CXX static library ../../libLLVMInstrumentation.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/cmake -P CMakeFiles/LLVMInstrumentation.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMInstrumentation.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMInstrumentation.a  CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o CMakeFiles/LLVMInstrumentation.dir/Instrumentation.cpp.o CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o CMakeFiles/LLVMInstrumentation.dir/EfficiencySanitizer.cpp.o
/usr/bin/ranlib ../../libLLVMInstrumentation.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 54%] Built target LLVMInstrumentation
/usr/bin/make -f lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/build.make lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/depend.internal".
Scanning dependencies of target LLVMScalarOpts
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/build.make lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/ADCE.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LCSSA.cpp
[ 54%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineShifts.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/PHIElimination.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
[ 54%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/Local.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/PHIEliminationUtils.cpp
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/BDCE.cpp
[ 54%] Building CXX object lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/PostRAHazardRecognizer.cpp
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/ConstantHoisting.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/PostRASchedulerList.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LoopSimplify.cpp
[ 54%] Linking CXX static library ../../libLLVMInstCombine.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/cmake -P CMakeFiles/LLVMInstCombine.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMInstCombine.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMInstCombine.a  CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o
/usr/bin/ranlib ../../libLLVMInstCombine.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 54%] Built target LLVMInstCombine
/usr/bin/make -f lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/build.make lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/depend.internal".
Scanning dependencies of target LLVMipo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/build.make lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 54%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/AlwaysInliner.cpp
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantProp.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/ConstantProp.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/ConstantProp.cpp
[ 54%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/ArgumentPromotion.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/PreISelIntrinsicLowering.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LoopUnroll.cpp
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ProcessImplicitDefs.cpp
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/DCE.cpp
[ 54%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/BarrierNoopPass.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/PrologEpilogInserter.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollPeel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LoopUnrollPeel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LoopUnrollPeel.cpp
[ 54%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/ConstantMerge.cpp
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/DeadStoreElimination.cpp
[ 54%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/CrossDSOCFI.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LoopUnrollRuntime.cpp
[ 54%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/DeadArgumentElimination.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/PseudoSourceValue.cpp
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/EarlyCSE.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegAllocBase.cpp
[ 54%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/ElimAvailExtern.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LoopUtils.cpp
[ 54%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/ExtractGV.cpp
[ 54%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegAllocBasic.cpp
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/FlattenCFGPass.cpp
[ 54%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/ForceFunctionAttrs.cpp
[ 54%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/Float2Int.cpp
[ 54%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LoopVersioning.cpp
[ 54%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/FunctionAttrs.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegAllocFast.cpp
[ 55%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/GuardWidening.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LowerInvoke.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/GuardWidening.cpp:667:11: warning: 'static llvm::StringRef {anonymous}::GuardWideningImpl::scoreTypeToString({anonymous}::GuardWideningImpl::WideningScore)' defined but not used [-Wunused-function]
 StringRef GuardWideningImpl::scoreTypeToString(WideningScore WS) {
           ^~~~~~~~~~~~~~~~~
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/FunctionImport.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerMemIntrinsics.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LowerMemIntrinsics.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LowerMemIntrinsics.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegAllocGreedy.cpp
[ 55%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/GVN.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/LowerSwitch.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/GlobalDCE.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/Mem2Reg.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/MetaRenamer.cpp
[ 55%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/GVNHoist.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/GlobalOpt.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegAllocPBQP.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/ModuleUtils.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/NameAnonGlobals.cpp
[ 55%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNSink.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/GVNSink.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/GVNSink.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/GlobalSplit.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/OrderedInstructions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/OrderedInstructions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/OrderedInstructions.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegisterClassInfo.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPConstantPropagation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/IPConstantPropagation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/IPConstantPropagation.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PredicateInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/PredicateInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/PredicateInfo.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/IPO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/IPO.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegisterCoalescer.cpp
[ 55%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IVUsersPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/IVUsersPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/IVUsersPrinter.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/InferFunctionAttrs.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InlineSimple.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/InlineSimple.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/InlineSimple.cpp
[ 55%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegisterPressure.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Inliner.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/Inliner.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/Inliner.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/StripGCRelocates.cpp
[ 55%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/IndVarSimplify.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/SSAUpdater.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegisterScavenging.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Internalize.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/Internalize.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/Internalize.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/SanitizerStats.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RenameIndependentSubregs.cpp
[ 55%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InferAddressSpaces.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/InferAddressSpaces.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/InferAddressSpaces.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/LoopExtractor.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/SimplifyCFG.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/LowerTypeTests.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegisterUsageInfo.cpp
[ 55%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/JumpThreading.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegUsageInfoCollector.cpp
[ 55%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LICM.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/RegUsageInfoPropagate.cpp
[ 55%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/SimplifyIndVar.cpp
[ 55%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/MergeFunctions.cpp
[ 55%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ResetMachineFunctionPass.cpp
[ 56%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyInstructions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/SimplifyInstructions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/SimplifyInstructions.cpp
[ 56%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SafeStack.cpp
[ 56%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/PartialInlining.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopAccessAnalysisPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopAccessAnalysisPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp
[ 58%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/SimplifyLibCalls.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopSink.cpp
[ 58%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PassManagerBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/PassManagerBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/PassManagerBuilder.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackColoring.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/SafeStackColoring.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SafeStackColoring.cpp
[ 58%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/SplitModule.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopDeletion.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SafeStackLayout.cpp
[ 58%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
[ 58%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PruneEH.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/PruneEH.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/PruneEH.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScalarizeMaskedMemIntrin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ScalarizeMaskedMemIntrin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
[ 58%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/SymbolRewriter.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopDataPrefetch.cpp
[ 58%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/SampleProfile.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ScheduleDAG.cpp
[ 58%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
[ 58%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/Utils.cpp
[ 58%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/ValueMapper.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopDistribute.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/SampleProfile.cpp:450:6: warning: 'void {anonymous}::SampleProfileLoader::printBlockWeight(llvm::raw_ostream&, const llvm::BasicBlock*) const' defined but not used [-Wunused-function]
 void SampleProfileLoader::printBlockWeight(raw_ostream &OS,
      ^~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/SampleProfile.cpp:439:6: warning: 'void {anonymous}::SampleProfileLoader::printBlockEquivalence(llvm::raw_ostream&, const llvm::BasicBlock*)' defined but not used [-Wunused-function]
 void SampleProfileLoader::printBlockEquivalence(raw_ostream &OS,
      ^~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/SampleProfile.cpp:430:6: warning: 'void {anonymous}::SampleProfileLoader::printEdgeWeight(llvm::raw_ostream&, {anonymous}::Edge)' defined but not used [-Wunused-function]
 void SampleProfileLoader::printEdgeWeight(raw_ostream &OS, Edge E) {
      ^~~~~~~~~~~~~~~~~~~
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ScheduleDAGInstrs.cpp
[ 58%] Building CXX object lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/VNCoercion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTransformUtils.dir/VNCoercion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils/VNCoercion.cpp
[ 58%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/StripDeadPrototypes.cpp
[ 58%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/StripSymbols.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
[ 58%] Linking CXX static library ../../libLLVMTransformUtils.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/cmake -P CMakeFiles/LLVMTransformUtils.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMTransformUtils.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMTransformUtils.a  CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o CMakeFiles/LLVMTransformUtils.dir/CmpInstAnalysis.cpp.o CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o CMakeFiles/LLVMTransformUtils.dir/ImportedFunctionsInliningStatistics.cpp.o CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o CMakeFiles/LLVMTransformUtils.dir/LoopUnrollPeel.cpp.o CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o CMakeFiles/LLVMTransformUtils.dir/LowerMemIntrinsics.cpp.o CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o CMakeFiles/LLVMTransformUtils.dir/OrderedInstructions.cpp.o CMakeFiles/LLVMTransformUtils.dir/PredicateInfo.cpp.o CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o CMakeFiles/LLVMTransformUtils.dir/SimplifyInstructions.cpp.o CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o CMakeFiles/LLVMTransformUtils.dir/VNCoercion.cpp.o
/usr/bin/ranlib ../../libLLVMTransformUtils.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Built target LLVMTransformUtils
/usr/bin/make -f lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/build.make lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Vectorize /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/depend.internal".
Scanning dependencies of target LLVMVectorize
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/build.make lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Vectorize -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ScheduleDAGPrinter.cpp
[ 58%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ScoreboardHazardRecognizer.cpp
[ 58%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Vectorize -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Vectorize/LoopVectorize.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopInstSimplify.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ShadowStackGCLowering.cpp
[ 58%] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO/WholeProgramDevirt.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/ShrinkWrap.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopInterchange.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SjLjEHPrepare.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopLoadElimination.cpp
[ 58%] Linking CXX static library ../../libLLVMipo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/cmake -P CMakeFiles/LLVMipo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMipo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMipo.a  CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o CMakeFiles/LLVMipo.dir/IPConstantPropagation.cpp.o CMakeFiles/LLVMipo.dir/IPO.cpp.o CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o CMakeFiles/LLVMipo.dir/InlineSimple.cpp.o CMakeFiles/LLVMipo.dir/Inliner.cpp.o CMakeFiles/LLVMipo.dir/Internalize.cpp.o CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o CMakeFiles/LLVMipo.dir/PassManagerBuilder.cpp.o CMakeFiles/LLVMipo.dir/PruneEH.cpp.o CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o
/usr/bin/ranlib ../../libLLVMipo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Built target LLVMipo
/usr/bin/make -f lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/build.make lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Hello /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/depend.internal".
Scanning dependencies of target LLVMHello
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/build.make lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Building CXX object lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/Hello.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Hello -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/LLVMHello.dir/Hello.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Hello/Hello.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SlotIndexes.cpp
[ 58%] Linking CXX shared module ../../LLVMHello.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMHello.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections  -Wl,--version-script,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/LLVMHello.exports -Wl,-z,relro -shared  -o ../../LLVMHello.so CMakeFiles/LLVMHello.dir/Hello.cpp.o -Wl,-rpath,"\$ORIGIN/../lib" 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Built target LLVMHello
/usr/bin/make -f lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/build.make lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/depend.internal".
Scanning dependencies of target LLVMObjCARCOpts
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/build.make lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC/ObjCARC.cpp
[ 58%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Vectorize -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Vectorize/SLPVectorizer.cpp
[ 58%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopPassManager.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SpillPlacement.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SplitKit.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopPredication.cpp
[ 58%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC/ObjCARCExpand.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRerollPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopRerollPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopRerollPass.cpp
[ 58%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
[ 58%] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Vectorize -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Vectorize/Vectorize.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/StackColoring.cpp
[ 58%] Linking CXX static library ../../libLLVMVectorize.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize && /usr/bin/cmake -P CMakeFiles/LLVMVectorize.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMVectorize.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMVectorize.a  CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o
/usr/bin/ranlib ../../libLLVMVectorize.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Built target LLVMVectorize
/usr/bin/make -f lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/build.make lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/depend.internal".
Scanning dependencies of target LLVMCoroutines
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/build.make lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines/Coroutines.cpp
[ 58%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC/ObjCARCContract.cpp
[ 58%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines/CoroCleanup.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopRotation.cpp
[ 58%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC/DependencyAnalysis.cpp
[ 58%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines/CoroEarly.cpp
[ 58%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines/CoroElide.cpp
[ 58%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/StackMapLivenessAnalysis.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
[ 58%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines/CoroFrame.cpp
[ 58%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/StackMaps.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopStrengthReduce.cpp
[ 58%] Building CXX object lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC/PtrState.cpp
[ 58%] Building CXX object lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines/CoroSplit.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopStrengthReduce.cpp:5349:6: warning: 'void {anonymous}::LSRInstance::print(llvm::raw_ostream&) const' defined but not used [-Wunused-function]
 void LSRInstance::print(raw_ostream &OS) const {
      ^~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopStrengthReduce.cpp:3844:6: warning: 'void {anonymous}::WorkItem::print(llvm::raw_ostream&) const' defined but not used [-Wunused-function]
 void WorkItem::print(raw_ostream &OS) const {
      ^~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1346:6: warning: 'void {anonymous}::Cost::print(llvm::raw_ostream&) const' defined but not used [-Wunused-function]
 void Cost::print(raw_ostream &OS) const {
      ^~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopStrengthReduce.cpp:198:6: warning: 'void {anonymous}::RegSortData::print(llvm::raw_ostream&) const' defined but not used [-Wunused-function]
 void RegSortData::print(raw_ostream &OS) const {
      ^~~~~~~~~~~
[ 58%] Linking CXX static library ../../libLLVMObjCARCOpts.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/cmake -P CMakeFiles/LLVMObjCARCOpts.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMObjCARCOpts.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMObjCARCOpts.a  CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o
/usr/bin/ranlib ../../libLLVMObjCARCOpts.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Built target LLVMObjCARCOpts
/usr/bin/make -f lib/Linker/CMakeFiles/LLVMLinker.dir/build.make lib/Linker/CMakeFiles/LLVMLinker.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Linker /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker/CMakeFiles/LLVMLinker.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker/CMakeFiles/LLVMLinker.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker/CMakeFiles/LLVMLinker.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker/CMakeFiles/LLVMLinker.dir/depend.internal".
Scanning dependencies of target LLVMLinker
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Linker/CMakeFiles/LLVMLinker.dir/build.make lib/Linker/CMakeFiles/LLVMLinker.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Building CXX object lib/Linker/CMakeFiles/LLVMLinker.dir/IRMover.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker -I/build/llvm-toolchain-5.0-5.0.1/lib/Linker -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLinker.dir/IRMover.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Linker/IRMover.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/StackProtector.cpp
[ 58%] Linking CXX static library ../../libLLVMCoroutines.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines && /usr/bin/cmake -P CMakeFiles/LLVMCoroutines.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMCoroutines.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMCoroutines.a  CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o
/usr/bin/ranlib ../../libLLVMCoroutines.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Built target LLVMCoroutines
/usr/bin/make -f lib/Analysis/CMakeFiles/LLVMAnalysis.dir/build.make lib/Analysis/CMakeFiles/LLVMAnalysis.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Analysis /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis/CMakeFiles/LLVMAnalysis.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis/CMakeFiles/LLVMAnalysis.dir/depend.internal".
Scanning dependencies of target LLVMAnalysis
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Analysis/CMakeFiles/LLVMAnalysis.dir/build.make lib/Analysis/CMakeFiles/LLVMAnalysis.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/AliasAnalysis.cpp
[ 58%] Building CXX object lib/Linker/CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker -I/build/llvm-toolchain-5.0-5.0.1/lib/Linker -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Linker/LinkModules.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/AliasAnalysisEvaluator.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopUnrollPass.cpp
[ 58%] Linking CXX static library ../libLLVMLinker.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker && /usr/bin/cmake -P CMakeFiles/LLVMLinker.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMLinker.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMLinker.a  CMakeFiles/LLVMLinker.dir/IRMover.cpp.o CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o
/usr/bin/ranlib ../libLLVMLinker.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Built target LLVMLinker
/usr/bin/make -f lib/LTO/CMakeFiles/LLVMLTO.dir/build.make lib/LTO/CMakeFiles/LLVMLTO.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/LTO /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO/CMakeFiles/LLVMLTO.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO/CMakeFiles/LLVMLTO.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO/CMakeFiles/LLVMLTO.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO/CMakeFiles/LLVMLTO.dir/depend.internal".
Scanning dependencies of target LLVMLTO
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/LTO/CMakeFiles/LLVMLTO.dir/build.make lib/LTO/CMakeFiles/LLVMLTO.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLTO.dir/Caching.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/LTO/Caching.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/StackSlotColoring.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisSummary.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/AliasAnalysisSummary.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/AliasAnalysisSummary.cpp
[ 58%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLTO.dir/LTO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/LTO/LTO.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/AliasSetTracker.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TailDuplication.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TailDuplicator.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/Analysis.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnswitch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopUnswitch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopUnswitch.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/AssumptionCache.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TargetFrameLoweringImpl.cpp
[ 58%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/LTO/LTOBackend.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LoopVersioningLICM.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TargetInstrInfo.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/BasicAliasAnalysis.cpp
[ 58%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/LTO/LTOModule.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LowerAtomic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LowerAtomic.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TargetLoweringBase.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
[ 58%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/LTO/LTOCodeGenerator.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/BlockFrequencyInfo.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/MemCpyOptimizer.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TargetOptionsImpl.cpp
[ 58%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/LTO/UpdateCompilerUsed.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TargetPassConfig.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/BlockFrequencyInfoImpl.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/BranchProbabilityInfo.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TargetRegisterInfo.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
[ 58%] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/lib/LTO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/LTO/ThinLTOCodeGenerator.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TargetSchedule.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/NaryReassociate.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TargetSubtargetInfo.cpp
[ 58%] Linking CXX static library ../libLLVMLTO.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO && /usr/bin/cmake -P CMakeFiles/LLVMLTO.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMLTO.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMLTO.a  CMakeFiles/LLVMLTO.dir/Caching.cpp.o CMakeFiles/LLVMLTO.dir/LTO.cpp.o CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o
/usr/bin/ranlib ../libLLVMLTO.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Built target LLVMLTO
/usr/bin/make -f lib/Object/CMakeFiles/LLVMObject.dir/build.make lib/Object/CMakeFiles/LLVMObject.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Object /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object/CMakeFiles/LLVMObject.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object/CMakeFiles/LLVMObject.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object/CMakeFiles/LLVMObject.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object/CMakeFiles/LLVMObject.dir/depend.internal".
Scanning dependencies of target LLVMObject
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Object/CMakeFiles/LLVMObject.dir/build.make lib/Object/CMakeFiles/LLVMObject.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Archive.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/Archive.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/Archive.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CFG.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/TwoAddressInstructionPass.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/NewGVN.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/ArchiveWriter.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CFGPrinter.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Binary.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/Binary.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/Binary.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFImportFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/COFFImportFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/COFFImportFile.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFModuleDefinition.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/COFFModuleDefinition.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/COFFModuleDefinition.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/UnreachableBlockElim.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLAndersAliasAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CFLAndersAliasAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CFLAndersAliasAnalysis.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/COFFObjectFile.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Decompressor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/Decompressor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/Decompressor.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/ELF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/ELF.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/ELFObjectFile.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLSteensAliasAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CFLSteensAliasAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CFLSteensAliasAnalysis.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Error.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/Error.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/Error.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/VirtRegMap.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/IRObjectFile.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CGSCCPassManager.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/IRSymtab.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/WinEHPrepare.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CallGraph.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/MachOObjectFile.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/PlaceSafepoints.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/WinEHPrepare.cpp:1017:6: warning: 'void {anonymous}::WinEHPrepare::verifyPreparedFunclets(llvm::Function&)' defined but not used [-Wunused-function]
 void WinEHPrepare::verifyPreparedFunclets(Function &F) {
      ^~~~~~~~~~~~
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CallGraphSCCPass.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/MachOUniversal.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/Reassociate.cpp
[ 58%] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/XRayInstrumentation.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CallPrinter.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/ModuleSymbolTable.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CaptureTracking.cpp
[ 58%] Linking CXX static library ../libLLVMCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/cmake -P CMakeFiles/LLVMCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMCodeGen.a  CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/BranchCoalescing.cpp.o CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o CMakeFiles/LLVMCodeGen.dir/BuiltinGCs.cpp.o CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o CMakeFiles/LLVMCodeGen.dir/CountingFunctionInserter.cpp.o CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o CMakeFiles/LLVMCodeGen.dir/ExecutionDepsFix.cpp.o CMakeFiles/LLVMCodeGen.dir/ExpandISelPseudos.cpp.o CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o CMakeFiles/LLVMCodeGen.dir/ExpandReductions.cpp.o CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o CMakeFiles/LLVMCodeGen.dir/FEntryInserter.cpp.o CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o CMakeFiles/LLVMCodeGen.dir/GCStrategy.cpp.o CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o CMakeFiles/LLVMCodeGen.dir/LazyMachineBlockFrequencyInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveDebugValues.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveIntervalAnalysis.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveRangeShrink.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveRegUnits.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveStackAnalysis.cpp.o CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o CMakeFiles/LLVMCodeGen.dir/LLVMTargetMachine.cpp.o CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o CMakeFiles/LLVMCodeGen.dir/LowLevelType.cpp.o CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineFrameInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineOptimizationRemarkEmitter.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineOutliner.cpp.o CMakeFiles/LLVMCodeGen.dir/MachinePassRegistry.cpp.o CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o CMakeFiles/LLVMCodeGen.dir/MacroFusion.cpp.o CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o CMakeFiles/LLVMCodeGen.dir/ParallelCG.cpp.o CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o CMakeFiles/LLVMCodeGen.dir/SafeStackColoring.cpp.o CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o CMakeFiles/LLVMCodeGen.dir/ScalarizeMaskedMemIntrin.cpp.o CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o
/usr/bin/ranlib ../libLLVMCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Built target LLVMCodeGen
/usr/bin/make -f lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/build.make lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/depend.internal".
Scanning dependencies of target LLVMExecutionEngine
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/build.make lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 58%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/ExecutionEngine.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/Object.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/Object.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/Object.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/Reg2Mem.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/ObjectFile.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CostModel.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/RecordStreamer.cpp
[ 58%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/SymbolicFile.cpp
[ 58%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/CodeMetrics.cpp
[ 58%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/ExecutionEngineBindings.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/SymbolSize.cpp
[ 58%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/WasmObjectFile.cpp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ConstantFolding.cpp
[ 59%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/GDBRegistrationListener.cpp
[ 59%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/SectionMemoryManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMExecutionEngine.dir/SectionMemoryManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/SectionMemoryManager.cpp
[ 59%] Building CXX object lib/Object/CMakeFiles/LLVMObject.dir/WindowsResource.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/lib/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMObject.dir/WindowsResource.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Object/WindowsResource.cpp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/SCCP.cpp
[ 59%] Building CXX object lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/TargetSelect.cpp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/Delinearization.cpp
[ 59%] Linking CXX static library ../libLLVMObject.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/cmake -P CMakeFiles/LLVMObject.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMObject.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMObject.a  CMakeFiles/LLVMObject.dir/Archive.cpp.o CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o CMakeFiles/LLVMObject.dir/Binary.cpp.o CMakeFiles/LLVMObject.dir/COFFImportFile.cpp.o CMakeFiles/LLVMObject.dir/COFFModuleDefinition.cpp.o CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o CMakeFiles/LLVMObject.dir/Decompressor.cpp.o CMakeFiles/LLVMObject.dir/ELF.cpp.o CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o CMakeFiles/LLVMObject.dir/Error.cpp.o CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o CMakeFiles/LLVMObject.dir/Object.cpp.o CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o CMakeFiles/LLVMObject.dir/WindowsResource.cpp.o
/usr/bin/ranlib ../libLLVMObject.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target LLVMObject
/usr/bin/make -f lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/build.make lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/depend.internal".
Scanning dependencies of target LLVMInterpreter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/build.make lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Execution.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/x86_64-linux-gnu  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInterpreter.dir/Execution.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter/Execution.cpp
[ 59%] Linking CXX static library ../libLLVMExecutionEngine.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine && /usr/bin/cmake -P CMakeFiles/LLVMExecutionEngine.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMExecutionEngine.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMExecutionEngine.a  CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o CMakeFiles/LLVMExecutionEngine.dir/SectionMemoryManager.cpp.o CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o
/usr/bin/ranlib ../libLLVMExecutionEngine.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target LLVMExecutionEngine
/usr/bin/make -f lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/build.make lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/MCJIT /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/depend.internal".
Scanning dependencies of target LLVMMCJIT
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/build.make lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building CXX object lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/MCJIT/MCJIT.cpp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/DemandedBits.cpp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/SROA.cpp
[ 59%] Linking CXX static library ../../libLLVMMCJIT.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT && /usr/bin/cmake -P CMakeFiles/LLVMMCJIT.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMCJIT.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMMCJIT.a  CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o
/usr/bin/ranlib ../../libLLVMMCJIT.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target LLVMMCJIT
/usr/bin/make -f lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/build.make lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/depend.internal".
Scanning dependencies of target LLVMOrcJIT
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/build.make lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutionUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOrcJIT.dir/ExecutionUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
[ 59%] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/ExternalFunctions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/x86_64-linux-gnu  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInterpreter.dir/ExternalFunctions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/DependenceAnalysis.cpp
[ 59%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp: In function 'void* ffiValueFor(llvm::Type*, const llvm::GenericValue&, void*)':
/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
       }
       ^
/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp:169:5: note: here
     case Type::FloatTyID: {
     ^~~~
[ 59%] Building CXX object lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Interpreter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/x86_64-linux-gnu  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMInterpreter.dir/Interpreter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter/Interpreter.cpp
[ 59%] Linking CXX static library ../../libLLVMInterpreter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter && /usr/bin/cmake -P CMakeFiles/LLVMInterpreter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMInterpreter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMInterpreter.a  CMakeFiles/LLVMInterpreter.dir/Execution.cpp.o CMakeFiles/LLVMInterpreter.dir/ExternalFunctions.cpp.o CMakeFiles/LLVMInterpreter.dir/Interpreter.cpp.o
/usr/bin/ranlib ../../libLLVMInterpreter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target LLVMInterpreter
/usr/bin/make -f lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/build.make lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/depend.internal".
Scanning dependencies of target LLVMRuntimeDyld
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/build.make lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DivergenceAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/DivergenceAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/DivergenceAnalysis.cpp
[ 59%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
[ 59%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/NullResolver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOrcJIT.dir/NullResolver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc/NullResolver.cpp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/Scalar.cpp
[ 59%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc/OrcABISupport.cpp
[ 59%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
[ 59%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcCBindings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOrcJIT.dir/OrcCBindings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc/OrcCBindings.cpp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/DomPrinter.cpp
[ 59%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/Scalarizer.cpp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/DominanceFrontier.cpp
[ 59%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
[ 59%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcError.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOrcJIT.dir/OrcError.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc/OrcError.cpp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/EHPersonalities.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/EHPersonalities.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/EHPersonalities.cpp
[ 59%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
[ 59%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcMCJITReplacement.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOrcJIT.dir/OrcMCJITReplacement.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/GlobalsModRef.cpp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimpleLoopUnswitch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/SimpleLoopUnswitch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
[ 59%] Building CXX object lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/RPCUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMOrcJIT.dir/RPCUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc/RPCUtils.cpp
[ 59%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
[ 59%] Linking CXX static library ../../libLLVMOrcJIT.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc && /usr/bin/cmake -P CMakeFiles/LLVMOrcJIT.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMOrcJIT.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMOrcJIT.a  CMakeFiles/LLVMOrcJIT.dir/ExecutionUtils.cpp.o CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o CMakeFiles/LLVMOrcJIT.dir/NullResolver.cpp.o CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o CMakeFiles/LLVMOrcJIT.dir/OrcCBindings.cpp.o CMakeFiles/LLVMOrcJIT.dir/OrcError.cpp.o CMakeFiles/LLVMOrcJIT.dir/OrcMCJITReplacement.cpp.o CMakeFiles/LLVMOrcJIT.dir/RPCUtils.cpp.o
/usr/bin/ranlib ../../libLLVMOrcJIT.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target LLVMOrcJIT
/usr/bin/make -f lib/Target/CMakeFiles/LLVMTarget.dir/build.make lib/Target/CMakeFiles/LLVMTarget.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/CMakeFiles/LLVMTarget.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/CMakeFiles/LLVMTarget.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/CMakeFiles/LLVMTarget.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/CMakeFiles/LLVMTarget.dir/depend.internal".
Scanning dependencies of target LLVMTarget
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/CMakeFiles/LLVMTarget.dir/build.make lib/Target/CMakeFiles/LLVMTarget.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/Target.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target -I/build/llvm-toolchain-5.0-5.0.1/lib/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTarget.dir/Target.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Target.cpp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/IVUsers.cpp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/SimplifyCFGPass.cpp
[ 59%] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
[ 59%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetIntrinsicInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target -I/build/llvm-toolchain-5.0-5.0.1/lib/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTarget.dir/TargetIntrinsicInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/TargetIntrinsicInfo.cpp
[ 59%] Linking CXX static library ../../libLLVMRuntimeDyld.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld && /usr/bin/cmake -P CMakeFiles/LLVMRuntimeDyld.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMRuntimeDyld.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMRuntimeDyld.a  CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o
/usr/bin/ranlib ../../libLLVMRuntimeDyld.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target LLVMRuntimeDyld
/usr/bin/make -f lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/build.make lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/depend.internal".
Scanning dependencies of target AArch64CommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/build.make lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/build
[ 59%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target -I/build/llvm-toolchain-5.0-5.0.1/lib/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/TargetLoweringObjectFile.cpp
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building AArch64GenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenRegisterInfo.inc.tmp
[ 59%] Building AArch64GenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenInstrInfo.inc.tmp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/IndirectCallPromotionAnalysis.cpp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/Sink.cpp
[ 59%] Building AArch64GenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-emitter -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.tmp
[ 59%] Building AArch64GenMCPseudoLowering.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-pseudo-lowering -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.tmp
[ 59%] Building AArch64GenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenAsmWriter.inc.tmp
[ 59%] Building AArch64GenAsmWriter1.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-asm-writer -asmwriternum=1 -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenAsmWriter1.inc.tmp
[ 59%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target -I/build/llvm-toolchain-5.0-5.0.1/lib/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/TargetMachine.cpp
[ 59%] Building AArch64GenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenAsmMatcher.inc.tmp
[ 59%] Building AArch64GenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenDAGISel.inc.tmp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/InlineCost.cpp
[ 59%] Building AArch64GenFastISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-fast-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenFastISel.inc.tmp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/SpeculativeExecution.cpp
[ 59%] Building AArch64GenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenCallingConv.inc.tmp
[ 59%] Building AArch64GenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenSubtargetInfo.inc.tmp
[ 59%] Building AArch64GenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenDisassemblerTables.inc.tmp
[ 59%] Building CXX object lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target -I/build/llvm-toolchain-5.0-5.0.1/lib/Target -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/TargetMachineC.cpp
[ 59%] Building AArch64GenSystemOperands.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-searchable-tables -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenSystemOperands.inc.tmp
[ 59%] Building AArch64GenRegisterBank.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-register-bank -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenRegisterBank.inc.tmp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
[ 59%] Building AArch64GenGlobalISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && ../../../bin/llvm-tblgen -gen-global-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenGlobalISel.inc.tmp
[ 59%] Updating AArch64GenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenRegisterInfo.inc
[ 59%] Updating AArch64GenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenInstrInfo.inc
[ 59%] Updating AArch64GenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenMCCodeEmitter.inc
[ 59%] Updating AArch64GenMCPseudoLowering.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenMCPseudoLowering.inc
[ 59%] Updating AArch64GenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenAsmWriter.inc
[ 59%] Updating AArch64GenAsmWriter1.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenAsmWriter1.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenAsmWriter1.inc
[ 59%] Updating AArch64GenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenAsmMatcher.inc
[ 59%] Updating AArch64GenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenDAGISel.inc
[ 59%] Updating AArch64GenFastISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenFastISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenFastISel.inc
[ 59%] Updating AArch64GenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenCallingConv.inc
[ 59%] Updating AArch64GenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenSubtargetInfo.inc
[ 59%] Updating AArch64GenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenDisassemblerTables.inc
[ 59%] Updating AArch64GenSystemOperands.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenSystemOperands.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenSystemOperands.inc
[ 59%] Updating AArch64GenRegisterBank.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenRegisterBank.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenRegisterBank.inc
[ 59%] Updating AArch64GenGlobalISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenGlobalISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AArch64GenGlobalISel.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target AArch64CommonTableGen
/usr/bin/make -f lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/build.make lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/DependInfo.cmake --color=
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/InstCount.cpp
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/depend.internal".
Scanning dependencies of target AMDGPUCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/build.make lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building AMDGPUGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenRegisterInfo.inc.tmp
[ 59%] Building AMDGPUGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenInstrInfo.inc.tmp
[ 59%] Linking CXX static library ../libLLVMTarget.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target && /usr/bin/cmake -P CMakeFiles/LLVMTarget.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMTarget.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMTarget.a  CMakeFiles/LLVMTarget.dir/Target.cpp.o CMakeFiles/LLVMTarget.dir/TargetIntrinsicInfo.cpp.o CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o
/usr/bin/ranlib ../libLLVMTarget.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target LLVMTarget
[ 59%] Building AMDGPUGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenDAGISel.inc.tmp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/InstructionSimplify.cpp
[ 59%] Building AMDGPUGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenCallingConv.inc.tmp
[ 59%] Building AMDGPUGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenSubtargetInfo.inc.tmp
[ 59%] Building AMDGPUGenIntrinsics.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-tgt-intrinsic -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenIntrinsics.inc.tmp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/StructurizeCFG.cpp
[ 59%] Building AMDGPUGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-emitter -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenMCCodeEmitter.inc.tmp
[ 59%] Building AMDGPUGenDFAPacketizer.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-dfa-packetizer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenDFAPacketizer.inc.tmp
[ 59%] Building AMDGPUGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenAsmWriter.inc.tmp
[ 59%] Building AMDGPUGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc.tmp
[ 59%] Building AMDGPUGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenDisassemblerTables.inc.tmp
[ 59%] Building AMDGPUGenMCPseudoLowering.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-pseudo-lowering -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenMCPseudoLowering.inc.tmp
[ 59%] Building AMDGPUGenRegisterBank.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && ../../../bin/llvm-tblgen -gen-register-bank -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPU.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBank.inc.tmp
[ 59%] Updating AMDGPUGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenRegisterInfo.inc
[ 59%] Updating AMDGPUGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenInstrInfo.inc
[ 59%] Updating AMDGPUGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenDAGISel.inc
[ 59%] Updating AMDGPUGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenCallingConv.inc
[ 59%] Updating AMDGPUGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenSubtargetInfo.inc
[ 59%] Updating AMDGPUGenIntrinsics.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenIntrinsics.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenIntrinsics.inc
[ 59%] Updating AMDGPUGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenMCCodeEmitter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenMCCodeEmitter.inc
[ 59%] Updating AMDGPUGenDFAPacketizer.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenDFAPacketizer.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenDFAPacketizer.inc
[ 59%] Updating AMDGPUGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenAsmWriter.inc
[ 59%] Updating AMDGPUGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc
[ 59%] Updating AMDGPUGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenDisassemblerTables.inc
[ 59%] Updating AMDGPUGenMCPseudoLowering.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenMCPseudoLowering.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenMCPseudoLowering.inc
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Interval.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/Interval.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/Interval.cpp
[ 59%] Updating AMDGPUGenRegisterBank.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBank.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBank.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target AMDGPUCommonTableGen
/usr/bin/make -f lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/build.make lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/depend.internal".
Scanning dependencies of target ARMCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/build.make lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building ARMGenRegisterBank.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-register-bank -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenRegisterBank.inc.tmp
[ 59%] Building ARMGenGlobalISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-global-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenGlobalISel.inc.tmp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IntervalPartition.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/IntervalPartition.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/IntervalPartition.cpp
[ 59%] Building ARMGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenRegisterInfo.inc.tmp
[ 59%] Building ARMGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenInstrInfo.inc.tmp
[ 59%] Building ARMGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-emitter -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenMCCodeEmitter.inc.tmp
[ 59%] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar/TailRecursionElimination.cpp
[ 59%] Building ARMGenMCPseudoLowering.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-pseudo-lowering -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenMCPseudoLowering.inc.tmp
[ 59%] Building ARMGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenAsmWriter.inc.tmp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IteratedDominanceFrontier.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/IteratedDominanceFrontier.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/IteratedDominanceFrontier.cpp
[ 59%] Building ARMGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenAsmMatcher.inc.tmp
[ 59%] Building ARMGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenDAGISel.inc.tmp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/LazyBranchProbabilityInfo.cpp
[ 59%] Building ARMGenFastISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-fast-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenFastISel.inc.tmp
[ 59%] Building ARMGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenCallingConv.inc.tmp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/LazyBlockFrequencyInfo.cpp
[ 59%] Building ARMGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenSubtargetInfo.inc.tmp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/LazyCallGraph.cpp
[ 59%] Building ARMGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARM.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenDisassemblerTables.inc.tmp
[ 59%] Updating ARMGenRegisterBank.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenRegisterBank.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenRegisterBank.inc
[ 59%] Updating ARMGenGlobalISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenGlobalISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenGlobalISel.inc
[ 59%] Updating ARMGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenRegisterInfo.inc
[ 59%] Updating ARMGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenInstrInfo.inc
[ 59%] Updating ARMGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenMCCodeEmitter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenMCCodeEmitter.inc
[ 59%] Updating ARMGenMCPseudoLowering.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenMCPseudoLowering.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenMCPseudoLowering.inc
[ 59%] Updating ARMGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenAsmWriter.inc
[ 59%] Updating ARMGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenAsmMatcher.inc
[ 59%] Updating ARMGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenDAGISel.inc
[ 59%] Updating ARMGenFastISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenFastISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenFastISel.inc
[ 59%] Updating ARMGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenCallingConv.inc
[ 59%] Updating ARMGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenSubtargetInfo.inc
[ 59%] Linking CXX static library ../../libLLVMScalarOpts.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/cmake -P CMakeFiles/LLVMScalarOpts.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMScalarOpts.dir/link.txt --verbose=1
[ 59%] Updating ARMGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/ARMGenDisassemblerTables.inc
/usr/bin/ar qc ../../libLLVMScalarOpts.a  CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o CMakeFiles/LLVMScalarOpts.dir/ConstantProp.cpp.o CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o CMakeFiles/LLVMScalarOpts.dir/GVNSink.cpp.o CMakeFiles/LLVMScalarOpts.dir/IVUsersPrinter.cpp.o CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o CMakeFiles/LLVMScalarOpts.dir/InferAddressSpaces.cpp.o CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopAccessAnalysisPrinter.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopRerollPass.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopUnswitch.cpp.o CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o CMakeFiles/LLVMScalarOpts.dir/LowerAtomic.cpp.o CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o CMakeFiles/LLVMScalarOpts.dir/SimpleLoopUnswitch.cpp.o CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target ARMCommonTableGen
/usr/bin/ranlib ../../libLLVMScalarOpts.a
/usr/bin/make -f lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/build.make lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/depend.internal".
Scanning dependencies of target BPFCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/build.make lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building BPFGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPF.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenRegisterInfo.inc.tmp
[ 59%] Built target LLVMScalarOpts
[ 59%] Building BPFGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPF.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenInstrInfo.inc.tmp
[ 59%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/LazyValueInfo.cpp
[ 59%] Building BPFGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPF.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenDisassemblerTables.inc.tmp
[ 59%] Building BPFGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPF.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenAsmWriter.inc.tmp
/usr/bin/make -f lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/build.make lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/depend.internal".
Scanning dependencies of target HexagonCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/build.make lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building HexagonGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Hexagon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenAsmMatcher.inc.tmp
[ 59%] Building BPFGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPF.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenAsmMatcher.inc.tmp
[ 59%] Building BPFGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPF.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenDAGISel.inc.tmp
[ 59%] Building BPFGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && ../../../bin/llvm-tblgen -gen-emitter -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPF.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenMCCodeEmitter.inc.tmp
[ 59%] Building BPFGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPF.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenCallingConv.inc.tmp
[ 59%] Building BPFGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPF.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenSubtargetInfo.inc.tmp
[ 59%] Updating BPFGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenRegisterInfo.inc
[ 59%] Updating BPFGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenInstrInfo.inc
[ 59%] Updating BPFGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenDisassemblerTables.inc
[ 59%] Updating BPFGenAsmWriter.inc...
[ 59%] Building HexagonGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenAsmWriter.inc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Hexagon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenAsmWriter.inc.tmp
[ 59%] Updating BPFGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenAsmMatcher.inc
[ 59%] Updating BPFGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenDAGISel.inc
[ 59%] Updating BPFGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenMCCodeEmitter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenMCCodeEmitter.inc
[ 59%] Updating BPFGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenCallingConv.inc
[ 59%] Updating BPFGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/BPFGenSubtargetInfo.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Built target BPFCommonTableGen
/usr/bin/make -f lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/build.make lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/depend.internal".
Scanning dependencies of target LanaiCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/build.make lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 59%] Building LanaiGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Lanai.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenAsmMatcher.inc.tmp
[ 59%] Building LanaiGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Lanai.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenAsmWriter.inc.tmp
[ 59%] Building LanaiGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Lanai.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenCallingConv.inc.tmp
[ 59%] Building LanaiGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Lanai.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenDAGISel.inc.tmp
[ 59%] Building HexagonGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Hexagon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenDAGISel.inc.tmp
[ 59%] Building LanaiGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Lanai.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenDisassemblerTables.inc.tmp
[ 59%] Building LanaiGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Lanai.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenInstrInfo.inc.tmp
[ 60%] Building LanaiGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && ../../../bin/llvm-tblgen -gen-emitter -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Lanai.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenMCCodeEmitter.inc.tmp
[ 60%] Building LanaiGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Lanai.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenRegisterInfo.inc.tmp
[ 60%] Building LanaiGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Lanai.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenSubtargetInfo.inc.tmp
[ 60%] Updating LanaiGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenAsmMatcher.inc
[ 60%] Updating LanaiGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenAsmWriter.inc
[ 60%] Updating LanaiGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenCallingConv.inc
[ 60%] Updating LanaiGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenDAGISel.inc
[ 60%] Updating LanaiGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenDisassemblerTables.inc
[ 60%] Updating LanaiGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenInstrInfo.inc
[ 60%] Updating LanaiGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenMCCodeEmitter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenMCCodeEmitter.inc
[ 60%] Updating LanaiGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenRegisterInfo.inc
[ 60%] Updating LanaiGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/LanaiGenSubtargetInfo.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Built target LanaiCommonTableGen
/usr/bin/make -f lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/build.make lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/depend.internal".
Scanning dependencies of target MipsCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/build.make lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Building MipsGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenRegisterInfo.inc.tmp
[ 60%] Building MipsGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenInstrInfo.inc.tmp
[ 60%] Building MipsGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenDisassemblerTables.inc.tmp
[ 60%] Building HexagonGenDFAPacketizer.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && ../../../bin/llvm-tblgen -gen-dfa-packetizer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Hexagon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenDFAPacketizer.inc.tmp
[ 60%] Building MipsGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-emitter -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenMCCodeEmitter.inc.tmp
[ 60%] Building MipsGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenAsmWriter.inc.tmp
[ 60%] Building HexagonGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Hexagon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenDisassemblerTables.inc.tmp
[ 60%] Building MipsGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenDAGISel.inc.tmp
[ 60%] Building HexagonGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Hexagon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenInstrInfo.inc.tmp
[ 60%] Building MipsGenFastISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-fast-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenFastISel.inc.tmp
[ 60%] Building MipsGenCallingConv.inc...
[ 60%] Building HexagonGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenCallingConv.inc.tmp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && ../../../bin/llvm-tblgen -gen-emitter -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Hexagon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenMCCodeEmitter.inc.tmp
[ 60%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/Lint.cpp
[ 60%] Building MipsGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenSubtargetInfo.inc.tmp
[ 60%] Building HexagonGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Hexagon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenRegisterInfo.inc.tmp
[ 60%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/Loads.cpp
[ 60%] Building HexagonGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Hexagon.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenSubtargetInfo.inc.tmp
[ 60%] Building MipsGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenAsmMatcher.inc.tmp
[ 60%] Updating HexagonGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenAsmMatcher.inc
[ 60%] Updating HexagonGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenAsmWriter.inc
[ 60%] Updating HexagonGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenDAGISel.inc
[ 60%] Building MipsGenMCPseudoLowering.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && ../../../bin/llvm-tblgen -gen-pseudo-lowering -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenMCPseudoLowering.inc.tmp
[ 60%] Updating HexagonGenDFAPacketizer.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenDFAPacketizer.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenDFAPacketizer.inc
[ 60%] Updating HexagonGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenDisassemblerTables.inc
[ 60%] Updating HexagonGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenInstrInfo.inc
[ 60%] Updating HexagonGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenMCCodeEmitter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenMCCodeEmitter.inc
[ 60%] Updating HexagonGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenRegisterInfo.inc
[ 60%] Updating HexagonGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/HexagonGenSubtargetInfo.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Built target HexagonCommonTableGen
/usr/bin/make -f lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/build.make lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/depend.internal".
Scanning dependencies of target MSP430CommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/build.make lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Building MSP430GenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenRegisterInfo.inc.tmp
[ 60%] Updating MipsGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenRegisterInfo.inc
[ 60%] Building MSP430GenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenInstrInfo.inc.tmp
[ 60%] Updating MipsGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenInstrInfo.inc
[ 60%] Updating MipsGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenDisassemblerTables.inc
[ 60%] Updating MipsGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenMCCodeEmitter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenMCCodeEmitter.inc
[ 60%] Updating MipsGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenAsmWriter.inc
[ 60%] Updating MipsGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenDAGISel.inc
[ 60%] Building MSP430GenAsmWriter.inc...
[ 60%] Updating MipsGenFastISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenAsmWriter.inc.tmp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenFastISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenFastISel.inc
[ 60%] Updating MipsGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenCallingConv.inc
[ 60%] Updating MipsGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenSubtargetInfo.inc
[ 60%] Updating MipsGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenAsmMatcher.inc
[ 60%] Building MSP430GenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenDAGISel.inc.tmp
[ 60%] Updating MipsGenMCPseudoLowering.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenMCPseudoLowering.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MipsGenMCPseudoLowering.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Built target MipsCommonTableGen
/usr/bin/make -f lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/build.make lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/depend.internal".
Scanning dependencies of target NVPTXCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/build.make lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Building NVPTXGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTX.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.tmp
[ 60%] Building MSP430GenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenCallingConv.inc.tmp
[ 60%] Building NVPTXGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTX.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenInstrInfo.inc.tmp
[ 60%] Building MSP430GenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenSubtargetInfo.inc.tmp
[ 60%] Updating MSP430GenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenRegisterInfo.inc
[ 60%] Updating MSP430GenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenInstrInfo.inc
[ 60%] Updating MSP430GenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenAsmWriter.inc
[ 60%] Updating MSP430GenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenDAGISel.inc
[ 60%] Updating MSP430GenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenCallingConv.inc
[ 60%] Updating MSP430GenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MSP430GenSubtargetInfo.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Built target MSP430CommonTableGen
/usr/bin/make -f lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/build.make lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/depend.internal".
Scanning dependencies of target PowerPCCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/build.make lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Building PPCGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPC.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenAsmWriter.inc.tmp
[ 60%] Building NVPTXGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTX.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenAsmWriter.inc.tmp
[ 60%] Building PPCGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPC.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenAsmMatcher.inc.tmp
[ 60%] Building NVPTXGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTX.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenDAGISel.inc.tmp
[ 60%] Building PPCGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPC.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenDisassemblerTables.inc.tmp
[ 60%] Building PPCGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && ../../../bin/llvm-tblgen -gen-emitter -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPC.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.tmp
[ 60%] Building NVPTXGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTX.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.tmp
[ 60%] Building PPCGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPC.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenRegisterInfo.inc.tmp
[ 60%] Updating NVPTXGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenRegisterInfo.inc
[ 60%] Updating NVPTXGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenInstrInfo.inc
[ 60%] Updating NVPTXGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenAsmWriter.inc
[ 60%] Updating NVPTXGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenDAGISel.inc
[ 60%] Updating NVPTXGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Built target NVPTXCommonTableGen
/usr/bin/make -f lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/build.make lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/depend.internal".
Scanning dependencies of target SparcCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/build.make lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Building SparcGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Sparc.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenRegisterInfo.inc.tmp
[ 60%] Building PPCGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPC.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenInstrInfo.inc.tmp
[ 60%] Building SparcGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Sparc.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenInstrInfo.inc.tmp
[ 60%] Building SparcGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Sparc.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenDisassemblerTables.inc.tmp
[ 60%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/LoopAccessAnalysis.cpp
[ 60%] Building SparcGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && ../../../bin/llvm-tblgen -gen-emitter -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Sparc.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenMCCodeEmitter.inc.tmp
[ 60%] Building PPCGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPC.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenDAGISel.inc.tmp
[ 60%] Building SparcGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Sparc.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenAsmWriter.inc.tmp
[ 60%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAnalysisManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/LoopAnalysisManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/LoopAnalysisManager.cpp
[ 60%] Building SparcGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Sparc.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenAsmMatcher.inc.tmp
[ 60%] Building SparcGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Sparc.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenDAGISel.inc.tmp
[ 60%] Building SparcGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Sparc.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenSubtargetInfo.inc.tmp
[ 60%] Building SparcGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Sparc.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenCallingConv.inc.tmp
[ 60%] Updating SparcGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenRegisterInfo.inc
[ 60%] Updating SparcGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenInstrInfo.inc
[ 60%] Updating SparcGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenDisassemblerTables.inc
[ 60%] Updating SparcGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenMCCodeEmitter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenMCCodeEmitter.inc
[ 60%] Updating SparcGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenAsmWriter.inc
[ 60%] Updating SparcGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenAsmMatcher.inc
[ 60%] Updating SparcGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenDAGISel.inc
[ 60%] Updating SparcGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenSubtargetInfo.inc
[ 60%] Updating SparcGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/SparcGenCallingConv.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Built target SparcCommonTableGen
/usr/bin/make -f lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/build.make lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/depend.internal".
Scanning dependencies of target SystemZCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/build.make lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Building SystemZGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZ.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenAsmMatcher.inc.tmp
[ 60%] Building PPCGenFastISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && ../../../bin/llvm-tblgen -gen-fast-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPC.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenFastISel.inc.tmp
[ 60%] Building SystemZGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZ.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenAsmWriter.inc.tmp
[ 60%] Building PPCGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPC.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenCallingConv.inc.tmp
[ 60%] Building SystemZGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZ.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenCallingConv.inc.tmp
[ 60%] Building PPCGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPC.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenSubtargetInfo.inc.tmp
[ 60%] Building SystemZGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZ.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenDAGISel.inc.tmp
[ 60%] Updating PPCGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenAsmWriter.inc
[ 60%] Updating PPCGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenAsmMatcher.inc
[ 60%] Updating PPCGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenDisassemblerTables.inc
[ 60%] Updating PPCGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
[ 60%] Updating PPCGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenRegisterInfo.inc
[ 60%] Updating PPCGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenInstrInfo.inc
[ 60%] Updating PPCGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenDAGISel.inc
[ 60%] Updating PPCGenFastISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenFastISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenFastISel.inc
[ 60%] Updating PPCGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenCallingConv.inc
[ 60%] Updating PPCGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/PPCGenSubtargetInfo.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Built target PowerPCCommonTableGen
/usr/bin/make -f lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/build.make lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/depend.internal".
Scanning dependencies of target X86CommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/build.make lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Building X86GenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenRegisterInfo.inc.tmp
[ 60%] Building SystemZGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZ.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenDisassemblerTables.inc.tmp
[ 60%] Building SystemZGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && ../../../bin/llvm-tblgen -gen-emitter -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZ.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenMCCodeEmitter.inc.tmp
[ 60%] Building SystemZGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZ.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenInstrInfo.inc.tmp
[ 60%] Building X86GenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenDisassemblerTables.inc.tmp
[ 60%] Building SystemZGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZ.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenRegisterInfo.inc.tmp
[ 60%] Building SystemZGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZ.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenSubtargetInfo.inc.tmp
[ 60%] Updating SystemZGenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenAsmMatcher.inc
[ 60%] Updating SystemZGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenAsmWriter.inc
[ 60%] Updating SystemZGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenCallingConv.inc
[ 60%] Updating SystemZGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenDAGISel.inc
[ 60%] Updating SystemZGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenDisassemblerTables.inc
[ 60%] Updating SystemZGenMCCodeEmitter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenMCCodeEmitter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenMCCodeEmitter.inc
[ 62%] Updating SystemZGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenInstrInfo.inc
[ 62%] Updating SystemZGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenRegisterInfo.inc
[ 62%] Updating SystemZGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/SystemZGenSubtargetInfo.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 62%] Built target SystemZCommonTableGen
/usr/bin/make -f lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/build.make lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/depend.internal".
Scanning dependencies of target XCoreCommonTableGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/build.make lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 62%] Building XCoreGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && ../../../bin/llvm-tblgen -gen-register-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCore.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenRegisterInfo.inc.tmp
[ 62%] Building XCoreGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCore.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenInstrInfo.inc.tmp
[ 62%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/LoopUnrollAnalyzer.cpp
[ 62%] Building XCoreGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && ../../../bin/llvm-tblgen -gen-disassembler -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCore.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenDisassemblerTables.inc.tmp
[ 62%] Building XCoreGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCore.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenAsmWriter.inc.tmp
[ 62%] Building XCoreGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCore.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenDAGISel.inc.tmp
[ 62%] Building XCoreGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCore.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenCallingConv.inc.tmp
[ 62%] Building XCoreGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCore.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenSubtargetInfo.inc.tmp
[ 62%] Updating XCoreGenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenRegisterInfo.inc
[ 62%] Updating XCoreGenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenInstrInfo.inc
[ 62%] Updating XCoreGenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenDisassemblerTables.inc
[ 62%] Updating XCoreGenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenAsmWriter.inc
[ 62%] Updating XCoreGenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenDAGISel.inc
[ 62%] Updating XCoreGenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenCallingConv.inc
[ 62%] Updating XCoreGenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/XCoreGenSubtargetInfo.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 62%] Built target XCoreCommonTableGen
/usr/bin/make -f lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/build.make lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/depend.internal".
Scanning dependencies of target LLVMAsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/build.make lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 62%] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/AsmParser/LLLexer.cpp
[ 62%] Building X86GenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-instr-info -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenInstrInfo.inc.tmp
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/StringRef.h:13:0,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/StringMap.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/Host.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/Hashing.h:49,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/ArrayRef.h:13,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/APFloat.h:21,
                 from /build/llvm-toolchain-5.0-5.0.1/lib/AsmParser/LLLexer.h:18,
                 from /build/llvm-toolchain-5.0-5.0.1/lib/AsmParser/LLLexer.cpp:14:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:818:6: warning: mangled name for 'bool llvm::all_of(R&&, UnaryPredicate) [with R = llvm::StringRef&; UnaryPredicate = int (*)(int) throw ()]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 bool all_of(R &&Range, UnaryPredicate P) {
      ^~~~~~
[ 62%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/LoopInfo.cpp
[ 62%] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/AsmParser/LLParser.cpp
[ 62%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/LoopPass.cpp
[ 62%] Building X86GenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-asm-writer -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenAsmWriter.inc.tmp
[ 62%] Building X86GenAsmWriter1.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-asm-writer -asmwriternum=1 -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenAsmWriter1.inc.tmp
[ 62%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDepPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/MemDepPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/MemDepPrinter.cpp
[ 62%] Building X86GenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-asm-matcher -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenAsmMatcher.inc.tmp
[ 62%] Building X86GenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-dag-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenDAGISel.inc.tmp
[ 62%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/MemDerefPrinter.cpp
[ 62%] Building X86GenFastISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-fast-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenFastISel.inc.tmp
[ 62%] Building CXX object lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/AsmParser/Parser.cpp
[ 62%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/MemoryBuiltins.cpp
[ 62%] Building X86GenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-callingconv -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenCallingConv.inc.tmp
[ 62%] Building X86GenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-subtarget -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenSubtargetInfo.inc.tmp
[ 62%] Linking CXX static library ../libLLVMAsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMAsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMAsmParser.a  CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o
/usr/bin/ranlib ../libLLVMAsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 62%] Built target LLVMAsmParser
/usr/bin/make -f lib/ProfileData/CMakeFiles/LLVMProfileData.dir/build.make lib/ProfileData/CMakeFiles/LLVMProfileData.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/depend.internal".
Scanning dependencies of target LLVMProfileData
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ProfileData/CMakeFiles/LLVMProfileData.dir/build.make lib/ProfileData/CMakeFiles/LLVMProfileData.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 62%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/InstrProf.cpp
[ 62%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/MemoryDependenceAnalysis.cpp
[ 62%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/InstrProfReader.cpp
[ 62%] Building X86GenEVEX2VEXTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-x86-EVEX2VEX-tables -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenEVEX2VEXTables.inc.tmp
[ 62%] Building X86GenRegisterBank.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-register-bank -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenRegisterBank.inc.tmp
[ 62%] Building X86GenGlobalISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && ../../../bin/llvm-tblgen -gen-global-isel -I /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I /build/llvm-toolchain-5.0-5.0.1/include -I /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenGlobalISel.inc.tmp
[ 62%] Updating X86GenRegisterInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenRegisterInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenRegisterInfo.inc
[ 62%] Updating X86GenDisassemblerTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenDisassemblerTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenDisassemblerTables.inc
[ 62%] Updating X86GenInstrInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenInstrInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenInstrInfo.inc
[ 63%] Updating X86GenAsmWriter.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenAsmWriter.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenAsmWriter.inc
[ 63%] Updating X86GenAsmWriter1.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenAsmWriter1.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenAsmWriter1.inc
[ 63%] Updating X86GenAsmMatcher.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenAsmMatcher.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenAsmMatcher.inc
[ 63%] Updating X86GenDAGISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenDAGISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenDAGISel.inc
[ 63%] Updating X86GenFastISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenFastISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenFastISel.inc
[ 63%] Updating X86GenCallingConv.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenCallingConv.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenCallingConv.inc
[ 63%] Updating X86GenSubtargetInfo.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenSubtargetInfo.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenSubtargetInfo.inc
[ 63%] Updating X86GenEVEX2VEXTables.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenEVEX2VEXTables.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenEVEX2VEXTables.inc
[ 63%] Updating X86GenRegisterBank.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenRegisterBank.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenRegisterBank.inc
/usr/bin/make -f lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/build.make lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/Coverage /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/depend.internal".
Scanning dependencies of target LLVMCoverage
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/build.make lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage -I/build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/Coverage -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/Coverage/CoverageMapping.cpp
[ 63%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/InstrProfWriter.cpp
[ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/MemoryLocation.cpp
[ 63%] Updating X86GenGlobalISel.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenGlobalISel.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/X86GenGlobalISel.inc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target X86CommonTableGen
/usr/bin/make -f lib/Passes/CMakeFiles/LLVMPasses.dir/build.make lib/Passes/CMakeFiles/LLVMPasses.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Passes /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes/CMakeFiles/LLVMPasses.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes/CMakeFiles/LLVMPasses.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes/CMakeFiles/LLVMPasses.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes/CMakeFiles/LLVMPasses.dir/depend.internal".
Scanning dependencies of target LLVMPasses
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Passes/CMakeFiles/LLVMPasses.dir/build.make lib/Passes/CMakeFiles/LLVMPasses.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Building CXX object lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes -I/build/llvm-toolchain-5.0-5.0.1/lib/Passes -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Passes/PassBuilder.cpp
[ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSA.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/MemorySSA.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/MemorySSA.cpp
[ 63%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/ProfileSummaryBuilder.cpp
[ 63%] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage -I/build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/Coverage -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
[ 63%] Building CXX object lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage -I/build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/Coverage -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/Coverage/CoverageMappingReader.cpp
[ 63%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/SampleProf.cpp
[ 63%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/SampleProfReader.cpp
[ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSAUpdater.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/MemorySSAUpdater.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/MemorySSAUpdater.cpp
[ 63%] Linking CXX static library ../../libLLVMCoverage.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage && /usr/bin/cmake -P CMakeFiles/LLVMCoverage.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMCoverage.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMCoverage.a  CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o
/usr/bin/ranlib ../../libLLVMCoverage.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target LLVMCoverage
/usr/bin/make -f lib/XRay/CMakeFiles/LLVMXRay.dir/build.make lib/XRay/CMakeFiles/LLVMXRay.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/XRay /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay/CMakeFiles/LLVMXRay.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay/CMakeFiles/LLVMXRay.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay/CMakeFiles/LLVMXRay.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay/CMakeFiles/LLVMXRay.dir/depend.internal".
Scanning dependencies of target LLVMXRay
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/XRay/CMakeFiles/LLVMXRay.dir/build.make lib/XRay/CMakeFiles/LLVMXRay.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/InstrumentationMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay -I/build/llvm-toolchain-5.0-5.0.1/lib/XRay -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXRay.dir/InstrumentationMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/XRay/InstrumentationMap.cpp
[ 63%] Building CXX object lib/XRay/CMakeFiles/LLVMXRay.dir/Trace.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay -I/build/llvm-toolchain-5.0-5.0.1/lib/XRay -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXRay.dir/Trace.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/XRay/Trace.cpp
[ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ModuleDebugInfoPrinter.cpp
[ 63%] Building CXX object lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/lib/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/SampleProfWriter.cpp
[ 63%] Linking CXX static library ../libLLVMXRay.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay && /usr/bin/cmake -P CMakeFiles/LLVMXRay.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMXRay.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMXRay.a  CMakeFiles/LLVMXRay.dir/InstrumentationMap.cpp.o CMakeFiles/LLVMXRay.dir/Trace.cpp.o
/usr/bin/ranlib ../libLLVMXRay.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target LLVMXRay
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/ubsan.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/ubsan.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/ubsan.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/ubsan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/ubsan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/ubsan/CMakeFiles/ubsan.dir/depend.internal".
Scanning dependencies of target ubsan
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/ubsan/CMakeFiles/ubsan.dir/build.make projects/compiler-rt/lib/ubsan/CMakeFiles/ubsan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/ubsan/CMakeFiles/ubsan.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target ubsan
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i386.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i386.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i386.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i386.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i386.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-dynamic-i386
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i386.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i386.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Linking CXX shared library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-i386.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan-dynamic-i386.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG  -m32 -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang_rt.asan-i386.so -o ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-i386.so ../interception/CMakeFiles/RTInterception.i386.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i386.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i386.dir/sanitizer_unwind_linux_libcdep.cc.o ../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common.cc.o ../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common_linux.cc.o ../lsan/CMakeFiles/RTLSanCommon.i386.dir/lsan_common_mac.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.i386.dir/ubsan_value.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_allocator.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_activation.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_debugging.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_descriptions.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_errors.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_fake_stack.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_flags.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_globals.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_globals_win.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_interceptors.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_linux.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_mac.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_linux.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_mac.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_malloc_win.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_memory_profile.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_poisoning.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_posix.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_report.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_rtl.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_stack.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_stats.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_suppressions.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_thread.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_win.cc.o CMakeFiles/RTAsan_dynamic.i386.dir/asan_new_delete.cc.o CMakeFiles/RTAsan_dynamic_version_script_dummy.i386.dir/dummy.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_handlers_cxx.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_itanium.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i386.dir/ubsan_type_hash_win.cc.o -lc -ldl -lrt -lm -lpthread -lstdc++ 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target clang_rt.asan-dynamic-i386
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64.dir/depend
[ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ModuleSummaryAnalysis.cpp
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-dynamic-x86_64
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-x86_64.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Linking CXX shared library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-x86_64.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan-dynamic-x86_64.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG  -m64 -Wl,--version-script,/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/clang_rt.asan-dynamic-x86_64.vers -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang_rt.asan-x86_64.so -o ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-x86_64.so ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.x86_64.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.x86_64.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.x86_64.dir/sanitizer_unwind_linux_libcdep.cc.o ../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common.cc.o ../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_linux.cc.o ../lsan/CMakeFiles/RTLSanCommon.x86_64.dir/lsan_common_mac.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.x86_64.dir/ubsan_value.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_allocator.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_activation.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_debugging.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_descriptions.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_errors.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_fake_stack.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_flags.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_globals.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_globals_win.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_interceptors.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_linux.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_mac.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_malloc_linux.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_malloc_mac.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_malloc_win.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_memory_profile.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_poisoning.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_posix.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_report.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_rtl.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_stack.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_stats.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_suppressions.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_thread.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_win.cc.o CMakeFiles/RTAsan_dynamic.x86_64.dir/asan_new_delete.cc.o CMakeFiles/RTAsan_dynamic_version_script_dummy.x86_64.dir/dummy.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_handlers_cxx.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_itanium.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.x86_64.dir/ubsan_type_hash_win.cc.o -lc -ldl -lrt -lm -lpthread -lstdc++ 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target clang_rt.asan-dynamic-x86_64
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i686.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i686.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i686.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i686.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i686.dir/depend.internal".
Scanning dependencies of target clang_rt.asan-dynamic-i686
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i686.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/clang_rt.asan-dynamic-i686.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Linking CXX shared library ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-i686.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_rt.asan-dynamic-i686.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wall -std=c++11 -Wno-unused-parameter -O2 -DNDEBUG  -m32 -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang_rt.asan-i686.so -o ../../../../lib/clang/5.0.1/lib/linux/libclang_rt.asan-i686.so ../interception/CMakeFiles/RTInterception.i686.dir/interception_linux.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_mac.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_win.cc.o ../interception/CMakeFiles/RTInterception.i686.dir/interception_type_test.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector1.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_deadlock_detector2.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_errno.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_flag_parser.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libc.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_libignore.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_s390.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_persistent_allocator.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_platform_limits_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_posix.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_printf.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_common.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_freebsd.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_linux.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_procmaps_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stackdepot.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stacktrace_printer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_stoptheworld_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_suppressions.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_libbacktrace.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_mac.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_symbolizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_tls_get_addr.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_thread_registry.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_win.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_x86_64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_linux_mips64.S.o ../sanitizer_common/CMakeFiles/RTSanitizerCommon.i686.dir/sanitizer_termination.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_common_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sancov_flags.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_libcdep_new.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_coverage_win_sections.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_mac_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stacktrace_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_stoptheworld_linux_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_symbolizer_posix_libcdep.cc.o ../sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.i686.dir/sanitizer_unwind_linux_libcdep.cc.o ../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common.cc.o ../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common_linux.cc.o ../lsan/CMakeFiles/RTLSanCommon.i686.dir/lsan_common_mac.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_diag.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_init.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_flags.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_handlers.cc.o ../ubsan/CMakeFiles/RTUbsan.i686.dir/ubsan_value.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_allocator.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_activation.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_debugging.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_descriptions.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_errors.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_fake_stack.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_flags.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_globals.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_globals_win.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_interceptors.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_linux.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_mac.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_malloc_linux.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_malloc_mac.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_malloc_win.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_memory_profile.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_poisoning.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_posix.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_report.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_rtl.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_stack.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_stats.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_suppressions.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_thread.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_win.cc.o CMakeFiles/RTAsan_dynamic.i686.dir/asan_new_delete.cc.o CMakeFiles/RTAsan_dynamic_version_script_dummy.i686.dir/dummy.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_handlers_cxx.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_itanium.cc.o ../ubsan/CMakeFiles/RTUbsan_cxx.i686.dir/ubsan_type_hash_win.cc.o -lc -ldl -lrt -lm -lpthread -lstdc++ 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target clang_rt.asan-dynamic-i686
/usr/bin/make -f tools/polly/lib/CMakeFiles/LLVMPolly.dir/build.make tools/polly/lib/CMakeFiles/LLVMPolly.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/LLVMPolly.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/LLVMPolly.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/LLVMPolly.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/LLVMPolly.dir/depend.internal".
Scanning dependencies of target LLVMPolly
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/polly/lib/CMakeFiles/LLVMPolly.dir/build.make tools/polly/lib/CMakeFiles/LLVMPolly.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Building CXX object tools/polly/lib/CMakeFiles/LLVMPolly.dir/Polly.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/g++-7  -DLLVMPolly_EXPORTS -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/pet/include -I/usr/include/jsoncpp -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/isl/include -I/build/llvm-toolchain-5.0-5.0.1/tools/polly/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG -fPIC   -o CMakeFiles/LLVMPolly.dir/Polly.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/Polly.cpp
[ 63%] Linking CXX shared module ../../../lib/LLVMPolly.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMPolly.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -O2 -DNDEBUG -Wl,-z,relro -shared  -o ../../../lib/LLVMPolly.so CMakeFiles/LLVMPolly.dir/Polly.cpp.o CMakeFiles/PollyCore.dir/Analysis/DependenceInfo.cpp.o CMakeFiles/PollyCore.dir/Analysis/PolyhedralInfo.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopDetection.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopDetectionDiagnostic.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopInfo.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopBuilder.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopGraphPrinter.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopPass.cpp.o CMakeFiles/PollyCore.dir/Analysis/PruneUnprofitable.cpp.o CMakeFiles/PollyCore.dir/CodeGen/BlockGenerators.cpp.o CMakeFiles/PollyCore.dir/CodeGen/IslAst.cpp.o CMakeFiles/PollyCore.dir/CodeGen/IslExprBuilder.cpp.o CMakeFiles/PollyCore.dir/CodeGen/IslNodeBuilder.cpp.o CMakeFiles/PollyCore.dir/CodeGen/CodeGeneration.cpp.o CMakeFiles/PollyCore.dir/CodeGen/LoopGenerators.cpp.o CMakeFiles/PollyCore.dir/CodeGen/IRBuilder.cpp.o CMakeFiles/PollyCore.dir/CodeGen/Utils.cpp.o CMakeFiles/PollyCore.dir/CodeGen/RuntimeDebugBuilder.cpp.o CMakeFiles/PollyCore.dir/CodeGen/CodegenCleanup.cpp.o CMakeFiles/PollyCore.dir/CodeGen/PerfMonitor.cpp.o CMakeFiles/PollyCore.dir/Exchange/JSONExporter.cpp.o CMakeFiles/PollyCore.dir/Support/GICHelper.cpp.o CMakeFiles/PollyCore.dir/Support/SCEVAffinator.cpp.o CMakeFiles/PollyCore.dir/Support/SCEVValidator.cpp.o CMakeFiles/PollyCore.dir/Support/RegisterPasses.cpp.o CMakeFiles/PollyCore.dir/Support/ScopHelper.cpp.o CMakeFiles/PollyCore.dir/Support/ScopLocation.cpp.o CMakeFiles/PollyCore.dir/Support/ISLTools.cpp.o CMakeFiles/PollyCore.dir/Support/DumpModulePass.cpp.o CMakeFiles/PollyCore.dir/Support/VirtualInstruction.cpp.o CMakeFiles/PollyCore.dir/Transform/Canonicalization.cpp.o CMakeFiles/PollyCore.dir/Transform/CodePreparation.cpp.o CMakeFiles/PollyCore.dir/Transform/DeadCodeElimination.cpp.o CMakeFiles/PollyCore.dir/Transform/ScheduleOptimizer.cpp.o CMakeFiles/PollyCore.dir/Transform/FlattenSchedule.cpp.o CMakeFiles/PollyCore.dir/Transform/FlattenAlgo.cpp.o CMakeFiles/PollyCore.dir/Transform/DeLICM.cpp.o CMakeFiles/PollyCore.dir/Transform/Simplify.cpp.o ../../../lib/libPollyISL.a /usr/lib/x86_64-linux-gnu/libjsoncpp.so 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target LLVMPolly
/usr/bin/make -f tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/build.make tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/depend.internal".
Scanning dependencies of target clangBasic
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/build.make tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Attributes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/Attributes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/Attributes.cpp
[ 63%] Linking CXX static library ../libLLVMProfileData.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData && /usr/bin/cmake -P CMakeFiles/LLVMProfileData.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMProfileData.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMProfileData.a  CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o
/usr/bin/ranlib ../libLLVMProfileData.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target LLVMProfileData
/usr/bin/make -f tools/clang/lib/Lex/CMakeFiles/clangLex.dir/build.make tools/clang/lib/Lex/CMakeFiles/clangLex.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex/CMakeFiles/clangLex.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex/CMakeFiles/clangLex.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex/CMakeFiles/clangLex.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex/CMakeFiles/clangLex.dir/depend.internal".
Scanning dependencies of target clangLex
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Lex/CMakeFiles/clangLex.dir/build.make tools/clang/lib/Lex/CMakeFiles/clangLex.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/HeaderMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/HeaderMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/HeaderMap.cpp
[ 63%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/HeaderSearch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/HeaderSearch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/HeaderSearch.cpp
[ 63%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Builtins.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/Builtins.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/Builtins.cpp
[ 63%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/CharInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/CharInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/CharInfo.cpp
[ 63%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Cuda.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/Cuda.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/Cuda.cpp
[ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ObjCARCAliasAnalysis.cpp
[ 63%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Diagnostic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/Diagnostic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/Diagnostic.cpp
[ 63%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/Lexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/Lexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/Lexer.cpp
[ 63%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ObjCARCAnalysisUtils.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/DiagnosticIDs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/DiagnosticIDs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/DiagnosticIDs.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ObjCARCInstKind.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/DiagnosticOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/DiagnosticOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/DiagnosticOptions.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/FileManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/FileManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/FileManager.cpp
[ 64%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/LiteralSupport.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/LiteralSupport.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/LiteralSupport.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OptimizationDiagnosticInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/OptimizationDiagnosticInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/OptimizationDiagnosticInfo.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/FileSystemStatCache.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/FileSystemStatCache.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/FileSystemStatCache.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/IdentifierTable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/IdentifierTable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/IdentifierTable.cpp
[ 64%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/MacroArgs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/MacroArgs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/MacroArgs.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/LangOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/LangOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/LangOptions.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/MemoryBufferCache.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/MemoryBufferCache.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/MemoryBufferCache.cpp
[ 64%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/MacroInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/MacroInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/MacroInfo.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OrderedBasicBlock.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/OrderedBasicBlock.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/OrderedBasicBlock.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Module.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/Module.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/Module.cpp
[ 64%] Linking CXX static library ../libLLVMPasses.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes && /usr/bin/cmake -P CMakeFiles/LLVMPasses.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMPasses.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMPasses.a  CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o
/usr/bin/ranlib ../libLLVMPasses.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 64%] Built target LLVMPasses
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/ObjCRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/ObjCRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/ObjCRuntime.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/PHITransAddr.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/OpenMPKinds.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/OpenMPKinds.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/OpenMPKinds.cpp
[ 64%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/ModuleMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/ModuleMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/ModuleMap.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/OperatorPrecedence.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/OperatorPrecedence.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/OperatorPrecedence.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/SanitizerBlacklist.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/SanitizerBlacklist.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/SanitizerBlacklist.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Sanitizers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/Sanitizers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/Sanitizers.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/PostDominators.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/SourceLocation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/SourceLocation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/SourceLocation.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/SourceManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/SourceManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/SourceManager.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/TargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/TargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/TargetInfo.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ProfileSummaryInfo.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/PtrUseVisitor.cpp
[ 64%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Targets.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/Targets.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/Targets.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/RegionInfo.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/RegionPass.cpp
[ 64%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPCaching.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/PPCaching.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/PPCaching.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/RegionPrinter.cpp
[ 64%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPCallbacks.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/PPCallbacks.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/PPCallbacks.cpp
[ 64%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ScalarEvolution.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPConditionalDirectiveRecord.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/PPConditionalDirectiveRecord.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPDirectives.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/PPDirectives.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/PPDirectives.cpp
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/TokenKinds.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/TokenKinds.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/TokenKinds.cpp
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Version.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/Version.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/Version.cpp
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/VersionTuple.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/VersionTuple.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/VersionTuple.cpp
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/VirtualFileSystem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/VirtualFileSystem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/VirtualFileSystem.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionExpander.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionExpander.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ScalarEvolutionExpander.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPExpressions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/PPExpressions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/PPExpressions.cpp
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/Warnings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/Warnings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/Warnings.cpp
[ 66%] Building CXX object tools/clang/lib/Basic/CMakeFiles/clangBasic.dir/XRayLists.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangBasic.dir/XRayLists.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Basic/XRayLists.cpp
[ 66%] Linking CXX static library ../../../../lib/libclangBasic.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/cmake -P CMakeFiles/clangBasic.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Basic && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangBasic.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangBasic.a  CMakeFiles/clangBasic.dir/Attributes.cpp.o CMakeFiles/clangBasic.dir/Builtins.cpp.o CMakeFiles/clangBasic.dir/CharInfo.cpp.o CMakeFiles/clangBasic.dir/Cuda.cpp.o CMakeFiles/clangBasic.dir/Diagnostic.cpp.o CMakeFiles/clangBasic.dir/DiagnosticIDs.cpp.o CMakeFiles/clangBasic.dir/DiagnosticOptions.cpp.o CMakeFiles/clangBasic.dir/FileManager.cpp.o CMakeFiles/clangBasic.dir/FileSystemStatCache.cpp.o CMakeFiles/clangBasic.dir/IdentifierTable.cpp.o CMakeFiles/clangBasic.dir/LangOptions.cpp.o CMakeFiles/clangBasic.dir/MemoryBufferCache.cpp.o CMakeFiles/clangBasic.dir/Module.cpp.o CMakeFiles/clangBasic.dir/ObjCRuntime.cpp.o CMakeFiles/clangBasic.dir/OpenMPKinds.cpp.o CMakeFiles/clangBasic.dir/OperatorPrecedence.cpp.o CMakeFiles/clangBasic.dir/SanitizerBlacklist.cpp.o CMakeFiles/clangBasic.dir/Sanitizers.cpp.o CMakeFiles/clangBasic.dir/SourceLocation.cpp.o CMakeFiles/clangBasic.dir/SourceManager.cpp.o CMakeFiles/clangBasic.dir/TargetInfo.cpp.o CMakeFiles/clangBasic.dir/Targets.cpp.o CMakeFiles/clangBasic.dir/TokenKinds.cpp.o CMakeFiles/clangBasic.dir/Version.cpp.o CMakeFiles/clangBasic.dir/VersionTuple.cpp.o CMakeFiles/clangBasic.dir/VirtualFileSystem.cpp.o CMakeFiles/clangBasic.dir/Warnings.cpp.o CMakeFiles/clangBasic.dir/XRayLists.cpp.o
/usr/bin/ranlib ../../../../lib/libclangBasic.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 66%] Built target clangBasic
/usr/bin/make -f tools/clang/lib/Parse/CMakeFiles/clangParse.dir/build.make tools/clang/lib/Parse/CMakeFiles/clangParse.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse/CMakeFiles/clangParse.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse/CMakeFiles/clangParse.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse/CMakeFiles/clangParse.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse/CMakeFiles/clangParse.dir/depend.internal".
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ScalarEvolutionNormalization.cpp
Scanning dependencies of target clangParse
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Parse/CMakeFiles/clangParse.dir/build.make tools/clang/lib/Parse/CMakeFiles/clangParse.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseAST.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseAST.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseAST.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPLexerChange.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/PPLexerChange.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/PPLexerChange.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SparsePropagation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/SparsePropagation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/SparsePropagation.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PPMacroExpansion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/PPMacroExpansion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/PPMacroExpansion.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/TargetLibraryInfo.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/TargetTransformInfo.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseCXXInlineMethods.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseCXXInlineMethods.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/Trace.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/TypeBasedAliasAnalysis.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/TypeMetadataUtils.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PTHLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/PTHLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/PTHLexer.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ScopedNoAliasAA.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/ValueTracking.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseDecl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseDecl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseDecl.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/Pragma.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/Pragma.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/Pragma.cpp
[ 66%] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Analysis/VectorUtils.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PreprocessingRecord.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/PreprocessingRecord.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/PreprocessingRecord.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/Preprocessor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/Preprocessor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/Preprocessor.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/PreprocessorLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/PreprocessorLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/PreprocessorLexer.cpp
[ 66%] Linking CXX static library ../libLLVMAnalysis.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/cmake -P CMakeFiles/LLVMAnalysis.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAnalysis.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMAnalysis.a  CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o CMakeFiles/LLVMAnalysis.dir/AliasAnalysisSummary.cpp.o CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o CMakeFiles/LLVMAnalysis.dir/CFLAndersAliasAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/CFLSteensAliasAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/DivergenceAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o CMakeFiles/LLVMAnalysis.dir/EHPersonalities.cpp.o CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o CMakeFiles/LLVMAnalysis.dir/Interval.cpp.o CMakeFiles/LLVMAnalysis.dir/IntervalPartition.cpp.o CMakeFiles/LLVMAnalysis.dir/IteratedDominanceFrontier.cpp.o CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/LoopAnalysisManager.cpp.o CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o CMakeFiles/LLVMAnalysis.dir/MemDepPrinter.cpp.o CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o CMakeFiles/LLVMAnalysis.dir/MemorySSA.cpp.o CMakeFiles/LLVMAnalysis.dir/MemorySSAUpdater.cpp.o CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o CMakeFiles/LLVMAnalysis.dir/OptimizationDiagnosticInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/OrderedBasicBlock.cpp.o CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionExpander.cpp.o CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o CMakeFiles/LLVMAnalysis.dir/SparsePropagation.cpp.o CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o
/usr/bin/ranlib ../libLLVMAnalysis.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 66%] Built target LLVMAnalysis
/usr/bin/make -f tools/clang/lib/AST/CMakeFiles/clangAST.dir/build.make tools/clang/lib/AST/CMakeFiles/clangAST.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST/CMakeFiles/clangAST.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST/CMakeFiles/clangAST.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST/CMakeFiles/clangAST.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST/CMakeFiles/clangAST.dir/depend.internal".
Scanning dependencies of target clangAST
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/AST/CMakeFiles/clangAST.dir/build.make tools/clang/lib/AST/CMakeFiles/clangAST.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/APValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/APValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/APValue.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/ScratchBuffer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/ScratchBuffer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/ScratchBuffer.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/TokenConcatenation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/TokenConcatenation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/TokenConcatenation.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseDeclCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseDeclCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseDeclCXX.cpp
[ 66%] Building CXX object tools/clang/lib/Lex/CMakeFiles/clangLex.dir/TokenLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangLex.dir/TokenLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Lex/TokenLexer.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ASTConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ASTConsumer.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ASTContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ASTContext.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTDiagnostic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ASTDiagnostic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ASTDiagnostic.cpp
[ 66%] Linking CXX static library ../../../../lib/libclangLex.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/cmake -P CMakeFiles/clangLex.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Lex && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangLex.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangLex.a  CMakeFiles/clangLex.dir/HeaderMap.cpp.o CMakeFiles/clangLex.dir/HeaderSearch.cpp.o CMakeFiles/clangLex.dir/Lexer.cpp.o CMakeFiles/clangLex.dir/LiteralSupport.cpp.o CMakeFiles/clangLex.dir/MacroArgs.cpp.o CMakeFiles/clangLex.dir/MacroInfo.cpp.o CMakeFiles/clangLex.dir/ModuleMap.cpp.o CMakeFiles/clangLex.dir/PPCaching.cpp.o CMakeFiles/clangLex.dir/PPCallbacks.cpp.o CMakeFiles/clangLex.dir/PPConditionalDirectiveRecord.cpp.o CMakeFiles/clangLex.dir/PPDirectives.cpp.o CMakeFiles/clangLex.dir/PPExpressions.cpp.o CMakeFiles/clangLex.dir/PPLexerChange.cpp.o CMakeFiles/clangLex.dir/PPMacroExpansion.cpp.o CMakeFiles/clangLex.dir/PTHLexer.cpp.o CMakeFiles/clangLex.dir/Pragma.cpp.o CMakeFiles/clangLex.dir/PreprocessingRecord.cpp.o CMakeFiles/clangLex.dir/Preprocessor.cpp.o CMakeFiles/clangLex.dir/PreprocessorLexer.cpp.o CMakeFiles/clangLex.dir/ScratchBuffer.cpp.o CMakeFiles/clangLex.dir/TokenConcatenation.cpp.o CMakeFiles/clangLex.dir/TokenLexer.cpp.o
/usr/bin/ranlib ../../../../lib/libclangLex.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 66%] Built target clangLex
/usr/bin/make -f tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/build.make tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/depend.internal".
Scanning dependencies of target clangASTMatchers
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/build.make tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 66%] Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/ASTMatchFinder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangASTMatchers.dir/ASTMatchFinder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseExpr.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ASTDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ASTDumper.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseExprCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseExprCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseExprCXX.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTImporter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ASTImporter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ASTImporter.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseInit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseInit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseInit.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTStructuralEquivalence.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ASTStructuralEquivalence.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ASTStructuralEquivalence.cpp
[ 66%] Building CXX object tools/clang/lib/ASTMatchers/CMakeFiles/clangASTMatchers.dir/ASTMatchersInternal.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangASTMatchers.dir/ASTMatchersInternal.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ASTTypeTraits.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ASTTypeTraits.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ASTTypeTraits.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseObjc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseObjc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseObjc.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/AttrImpl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/AttrImpl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/AttrImpl.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CXXInheritance.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/CXXInheritance.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/CXXInheritance.cpp
[ 66%] Linking CXX static library ../../../../lib/libclangASTMatchers.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers && /usr/bin/cmake -P CMakeFiles/clangASTMatchers.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangASTMatchers.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangASTMatchers.a  CMakeFiles/clangASTMatchers.dir/ASTMatchFinder.cpp.o CMakeFiles/clangASTMatchers.dir/ASTMatchersInternal.cpp.o
/usr/bin/ranlib ../../../../lib/libclangASTMatchers.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 66%] Built target clangASTMatchers
/usr/bin/make -f tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/build.make tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/Dynamic /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/depend.internal".
Scanning dependencies of target clangDynamicASTMatchers
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/build.make tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 66%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Diagnostics.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/Dynamic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDynamicASTMatchers.dir/Diagnostics.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Comment.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/Comment.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/Comment.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseOpenMP.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseOpenMP.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseOpenMP.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CommentBriefParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/CommentBriefParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/CommentBriefParser.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CommentCommandTraits.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/CommentCommandTraits.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/CommentCommandTraits.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CommentLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/CommentLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/CommentLexer.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CommentParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/CommentParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/CommentParser.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/CommentSema.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/CommentSema.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/CommentSema.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Decl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/Decl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/Decl.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParsePragma.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParsePragma.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParsePragma.cpp
[ 66%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/VariantValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/Dynamic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDynamicASTMatchers.dir/VariantValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclarationName.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/DeclarationName.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/DeclarationName.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/DeclBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/DeclBase.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/DeclCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/DeclCXX.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseStmt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseStmt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseStmt.cpp
[ 66%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Parser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/Dynamic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDynamicASTMatchers.dir/Parser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclFriend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/DeclFriend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/DeclFriend.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclGroup.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/DeclGroup.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/DeclGroup.cpp
[ 66%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseStmtAsm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseStmtAsm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseStmtAsm.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclObjC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/DeclObjC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/DeclObjC.cpp
[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclOpenMP.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/DeclOpenMP.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/DeclOpenMP.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/DeclPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/DeclPrinter.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/DeclTemplate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/DeclTemplate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/DeclTemplate.cpp
[ 67%] Building CXX object tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Registry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/Dynamic -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDynamicASTMatchers.dir/Registry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
[ 67%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseTemplate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseTemplate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseTemplate.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Expr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/Expr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/Expr.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExprClassification.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ExprClassification.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ExprClassification.cpp
[ 67%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/ParseTentative.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/ParseTentative.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/ParseTentative.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExprConstant.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ExprConstant.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ExprConstant.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExprCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ExprCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ExprCXX.cpp
[ 67%] Building CXX object tools/clang/lib/Parse/CMakeFiles/clangParse.dir/Parser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangParse.dir/Parser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Parse/Parser.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExprObjC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ExprObjC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ExprObjC.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExternalASTMerger.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ExternalASTMerger.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ExternalASTMerger.cpp
[ 67%] Linking CXX static library ../../../../lib/libclangParse.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/cmake -P CMakeFiles/clangParse.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Parse && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangParse.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangParse.a  CMakeFiles/clangParse.dir/ParseAST.cpp.o CMakeFiles/clangParse.dir/ParseCXXInlineMethods.cpp.o CMakeFiles/clangParse.dir/ParseDecl.cpp.o CMakeFiles/clangParse.dir/ParseDeclCXX.cpp.o CMakeFiles/clangParse.dir/ParseExpr.cpp.o CMakeFiles/clangParse.dir/ParseExprCXX.cpp.o CMakeFiles/clangParse.dir/ParseInit.cpp.o CMakeFiles/clangParse.dir/ParseObjc.cpp.o CMakeFiles/clangParse.dir/ParseOpenMP.cpp.o CMakeFiles/clangParse.dir/ParsePragma.cpp.o CMakeFiles/clangParse.dir/ParseStmt.cpp.o CMakeFiles/clangParse.dir/ParseStmtAsm.cpp.o CMakeFiles/clangParse.dir/ParseTemplate.cpp.o CMakeFiles/clangParse.dir/ParseTentative.cpp.o CMakeFiles/clangParse.dir/Parser.cpp.o
/usr/bin/ranlib ../../../../lib/libclangParse.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 67%] Built target clangParse
/usr/bin/make -f tools/clang/lib/Sema/CMakeFiles/clangSema.dir/build.make tools/clang/lib/Sema/CMakeFiles/clangSema.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema/CMakeFiles/clangSema.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema/CMakeFiles/clangSema.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema/CMakeFiles/clangSema.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema/CMakeFiles/clangSema.dir/depend.internal".
Scanning dependencies of target clangSema
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Sema/CMakeFiles/clangSema.dir/build.make tools/clang/lib/Sema/CMakeFiles/clangSema.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/AnalysisBasedWarnings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/AnalysisBasedWarnings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ExternalASTSource.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ExternalASTSource.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ExternalASTSource.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/InheritViz.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/InheritViz.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/InheritViz.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ItaniumCXXABI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ItaniumCXXABI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ItaniumCXXABI.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ItaniumMangle.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ItaniumMangle.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ItaniumMangle.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Mangle.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/Mangle.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/Mangle.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/MicrosoftCXXABI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/MicrosoftCXXABI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/MicrosoftCXXABI.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/AttributeList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/AttributeList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/AttributeList.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/MicrosoftMangle.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/MicrosoftMangle.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/MicrosoftMangle.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/NestedNameSpecifier.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/NestedNameSpecifier.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/NestedNameSpecifier.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/NSAPI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/NSAPI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/NSAPI.cpp
[ 67%] Linking CXX static library ../../../../../lib/libclangDynamicASTMatchers.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic && /usr/bin/cmake -P CMakeFiles/clangDynamicASTMatchers.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ASTMatchers/Dynamic && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangDynamicASTMatchers.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangDynamicASTMatchers.a  CMakeFiles/clangDynamicASTMatchers.dir/Diagnostics.cpp.o CMakeFiles/clangDynamicASTMatchers.dir/VariantValue.cpp.o CMakeFiles/clangDynamicASTMatchers.dir/Parser.cpp.o CMakeFiles/clangDynamicASTMatchers.dir/Registry.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangDynamicASTMatchers.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 67%] Built target clangDynamicASTMatchers
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ODRHash.cpp.o
/usr/bin/make -f tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/build.make tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/depend
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ODRHash.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ODRHash.cpp
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/depend.internal".
Scanning dependencies of target clangCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/build.make tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/BackendUtil.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/BackendUtil.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/BackendUtil.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/CodeCompleteConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/CodeCompleteConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/CodeCompleteConsumer.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/OpenMPClause.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/OpenMPClause.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/OpenMPClause.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/ParentMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/ParentMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/ParentMap.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/DeclSpec.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/DeclSpec.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/DeclSpec.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/RawCommentList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/RawCommentList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/RawCommentList.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/RecordLayout.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/RecordLayout.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/RecordLayout.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGAtomic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGAtomic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGAtomic.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGBlocks.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGBlocks.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGBlocks.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/RecordLayoutBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/RecordLayoutBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/RecordLayoutBuilder.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/DelayedDiagnostic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/DelayedDiagnostic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/DelayedDiagnostic.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/IdentifierResolver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/IdentifierResolver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/IdentifierResolver.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/SelectorLocationsKind.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/SelectorLocationsKind.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/SelectorLocationsKind.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Stmt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/Stmt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/Stmt.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/JumpDiagnostics.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/JumpDiagnostics.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/JumpDiagnostics.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGBuiltin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGBuiltin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGBuiltin.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCUDANV.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGCUDANV.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGCUDANV.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/StmtCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/StmtCXX.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/MultiplexExternalSemaSource.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/MultiplexExternalSemaSource.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtIterator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/StmtIterator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/StmtIterator.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtObjC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/StmtObjC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/StmtObjC.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/Scope.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/Scope.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/Scope.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCUDARuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGCUDARuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGCUDARuntime.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtOpenMP.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/StmtOpenMP.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/StmtOpenMP.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/ScopeInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/ScopeInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/ScopeInfo.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGCXX.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/StmtPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/StmtPrinter.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/Sema.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/Sema.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/Sema.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCXXABI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGCXXABI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGCXXABI.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtProfile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/StmtProfile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/StmtProfile.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCall.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGCall.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGCall.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaAccess.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaAccess.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaAccess.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/StmtViz.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/StmtViz.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/StmtViz.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/TemplateBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/TemplateBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/TemplateBase.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGClass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGClass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGClass.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/TemplateName.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/TemplateName.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/TemplateName.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaAttr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaAttr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaAttr.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/Type.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/Type.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/Type.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCleanup.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGCleanup.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGCleanup.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaCXXScopeSpec.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaCXXScopeSpec.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaCast.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaCast.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaCast.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/TypeLoc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/TypeLoc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/TypeLoc.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/TypePrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/TypePrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/TypePrinter.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/VTableBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/VTableBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/VTableBuilder.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGCoroutine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGCoroutine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGCoroutine.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaChecking.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaChecking.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaChecking.cpp
[ 67%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/VTTBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAST.dir/VTTBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/AST/VTTBuilder.cpp
/usr/bin/make -f tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/build.make tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/depend.internal".
Scanning dependencies of target clangAnalysis
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/build.make tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/AnalysisDeclContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/AnalysisDeclContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/AnalysisDeclContext.cpp
[ 67%] Linking CXX static library ../../../../lib/libclangAST.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/cmake -P CMakeFiles/clangAST.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/AST && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangAST.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangAST.a  CMakeFiles/clangAST.dir/APValue.cpp.o CMakeFiles/clangAST.dir/ASTConsumer.cpp.o CMakeFiles/clangAST.dir/ASTContext.cpp.o CMakeFiles/clangAST.dir/ASTDiagnostic.cpp.o CMakeFiles/clangAST.dir/ASTDumper.cpp.o CMakeFiles/clangAST.dir/ASTImporter.cpp.o CMakeFiles/clangAST.dir/ASTStructuralEquivalence.cpp.o CMakeFiles/clangAST.dir/ASTTypeTraits.cpp.o CMakeFiles/clangAST.dir/AttrImpl.cpp.o CMakeFiles/clangAST.dir/CXXInheritance.cpp.o CMakeFiles/clangAST.dir/Comment.cpp.o CMakeFiles/clangAST.dir/CommentBriefParser.cpp.o CMakeFiles/clangAST.dir/CommentCommandTraits.cpp.o CMakeFiles/clangAST.dir/CommentLexer.cpp.o CMakeFiles/clangAST.dir/CommentParser.cpp.o CMakeFiles/clangAST.dir/CommentSema.cpp.o CMakeFiles/clangAST.dir/Decl.cpp.o CMakeFiles/clangAST.dir/DeclarationName.cpp.o CMakeFiles/clangAST.dir/DeclBase.cpp.o CMakeFiles/clangAST.dir/DeclCXX.cpp.o CMakeFiles/clangAST.dir/DeclFriend.cpp.o CMakeFiles/clangAST.dir/DeclGroup.cpp.o CMakeFiles/clangAST.dir/DeclObjC.cpp.o CMakeFiles/clangAST.dir/DeclOpenMP.cpp.o CMakeFiles/clangAST.dir/DeclPrinter.cpp.o CMakeFiles/clangAST.dir/DeclTemplate.cpp.o CMakeFiles/clangAST.dir/Expr.cpp.o CMakeFiles/clangAST.dir/ExprClassification.cpp.o CMakeFiles/clangAST.dir/ExprConstant.cpp.o CMakeFiles/clangAST.dir/ExprCXX.cpp.o CMakeFiles/clangAST.dir/ExprObjC.cpp.o CMakeFiles/clangAST.dir/ExternalASTMerger.cpp.o CMakeFiles/clangAST.dir/ExternalASTSource.cpp.o CMakeFiles/clangAST.dir/InheritViz.cpp.o CMakeFiles/clangAST.dir/ItaniumCXXABI.cpp.o CMakeFiles/clangAST.dir/ItaniumMangle.cpp.o CMakeFiles/clangAST.dir/Mangle.cpp.o CMakeFiles/clangAST.dir/MicrosoftCXXABI.cpp.o CMakeFiles/clangAST.dir/MicrosoftMangle.cpp.o CMakeFiles/clangAST.dir/NestedNameSpecifier.cpp.o CMakeFiles/clangAST.dir/NSAPI.cpp.o CMakeFiles/clangAST.dir/ODRHash.cpp.o CMakeFiles/clangAST.dir/OpenMPClause.cpp.o CMakeFiles/clangAST.dir/ParentMap.cpp.o CMakeFiles/clangAST.dir/RawCommentList.cpp.o CMakeFiles/clangAST.dir/RecordLayout.cpp.o CMakeFiles/clangAST.dir/RecordLayoutBuilder.cpp.o CMakeFiles/clangAST.dir/SelectorLocationsKind.cpp.o CMakeFiles/clangAST.dir/Stmt.cpp.o CMakeFiles/clangAST.dir/StmtCXX.cpp.o CMakeFiles/clangAST.dir/StmtIterator.cpp.o CMakeFiles/clangAST.dir/StmtObjC.cpp.o CMakeFiles/clangAST.dir/StmtOpenMP.cpp.o CMakeFiles/clangAST.dir/StmtPrinter.cpp.o CMakeFiles/clangAST.dir/StmtProfile.cpp.o CMakeFiles/clangAST.dir/StmtViz.cpp.o CMakeFiles/clangAST.dir/TemplateBase.cpp.o CMakeFiles/clangAST.dir/TemplateName.cpp.o CMakeFiles/clangAST.dir/Type.cpp.o CMakeFiles/clangAST.dir/TypeLoc.cpp.o CMakeFiles/clangAST.dir/TypePrinter.cpp.o CMakeFiles/clangAST.dir/VTableBuilder.cpp.o CMakeFiles/clangAST.dir/VTTBuilder.cpp.o
/usr/bin/ranlib ../../../../lib/libclangAST.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 67%] Built target clangAST
/usr/bin/make -f tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/build.make tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Edit /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/depend.internal".
Scanning dependencies of target clangEdit
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/build.make tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 67%] Building CXX object tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/Commit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Edit -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangEdit.dir/Commit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Edit/Commit.cpp
[ 67%] Building CXX object tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/EditedSource.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Edit -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangEdit.dir/EditedSource.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Edit/EditedSource.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGDebugInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGDebugInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGDebugInfo.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/BodyFarm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/BodyFarm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/BodyFarm.cpp
[ 67%] Building CXX object tools/clang/lib/Edit/CMakeFiles/clangEdit.dir/RewriteObjCFoundationAPI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Edit -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangEdit.dir/RewriteObjCFoundationAPI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CFG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/CFG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/CFG.cpp
[ 67%] Linking CXX static library ../../../../lib/libclangEdit.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit && /usr/bin/cmake -P CMakeFiles/clangEdit.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Edit && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangEdit.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangEdit.a  CMakeFiles/clangEdit.dir/Commit.cpp.o CMakeFiles/clangEdit.dir/EditedSource.cpp.o CMakeFiles/clangEdit.dir/RewriteObjCFoundationAPI.cpp.o
/usr/bin/ranlib ../../../../lib/libclangEdit.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 67%] Built target clangEdit
/usr/bin/make -f tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/build.make tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/depend.internal".
Scanning dependencies of target clangRewrite
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/build.make tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 67%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/DeltaTree.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewrite.dir/DeltaTree.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite/DeltaTree.cpp
[ 67%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/HTMLRewrite.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewrite.dir/HTMLRewrite.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite/HTMLRewrite.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaCodeComplete.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaCodeComplete.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaCodeComplete.cpp
[ 67%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/RewriteRope.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewrite.dir/RewriteRope.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite/RewriteRope.cpp
[ 67%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/Rewriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewrite.dir/Rewriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite/Rewriter.cpp
[ 67%] Building CXX object tools/clang/lib/Rewrite/CMakeFiles/clangRewrite.dir/TokenRewriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewrite.dir/TokenRewriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Rewrite/TokenRewriter.cpp
[ 67%] Linking CXX static library ../../../../lib/libclangRewrite.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite && /usr/bin/cmake -P CMakeFiles/clangRewrite.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Rewrite && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangRewrite.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangRewrite.a  CMakeFiles/clangRewrite.dir/DeltaTree.cpp.o CMakeFiles/clangRewrite.dir/HTMLRewrite.cpp.o CMakeFiles/clangRewrite.dir/RewriteRope.cpp.o CMakeFiles/clangRewrite.dir/Rewriter.cpp.o CMakeFiles/clangRewrite.dir/TokenRewriter.cpp.o
/usr/bin/ranlib ../../../../lib/libclangRewrite.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 67%] Built target clangRewrite
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaConsumer.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaCoroutine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaCoroutine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaCoroutine.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/CFGReachabilityAnalysis.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CFGStmtMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/CFGStmtMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/CFGStmtMap.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGDecl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGDecl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGDecl.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CallGraph.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/CallGraph.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/CallGraph.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaCUDA.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaCUDA.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaCUDA.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CloneDetection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/CloneDetection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/CloneDetection.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaDecl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaDecl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaDecl.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGDeclCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGDeclCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGDeclCXX.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CocoaConventions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/CocoaConventions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/CocoaConventions.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaDeclAttr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaDeclAttr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaDeclAttr.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/Consumed.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/Consumed.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/Consumed.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/CodeInjector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/CodeInjector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/CodeInjector.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/Dominators.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/Dominators.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/Dominators.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGException.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGException.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGException.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/FormatString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/FormatString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/FormatString.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/LiveVariables.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/LiveVariables.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/LiveVariables.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaDeclCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaDeclCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaDeclCXX.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/OSLog.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/OSLog.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/OSLog.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGExpr.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ObjCNoReturn.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/ObjCNoReturn.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/ObjCNoReturn.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/PostOrderCFGView.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/PostOrderCFGView.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/PostOrderCFGView.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/PrintfFormatString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/PrintfFormatString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/PrintfFormatString.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ProgramPoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/ProgramPoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/ProgramPoint.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaDeclObjC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaDeclObjC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaDeclObjC.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/PseudoConstantAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/PseudoConstantAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/PseudoConstantAnalysis.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprAgg.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGExprAgg.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGExprAgg.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ReachableCode.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/ReachableCode.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/ReachableCode.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ScanfFormatString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/ScanfFormatString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/ScanfFormatString.cpp
[ 67%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExceptionSpec.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaExceptionSpec.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaExceptionSpec.cpp
[ 67%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ThreadSafety.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/ThreadSafety.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/ThreadSafety.cpp
[ 67%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGExprCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGExprCXX.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaExpr.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaExprCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaExprCXX.cpp
[ 68%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ThreadSafetyCommon.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/ThreadSafetyCommon.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
[ 68%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ThreadSafetyLogical.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/ThreadSafetyLogical.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/ThreadSafetyLogical.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprComplex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGExprComplex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGExprComplex.cpp
[ 68%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/ThreadSafetyTIL.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/ThreadSafetyTIL.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/ThreadSafetyTIL.cpp
[ 68%] Building CXX object tools/clang/lib/Analysis/CMakeFiles/clangAnalysis.dir/UninitializedValues.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangAnalysis.dir/UninitializedValues.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Analysis/UninitializedValues.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprConstant.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGExprConstant.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGExprConstant.cpp
[ 68%] Linking CXX static library ../../../../lib/libclangAnalysis.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/cmake -P CMakeFiles/clangAnalysis.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Analysis && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangAnalysis.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangAnalysis.a  CMakeFiles/clangAnalysis.dir/AnalysisDeclContext.cpp.o CMakeFiles/clangAnalysis.dir/BodyFarm.cpp.o CMakeFiles/clangAnalysis.dir/CFG.cpp.o CMakeFiles/clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o CMakeFiles/clangAnalysis.dir/CFGStmtMap.cpp.o CMakeFiles/clangAnalysis.dir/CallGraph.cpp.o CMakeFiles/clangAnalysis.dir/CloneDetection.cpp.o CMakeFiles/clangAnalysis.dir/CocoaConventions.cpp.o CMakeFiles/clangAnalysis.dir/Consumed.cpp.o CMakeFiles/clangAnalysis.dir/CodeInjector.cpp.o CMakeFiles/clangAnalysis.dir/Dominators.cpp.o CMakeFiles/clangAnalysis.dir/FormatString.cpp.o CMakeFiles/clangAnalysis.dir/LiveVariables.cpp.o CMakeFiles/clangAnalysis.dir/OSLog.cpp.o CMakeFiles/clangAnalysis.dir/ObjCNoReturn.cpp.o CMakeFiles/clangAnalysis.dir/PostOrderCFGView.cpp.o CMakeFiles/clangAnalysis.dir/PrintfFormatString.cpp.o CMakeFiles/clangAnalysis.dir/ProgramPoint.cpp.o CMakeFiles/clangAnalysis.dir/PseudoConstantAnalysis.cpp.o CMakeFiles/clangAnalysis.dir/ReachableCode.cpp.o CMakeFiles/clangAnalysis.dir/ScanfFormatString.cpp.o CMakeFiles/clangAnalysis.dir/ThreadSafety.cpp.o CMakeFiles/clangAnalysis.dir/ThreadSafetyCommon.cpp.o CMakeFiles/clangAnalysis.dir/ThreadSafetyLogical.cpp.o CMakeFiles/clangAnalysis.dir/ThreadSafetyTIL.cpp.o CMakeFiles/clangAnalysis.dir/UninitializedValues.cpp.o
/usr/bin/ranlib ../../../../lib/libclangAnalysis.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 68%] Built target clangAnalysis
/usr/bin/make -f tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/build.make tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/depend.internal".
Scanning dependencies of target clangARCMigrate
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/build.make tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/ARCMT.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/ARCMT.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/ARCMT.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprMember.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaExprMember.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaExprMember.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/ARCMTActions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/ARCMTActions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/ARCMTActions.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprObjC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaExprObjC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaExprObjC.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprScalar.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGExprScalar.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGExprScalar.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/FileRemapper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/FileRemapper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/FileRemapper.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaFixItUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaFixItUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaFixItUtils.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/ObjCMT.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/ObjCMT.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/ObjCMT.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaInit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaInit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaInit.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaLambda.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaLambda.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaLambda.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGGPUBuiltin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGGPUBuiltin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGGPUBuiltin.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaLookup.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaLookup.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaLookup.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaObjCProperty.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaObjCProperty.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaObjCProperty.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGLoopInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGLoopInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGLoopInfo.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/PlistReporter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/PlistReporter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/PlistReporter.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransAPIUses.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransAPIUses.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransAPIUses.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaOpenMP.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaOpenMP.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaOpenMP.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGObjC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGObjC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGObjC.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaOverload.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaOverload.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaOverload.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransARCAssign.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransARCAssign.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransARCAssign.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGObjCGNU.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGObjCGNU.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGObjCGNU.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaPseudoObject.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaPseudoObject.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaPseudoObject.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransAutoreleasePool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransAutoreleasePool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaStmt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaStmt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaStmt.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGObjCMac.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGObjCMac.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGObjCMac.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaStmtAsm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaStmtAsm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaStmtAsm.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaStmtAttr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaStmtAttr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaStmtAttr.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransBlockObjCVariable.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransBlockObjCVariable.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaTemplate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaTemplate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaTemplate.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGObjCRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGObjCRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGObjCRuntime.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaTemplateDeduction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaTemplateDeduction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaTemplateDeduction.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGOpenCLRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGOpenCLRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGOpenCLRuntime.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaTemplateInstantiate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaTemplateInstantiate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGOpenMPRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGOpenMPRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGOpenMPRuntimeNVPTX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGOpenMPRuntimeNVPTX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransGCAttrs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransGCAttrs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaTemplateInstantiateDecl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaTemplateInstantiateDecl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGStmt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGStmt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGStmt.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransGCCalls.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransGCCalls.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransGCCalls.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaTemplateVariadic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaTemplateVariadic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaTemplateVariadic.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGStmtOpenMP.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGStmtOpenMP.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransProperties.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransProperties.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransProperties.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGVTT.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGVTT.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGVTT.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaType.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaType.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/SemaType.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGVTables.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CGVTables.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CGVTables.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransProtectedScope.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransProtectedScope.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransProtectedScope.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenABITypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CodeGenABITypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CodeGenABITypes.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenAction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CodeGenAction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CodeGenAction.cpp
[ 68%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/TypeLocBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSema.dir/TypeLocBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Sema/TypeLocBuilder.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CodeGenFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CodeGenFunction.cpp
[ 68%] Linking CXX static library ../../../../lib/libclangSema.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/cmake -P CMakeFiles/clangSema.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Sema && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangSema.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangSema.a  CMakeFiles/clangSema.dir/AnalysisBasedWarnings.cpp.o CMakeFiles/clangSema.dir/AttributeList.cpp.o CMakeFiles/clangSema.dir/CodeCompleteConsumer.cpp.o CMakeFiles/clangSema.dir/DeclSpec.cpp.o CMakeFiles/clangSema.dir/DelayedDiagnostic.cpp.o CMakeFiles/clangSema.dir/IdentifierResolver.cpp.o CMakeFiles/clangSema.dir/JumpDiagnostics.cpp.o CMakeFiles/clangSema.dir/MultiplexExternalSemaSource.cpp.o CMakeFiles/clangSema.dir/Scope.cpp.o CMakeFiles/clangSema.dir/ScopeInfo.cpp.o CMakeFiles/clangSema.dir/Sema.cpp.o CMakeFiles/clangSema.dir/SemaAccess.cpp.o CMakeFiles/clangSema.dir/SemaAttr.cpp.o CMakeFiles/clangSema.dir/SemaCXXScopeSpec.cpp.o CMakeFiles/clangSema.dir/SemaCast.cpp.o CMakeFiles/clangSema.dir/SemaChecking.cpp.o CMakeFiles/clangSema.dir/SemaCodeComplete.cpp.o CMakeFiles/clangSema.dir/SemaConsumer.cpp.o CMakeFiles/clangSema.dir/SemaCoroutine.cpp.o CMakeFiles/clangSema.dir/SemaCUDA.cpp.o CMakeFiles/clangSema.dir/SemaDecl.cpp.o CMakeFiles/clangSema.dir/SemaDeclAttr.cpp.o CMakeFiles/clangSema.dir/SemaDeclCXX.cpp.o CMakeFiles/clangSema.dir/SemaDeclObjC.cpp.o CMakeFiles/clangSema.dir/SemaExceptionSpec.cpp.o CMakeFiles/clangSema.dir/SemaExpr.cpp.o CMakeFiles/clangSema.dir/SemaExprCXX.cpp.o CMakeFiles/clangSema.dir/SemaExprMember.cpp.o CMakeFiles/clangSema.dir/SemaExprObjC.cpp.o CMakeFiles/clangSema.dir/SemaFixItUtils.cpp.o CMakeFiles/clangSema.dir/SemaInit.cpp.o CMakeFiles/clangSema.dir/SemaLambda.cpp.o CMakeFiles/clangSema.dir/SemaLookup.cpp.o CMakeFiles/clangSema.dir/SemaObjCProperty.cpp.o CMakeFiles/clangSema.dir/SemaOpenMP.cpp.o CMakeFiles/clangSema.dir/SemaOverload.cpp.o CMakeFiles/clangSema.dir/SemaPseudoObject.cpp.o CMakeFiles/clangSema.dir/SemaStmt.cpp.o CMakeFiles/clangSema.dir/SemaStmtAsm.cpp.o CMakeFiles/clangSema.dir/SemaStmtAttr.cpp.o CMakeFiles/clangSema.dir/SemaTemplate.cpp.o CMakeFiles/clangSema.dir/SemaTemplateDeduction.cpp.o CMakeFiles/clangSema.dir/SemaTemplateInstantiate.cpp.o CMakeFiles/clangSema.dir/SemaTemplateInstantiateDecl.cpp.o CMakeFiles/clangSema.dir/SemaTemplateVariadic.cpp.o CMakeFiles/clangSema.dir/SemaType.cpp.o CMakeFiles/clangSema.dir/TypeLocBuilder.cpp.o
/usr/bin/ranlib ../../../../lib/libclangSema.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 68%] Built target clangSema
/usr/bin/make -f tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/build.make tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/depend.internal".
Scanning dependencies of target clangDriver
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/build.make tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Action.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/Action.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/Action.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Compilation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/Compilation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/Compilation.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Distro.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/Distro.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/Distro.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Driver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/Driver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/Driver.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CodeGenModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CodeGenModule.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenPGO.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CodeGenPGO.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CodeGenPGO.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/DriverOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/DriverOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/DriverOptions.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransUnbridgedCasts.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransUnbridgedCasts.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Job.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/Job.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/Job.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Multilib.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/Multilib.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/Multilib.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Phases.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/Phases.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/Phases.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/SanitizerArgs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/SanitizerArgs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/SanitizerArgs.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Tool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/Tool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/Tool.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChain.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Arch/AArch64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Arch/AArch64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Arch/AArch64.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Arch/ARM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Arch/ARM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Arch/ARM.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransUnusedInitDelegate.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Arch/Mips.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Arch/Mips.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Arch/Mips.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenTBAA.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CodeGenTBAA.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CodeGenTBAA.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Arch/PPC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Arch/PPC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Arch/PPC.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Arch/Sparc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Arch/Sparc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Arch/Sparc.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Arch/X86.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Arch/X86.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Arch/X86.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CodeGenTypes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CodeGenTypes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CodeGenTypes.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Ananas.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Ananas.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Ananas.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/AMDGPU.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/AMDGPU.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/AMDGPU.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/AVR.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/AVR.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/AVR.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Bitrig.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Bitrig.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Bitrig.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/ConstantInitBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/ConstantInitBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/ConstantInitBuilder.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/BareMetal.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/BareMetal.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/BareMetal.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Clang.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Clang.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Clang.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CoverageMappingGen.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/CoverageMappingGen.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/CoverageMappingGen.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/ItaniumCXXABI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/ItaniumCXXABI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/CloudABI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/CloudABI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/CloudABI.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/TransformActions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/TransformActions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/TransformActions.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/CommonArgs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/CommonArgs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/CommonArgs.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Contiki.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Contiki.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Contiki.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/CrossWindows.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/CrossWindows.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/CrossWindows.cpp
[ 68%] Building CXX object tools/clang/lib/ARCMigrate/CMakeFiles/clangARCMigrate.dir/Transforms.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangARCMigrate.dir/Transforms.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/ARCMigrate/Transforms.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Cuda.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Cuda.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Cuda.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/MacroPPCallbacks.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/MacroPPCallbacks.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/MacroPPCallbacks.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Darwin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Darwin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Darwin.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/MicrosoftCXXABI.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/MicrosoftCXXABI.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/DragonFly.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/DragonFly.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/DragonFly.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/FreeBSD.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/FreeBSD.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/FreeBSD.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/ModuleBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/ModuleBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/ModuleBuilder.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Fuchsia.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Fuchsia.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Fuchsia.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Gnu.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Gnu.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Gnu.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Haiku.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Haiku.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Haiku.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Hexagon.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Hexagon.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Hexagon.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/SanitizerMetadata.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/SanitizerMetadata.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/SanitizerMetadata.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Linux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Linux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Linux.cpp
[ 68%] Linking CXX static library ../../../../lib/libclangARCMigrate.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/cmake -P CMakeFiles/clangARCMigrate.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/ARCMigrate && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangARCMigrate.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangARCMigrate.a  CMakeFiles/clangARCMigrate.dir/ARCMT.cpp.o CMakeFiles/clangARCMigrate.dir/ARCMTActions.cpp.o CMakeFiles/clangARCMigrate.dir/FileRemapper.cpp.o CMakeFiles/clangARCMigrate.dir/ObjCMT.cpp.o CMakeFiles/clangARCMigrate.dir/PlistReporter.cpp.o CMakeFiles/clangARCMigrate.dir/TransAPIUses.cpp.o CMakeFiles/clangARCMigrate.dir/TransARCAssign.cpp.o CMakeFiles/clangARCMigrate.dir/TransAutoreleasePool.cpp.o CMakeFiles/clangARCMigrate.dir/TransBlockObjCVariable.cpp.o CMakeFiles/clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o CMakeFiles/clangARCMigrate.dir/TransGCAttrs.cpp.o CMakeFiles/clangARCMigrate.dir/TransGCCalls.cpp.o CMakeFiles/clangARCMigrate.dir/TransProperties.cpp.o CMakeFiles/clangARCMigrate.dir/TransProtectedScope.cpp.o CMakeFiles/clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o CMakeFiles/clangARCMigrate.dir/TransUnbridgedCasts.cpp.o CMakeFiles/clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o CMakeFiles/clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o CMakeFiles/clangARCMigrate.dir/TransformActions.cpp.o CMakeFiles/clangARCMigrate.dir/Transforms.cpp.o
/usr/bin/ranlib ../../../../lib/libclangARCMigrate.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 68%] Built target clangARCMigrate
/usr/bin/make -f tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/build.make tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/depend.internal".
Scanning dependencies of target clangSerialization
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/build.make tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 68%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTCommon.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/ASTCommon.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/ASTCommon.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/MipsLinux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/MipsLinux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/MipsLinux.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/MinGW.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/MinGW.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/MinGW.cpp
[ 68%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/ASTReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/ASTReader.cpp
[ 68%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/SwiftCallingConv.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/SwiftCallingConv.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/SwiftCallingConv.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Minix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Minix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Minix.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/MSVC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/MSVC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/MSVC.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Myriad.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Myriad.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Myriad.cpp
[ 68%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/NaCl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/NaCl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/NaCl.cpp
[ 70%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/TargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/TargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/TargetInfo.cpp
[ 70%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/NetBSD.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/NetBSD.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/NetBSD.cpp
[ 70%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/OpenBSD.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/OpenBSD.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/OpenBSD.cpp
[ 70%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/VarBypassDetector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangCodeGen.dir/VarBypassDetector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/CodeGen/VarBypassDetector.cpp
[ 70%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/PS4CPU.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/PS4CPU.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/PS4CPU.cpp
[ 70%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Solaris.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/Solaris.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/Solaris.cpp
[ 70%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/TCE.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/TCE.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/TCE.cpp
[ 70%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/WebAssembly.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/WebAssembly.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/WebAssembly.cpp
[ 70%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/XCore.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/ToolChains/XCore.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/ToolChains/XCore.cpp
[ 70%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/Types.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/Types.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/Types.cpp
[ 70%] Building CXX object tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/XRayArgs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDriver.dir/XRayArgs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Driver/XRayArgs.cpp
[ 70%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTReaderDecl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/ASTReaderDecl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/ASTReaderDecl.cpp
[ 70%] Linking CXX static library ../../../../lib/libclangDriver.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/cmake -P CMakeFiles/clangDriver.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Driver && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangDriver.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangDriver.a  CMakeFiles/clangDriver.dir/Action.cpp.o CMakeFiles/clangDriver.dir/Compilation.cpp.o CMakeFiles/clangDriver.dir/Distro.cpp.o CMakeFiles/clangDriver.dir/Driver.cpp.o CMakeFiles/clangDriver.dir/DriverOptions.cpp.o CMakeFiles/clangDriver.dir/Job.cpp.o CMakeFiles/clangDriver.dir/Multilib.cpp.o CMakeFiles/clangDriver.dir/Phases.cpp.o CMakeFiles/clangDriver.dir/SanitizerArgs.cpp.o CMakeFiles/clangDriver.dir/Tool.cpp.o CMakeFiles/clangDriver.dir/ToolChain.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Arch/AArch64.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Arch/ARM.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Arch/Mips.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Arch/PPC.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Arch/Sparc.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Arch/X86.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Ananas.cpp.o CMakeFiles/clangDriver.dir/ToolChains/AMDGPU.cpp.o CMakeFiles/clangDriver.dir/ToolChains/AVR.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Bitrig.cpp.o CMakeFiles/clangDriver.dir/ToolChains/BareMetal.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Clang.cpp.o CMakeFiles/clangDriver.dir/ToolChains/CloudABI.cpp.o CMakeFiles/clangDriver.dir/ToolChains/CommonArgs.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Contiki.cpp.o CMakeFiles/clangDriver.dir/ToolChains/CrossWindows.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Cuda.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Darwin.cpp.o CMakeFiles/clangDriver.dir/ToolChains/DragonFly.cpp.o CMakeFiles/clangDriver.dir/ToolChains/FreeBSD.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Fuchsia.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Gnu.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Haiku.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Hexagon.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Linux.cpp.o CMakeFiles/clangDriver.dir/ToolChains/MipsLinux.cpp.o CMakeFiles/clangDriver.dir/ToolChains/MinGW.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Minix.cpp.o CMakeFiles/clangDriver.dir/ToolChains/MSVC.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Myriad.cpp.o CMakeFiles/clangDriver.dir/ToolChains/NaCl.cpp.o CMakeFiles/clangDriver.dir/ToolChains/NetBSD.cpp.o CMakeFiles/clangDriver.dir/ToolChains/OpenBSD.cpp.o CMakeFiles/clangDriver.dir/ToolChains/PS4CPU.cpp.o CMakeFiles/clangDriver.dir/ToolChains/Solaris.cpp.o CMakeFiles/clangDriver.dir/ToolChains/TCE.cpp.o CMakeFiles/clangDriver.dir/ToolChains/WebAssembly.cpp.o CMakeFiles/clangDriver.dir/ToolChains/XCore.cpp.o CMakeFiles/clangDriver.dir/Types.cpp.o CMakeFiles/clangDriver.dir/XRayArgs.cpp.o
/usr/bin/ranlib ../../../../lib/libclangDriver.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 70%] Built target clangDriver
/usr/bin/make -f tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/build.make tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/depend.internal".
Scanning dependencies of target clangFrontend
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/build.make tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ASTConsumers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/ASTConsumers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/ASTConsumers.cpp
[ 70%] Linking CXX static library ../../../../lib/libclangCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/cmake -P CMakeFiles/clangCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/CodeGen && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangCodeGen.a  CMakeFiles/clangCodeGen.dir/BackendUtil.cpp.o CMakeFiles/clangCodeGen.dir/CGAtomic.cpp.o CMakeFiles/clangCodeGen.dir/CGBlocks.cpp.o CMakeFiles/clangCodeGen.dir/CGBuiltin.cpp.o CMakeFiles/clangCodeGen.dir/CGCUDANV.cpp.o CMakeFiles/clangCodeGen.dir/CGCUDARuntime.cpp.o CMakeFiles/clangCodeGen.dir/CGCXX.cpp.o CMakeFiles/clangCodeGen.dir/CGCXXABI.cpp.o CMakeFiles/clangCodeGen.dir/CGCall.cpp.o CMakeFiles/clangCodeGen.dir/CGClass.cpp.o CMakeFiles/clangCodeGen.dir/CGCleanup.cpp.o CMakeFiles/clangCodeGen.dir/CGCoroutine.cpp.o CMakeFiles/clangCodeGen.dir/CGDebugInfo.cpp.o CMakeFiles/clangCodeGen.dir/CGDecl.cpp.o CMakeFiles/clangCodeGen.dir/CGDeclCXX.cpp.o CMakeFiles/clangCodeGen.dir/CGException.cpp.o CMakeFiles/clangCodeGen.dir/CGExpr.cpp.o CMakeFiles/clangCodeGen.dir/CGExprAgg.cpp.o CMakeFiles/clangCodeGen.dir/CGExprCXX.cpp.o CMakeFiles/clangCodeGen.dir/CGExprComplex.cpp.o CMakeFiles/clangCodeGen.dir/CGExprConstant.cpp.o CMakeFiles/clangCodeGen.dir/CGExprScalar.cpp.o CMakeFiles/clangCodeGen.dir/CGGPUBuiltin.cpp.o CMakeFiles/clangCodeGen.dir/CGLoopInfo.cpp.o CMakeFiles/clangCodeGen.dir/CGObjC.cpp.o CMakeFiles/clangCodeGen.dir/CGObjCGNU.cpp.o CMakeFiles/clangCodeGen.dir/CGObjCMac.cpp.o CMakeFiles/clangCodeGen.dir/CGObjCRuntime.cpp.o CMakeFiles/clangCodeGen.dir/CGOpenCLRuntime.cpp.o CMakeFiles/clangCodeGen.dir/CGOpenMPRuntime.cpp.o CMakeFiles/clangCodeGen.dir/CGOpenMPRuntimeNVPTX.cpp.o CMakeFiles/clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o CMakeFiles/clangCodeGen.dir/CGStmt.cpp.o CMakeFiles/clangCodeGen.dir/CGStmtOpenMP.cpp.o CMakeFiles/clangCodeGen.dir/CGVTT.cpp.o CMakeFiles/clangCodeGen.dir/CGVTables.cpp.o CMakeFiles/clangCodeGen.dir/CodeGenABITypes.cpp.o CMakeFiles/clangCodeGen.dir/CodeGenAction.cpp.o CMakeFiles/clangCodeGen.dir/CodeGenFunction.cpp.o CMakeFiles/clangCodeGen.dir/CodeGenModule.cpp.o CMakeFiles/clangCodeGen.dir/CodeGenPGO.cpp.o CMakeFiles/clangCodeGen.dir/CodeGenTBAA.cpp.o CMakeFiles/clangCodeGen.dir/CodeGenTypes.cpp.o CMakeFiles/clangCodeGen.dir/ConstantInitBuilder.cpp.o CMakeFiles/clangCodeGen.dir/CoverageMappingGen.cpp.o CMakeFiles/clangCodeGen.dir/ItaniumCXXABI.cpp.o CMakeFiles/clangCodeGen.dir/MacroPPCallbacks.cpp.o CMakeFiles/clangCodeGen.dir/MicrosoftCXXABI.cpp.o CMakeFiles/clangCodeGen.dir/ModuleBuilder.cpp.o CMakeFiles/clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o CMakeFiles/clangCodeGen.dir/SanitizerMetadata.cpp.o CMakeFiles/clangCodeGen.dir/SwiftCallingConv.cpp.o CMakeFiles/clangCodeGen.dir/TargetInfo.cpp.o CMakeFiles/clangCodeGen.dir/VarBypassDetector.cpp.o
/usr/bin/ranlib ../../../../lib/libclangCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 70%] Built target clangCodeGen
/usr/bin/make -f tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/build.make tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/depend.internal".
Scanning dependencies of target clangRewriteFrontend
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/build.make tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 70%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/FixItRewriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewriteFrontend.dir/FixItRewriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite/FixItRewriter.cpp
[ 70%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTReaderStmt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/ASTReaderStmt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/ASTReaderStmt.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/FrontendActions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewriteFrontend.dir/FrontendActions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
[ 70%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/ASTWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/ASTWriter.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ASTMerge.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/ASTMerge.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/ASTMerge.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/HTMLPrint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewriteFrontend.dir/HTMLPrint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite/HTMLPrint.cpp
[ 70%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTWriterDecl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/ASTWriterDecl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/ASTWriterDecl.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/InclusionRewriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewriteFrontend.dir/InclusionRewriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ASTUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/ASTUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/ASTUnit.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/RewriteMacros.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewriteFrontend.dir/RewriteMacros.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite/RewriteMacros.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/RewriteModernObjC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewriteFrontend.dir/RewriteModernObjC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
[ 70%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ASTWriterStmt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/ASTWriterStmt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/ASTWriterStmt.cpp
[ 70%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/GeneratePCH.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/GeneratePCH.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/GeneratePCH.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CacheTokens.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/CacheTokens.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/CacheTokens.cpp
[ 70%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/GlobalModuleIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/GlobalModuleIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/GlobalModuleIndex.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/RewriteObjC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewriteFrontend.dir/RewriteObjC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp
[ 70%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/Module.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/Module.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/Module.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ChainedIncludesSource.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/ChainedIncludesSource.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/ChainedIncludesSource.cpp
[ 70%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ModuleFileExtension.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/ModuleFileExtension.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/ModuleFileExtension.cpp
[ 70%] Building CXX object tools/clang/lib/Serialization/CMakeFiles/clangSerialization.dir/ModuleManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangSerialization.dir/ModuleManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Serialization/ModuleManager.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CodeGenOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/CodeGenOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/CodeGenOptions.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CompilerInstance.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/CompilerInstance.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/CompilerInstance.cpp
[ 70%] Linking CXX static library ../../../../lib/libclangSerialization.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/cmake -P CMakeFiles/clangSerialization.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Serialization && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangSerialization.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangSerialization.a  CMakeFiles/clangSerialization.dir/ASTCommon.cpp.o CMakeFiles/clangSerialization.dir/ASTReader.cpp.o CMakeFiles/clangSerialization.dir/ASTReaderDecl.cpp.o CMakeFiles/clangSerialization.dir/ASTReaderStmt.cpp.o CMakeFiles/clangSerialization.dir/ASTWriter.cpp.o CMakeFiles/clangSerialization.dir/ASTWriterDecl.cpp.o CMakeFiles/clangSerialization.dir/ASTWriterStmt.cpp.o CMakeFiles/clangSerialization.dir/GeneratePCH.cpp.o CMakeFiles/clangSerialization.dir/GlobalModuleIndex.cpp.o CMakeFiles/clangSerialization.dir/Module.cpp.o CMakeFiles/clangSerialization.dir/ModuleFileExtension.cpp.o CMakeFiles/clangSerialization.dir/ModuleManager.cpp.o
/usr/bin/ranlib ../../../../lib/libclangSerialization.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 70%] Built target clangSerialization
/usr/bin/make -f tools/clang/lib/FrontendTool/CMakeFiles/clangFrontendTool.dir/build.make tools/clang/lib/FrontendTool/CMakeFiles/clangFrontendTool.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/FrontendTool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/FrontendTool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/FrontendTool/CMakeFiles/clangFrontendTool.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/FrontendTool/CMakeFiles/clangFrontendTool.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/FrontendTool/CMakeFiles/clangFrontendTool.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/FrontendTool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/FrontendTool/CMakeFiles/clangFrontendTool.dir/depend.internal".
Scanning dependencies of target clangFrontendTool
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/FrontendTool/CMakeFiles/clangFrontendTool.dir/build.make tools/clang/lib/FrontendTool/CMakeFiles/clangFrontendTool.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 70%] Building CXX object tools/clang/lib/FrontendTool/CMakeFiles/clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/FrontendTool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/FrontendTool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/FrontendTool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CompilerInvocation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/CompilerInvocation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/CompilerInvocation.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/Rewrite/CMakeFiles/clangRewriteFrontend.dir/RewriteTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangRewriteFrontend.dir/RewriteTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/Rewrite/RewriteTest.cpp
[ 70%] Linking CXX static library ../../../../../lib/libclangRewriteFrontend.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite && /usr/bin/cmake -P CMakeFiles/clangRewriteFrontend.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend/Rewrite && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangRewriteFrontend.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangRewriteFrontend.a  CMakeFiles/clangRewriteFrontend.dir/FixItRewriter.cpp.o CMakeFiles/clangRewriteFrontend.dir/FrontendActions.cpp.o CMakeFiles/clangRewriteFrontend.dir/HTMLPrint.cpp.o CMakeFiles/clangRewriteFrontend.dir/InclusionRewriter.cpp.o CMakeFiles/clangRewriteFrontend.dir/RewriteMacros.cpp.o CMakeFiles/clangRewriteFrontend.dir/RewriteModernObjC.cpp.o CMakeFiles/clangRewriteFrontend.dir/RewriteObjC.cpp.o CMakeFiles/clangRewriteFrontend.dir/RewriteTest.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangRewriteFrontend.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 70%] Built target clangRewriteFrontend
/usr/bin/make -f tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/build.make tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/depend.internal".
Scanning dependencies of target clangTooling
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/build.make tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 70%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/ArgumentsAdjusters.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTooling.dir/ArgumentsAdjusters.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/ArgumentsAdjusters.cpp
[ 70%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/CommonOptionsParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTooling.dir/CommonOptionsParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/CommonOptionsParser.cpp
[ 70%] Linking CXX static library ../../../../lib/libclangFrontendTool.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/FrontendTool && /usr/bin/cmake -P CMakeFiles/clangFrontendTool.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/FrontendTool && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangFrontendTool.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangFrontendTool.a  CMakeFiles/clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o
/usr/bin/ranlib ../../../../lib/libclangFrontendTool.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 70%] Built target clangFrontendTool
/usr/bin/make -f tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/build.make tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Core /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/depend.internal".
Scanning dependencies of target clangToolingCore
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/build.make tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 70%] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/Lookup.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangToolingCore.dir/Lookup.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Core/Lookup.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
[ 70%] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/Replacement.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangToolingCore.dir/Replacement.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Core/Replacement.cpp
[ 70%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/CompilationDatabase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTooling.dir/CompilationDatabase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/CompilationDatabase.cpp
[ 70%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/DependencyFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/DependencyFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/DependencyFile.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/QualTypeNames.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangToolingCore.dir/QualTypeNames.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Core/QualTypeNames.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/DependencyGraph.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/DependencyGraph.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/DependencyGraph.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/FileMatchTrie.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTooling.dir/FileMatchTrie.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/FileMatchTrie.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/DiagnosticRenderer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/DiagnosticRenderer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/DiagnosticRenderer.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/Core/CMakeFiles/clangToolingCore.dir/Diagnostic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangToolingCore.dir/Diagnostic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Core/Diagnostic.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/FixIt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTooling.dir/FixIt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/FixIt.cpp
[ 71%] Linking CXX static library ../../../../../lib/libclangToolingCore.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core && /usr/bin/cmake -P CMakeFiles/clangToolingCore.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Core && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangToolingCore.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangToolingCore.a  CMakeFiles/clangToolingCore.dir/Lookup.cpp.o CMakeFiles/clangToolingCore.dir/Replacement.cpp.o CMakeFiles/clangToolingCore.dir/QualTypeNames.cpp.o CMakeFiles/clangToolingCore.dir/Diagnostic.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangToolingCore.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Built target clangToolingCore
[ 71%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/JSONCompilationDatabase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTooling.dir/JSONCompilationDatabase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/FrontendAction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/FrontendAction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/FrontendAction.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/FrontendActions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/FrontendActions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/FrontendActions.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/Refactoring.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTooling.dir/Refactoring.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/RefactoringCallbacks.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTooling.dir/RefactoringCallbacks.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/RefactoringCallbacks.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/CMakeFiles/clangTooling.dir/Tooling.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTooling.dir/Tooling.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Tooling.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/FrontendOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/FrontendOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/FrontendOptions.cpp
/usr/bin/make -f tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/build.make tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/depend.internal".
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/HeaderIncludeGen.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/HeaderIncludeGen.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/HeaderIncludeGen.cpp
Scanning dependencies of target clangToolingRefactor
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/build.make tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/AtomicChange.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangToolingRefactor.dir/AtomicChange.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/InitHeaderSearch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/InitHeaderSearch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/InitHeaderSearch.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/InitPreprocessor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/InitPreprocessor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/InitPreprocessor.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/LangStandards.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/LangStandards.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/LangStandards.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/LayoutOverrideSource.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/LayoutOverrideSource.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/LayoutOverrideSource.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/Rename/RenamingAction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangToolingRefactor.dir/Rename/RenamingAction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/LogDiagnosticPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/LogDiagnosticPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/LogDiagnosticPrinter.cpp
[ 71%] Linking CXX static library ../../../../lib/libclangTooling.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/cmake -P CMakeFiles/clangTooling.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTooling.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangTooling.a  CMakeFiles/clangTooling.dir/ArgumentsAdjusters.cpp.o CMakeFiles/clangTooling.dir/CommonOptionsParser.cpp.o CMakeFiles/clangTooling.dir/CompilationDatabase.cpp.o CMakeFiles/clangTooling.dir/FileMatchTrie.cpp.o CMakeFiles/clangTooling.dir/FixIt.cpp.o CMakeFiles/clangTooling.dir/JSONCompilationDatabase.cpp.o CMakeFiles/clangTooling.dir/Refactoring.cpp.o CMakeFiles/clangTooling.dir/RefactoringCallbacks.cpp.o CMakeFiles/clangTooling.dir/Tooling.cpp.o
/usr/bin/ranlib ../../../../lib/libclangTooling.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Built target clangTooling
/usr/bin/make -f tools/clang/lib/Index/CMakeFiles/clangIndex.dir/build.make tools/clang/lib/Index/CMakeFiles/clangIndex.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index/CMakeFiles/clangIndex.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index/CMakeFiles/clangIndex.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index/CMakeFiles/clangIndex.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index/CMakeFiles/clangIndex.dir/depend.internal".
Scanning dependencies of target clangIndex
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Index/CMakeFiles/clangIndex.dir/build.make tools/clang/lib/Index/CMakeFiles/clangIndex.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/CodegenNameGenerator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIndex.dir/CodegenNameGenerator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index/CodegenNameGenerator.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/ModuleDependencyCollector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/ModuleDependencyCollector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/MultiplexConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/MultiplexConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/MultiplexConsumer.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/PCHContainerOperations.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/PCHContainerOperations.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/PCHContainerOperations.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/Rename/USRFinder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangToolingRefactor.dir/Rename/USRFinder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp
[ 71%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/CommentToXML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIndex.dir/CommentToXML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index/CommentToXML.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/PrecompiledPreamble.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/PrecompiledPreamble.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/PrecompiledPreamble.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/PrintPreprocessedOutput.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/PrintPreprocessedOutput.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
[ 71%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexBody.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIndex.dir/IndexBody.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index/IndexBody.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/SerializedDiagnosticReader.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/SerializedDiagnosticReader.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/Rename/USRFindingAction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangToolingRefactor.dir/Rename/USRFindingAction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/TestModuleFileExtension.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/TestModuleFileExtension.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/TestModuleFileExtension.cpp
[ 71%] Building CXX object tools/clang/lib/Tooling/Refactoring/CMakeFiles/clangToolingRefactor.dir/Rename/USRLocFinder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangToolingRefactor.dir/Rename/USRLocFinder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/TextDiagnostic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/TextDiagnostic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/TextDiagnostic.cpp
[ 71%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexDecl.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIndex.dir/IndexDecl.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index/IndexDecl.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/TextDiagnosticBuffer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/TextDiagnosticBuffer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/TextDiagnosticBuffer.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/TextDiagnosticPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/TextDiagnosticPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp
[ 71%] Building CXX object tools/clang/lib/Frontend/CMakeFiles/clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
[ 71%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexingAction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIndex.dir/IndexingAction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index/IndexingAction.cpp
[ 71%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexingContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIndex.dir/IndexingContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index/IndexingContext.cpp
[ 71%] Linking CXX static library ../../../../lib/libclangFrontend.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/cmake -P CMakeFiles/clangFrontend.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Frontend && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangFrontend.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangFrontend.a  CMakeFiles/clangFrontend.dir/ASTConsumers.cpp.o CMakeFiles/clangFrontend.dir/ASTMerge.cpp.o CMakeFiles/clangFrontend.dir/ASTUnit.cpp.o CMakeFiles/clangFrontend.dir/CacheTokens.cpp.o CMakeFiles/clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o CMakeFiles/clangFrontend.dir/ChainedIncludesSource.cpp.o CMakeFiles/clangFrontend.dir/CodeGenOptions.cpp.o CMakeFiles/clangFrontend.dir/CompilerInstance.cpp.o CMakeFiles/clangFrontend.dir/CompilerInvocation.cpp.o CMakeFiles/clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o CMakeFiles/clangFrontend.dir/DependencyFile.cpp.o CMakeFiles/clangFrontend.dir/DependencyGraph.cpp.o CMakeFiles/clangFrontend.dir/DiagnosticRenderer.cpp.o CMakeFiles/clangFrontend.dir/FrontendAction.cpp.o CMakeFiles/clangFrontend.dir/FrontendActions.cpp.o CMakeFiles/clangFrontend.dir/FrontendOptions.cpp.o CMakeFiles/clangFrontend.dir/HeaderIncludeGen.cpp.o CMakeFiles/clangFrontend.dir/InitHeaderSearch.cpp.o CMakeFiles/clangFrontend.dir/InitPreprocessor.cpp.o CMakeFiles/clangFrontend.dir/LangStandards.cpp.o CMakeFiles/clangFrontend.dir/LayoutOverrideSource.cpp.o CMakeFiles/clangFrontend.dir/LogDiagnosticPrinter.cpp.o CMakeFiles/clangFrontend.dir/ModuleDependencyCollector.cpp.o CMakeFiles/clangFrontend.dir/MultiplexConsumer.cpp.o CMakeFiles/clangFrontend.dir/PCHContainerOperations.cpp.o CMakeFiles/clangFrontend.dir/PrecompiledPreamble.cpp.o CMakeFiles/clangFrontend.dir/PrintPreprocessedOutput.cpp.o CMakeFiles/clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o CMakeFiles/clangFrontend.dir/SerializedDiagnosticReader.cpp.o CMakeFiles/clangFrontend.dir/TestModuleFileExtension.cpp.o CMakeFiles/clangFrontend.dir/TextDiagnostic.cpp.o CMakeFiles/clangFrontend.dir/TextDiagnosticBuffer.cpp.o CMakeFiles/clangFrontend.dir/TextDiagnosticPrinter.cpp.o CMakeFiles/clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o
/usr/bin/ranlib ../../../../lib/libclangFrontend.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Built target clangFrontend
/usr/bin/make -f tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/build.make tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/depend.internal".
Scanning dependencies of target clangStaticAnalyzerCore
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/build.make tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/APSIntType.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/APSIntType.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/APSIntType.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
[ 71%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIndex.dir/IndexSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index/IndexSymbol.cpp
[ 71%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/IndexTypeSourceInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIndex.dir/IndexTypeSourceInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index/IndexTypeSourceInfo.cpp
[ 71%] Linking CXX static library ../../../../../lib/libclangToolingRefactor.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring && /usr/bin/cmake -P CMakeFiles/clangToolingRefactor.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Tooling/Refactoring && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangToolingRefactor.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangToolingRefactor.a  CMakeFiles/clangToolingRefactor.dir/AtomicChange.cpp.o CMakeFiles/clangToolingRefactor.dir/Rename/RenamingAction.cpp.o CMakeFiles/clangToolingRefactor.dir/Rename/USRFinder.cpp.o CMakeFiles/clangToolingRefactor.dir/Rename/USRFindingAction.cpp.o CMakeFiles/clangToolingRefactor.dir/Rename/USRLocFinder.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangToolingRefactor.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Built target clangToolingRefactor
/usr/bin/make -f tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/build.make tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/depend.internal".
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
Scanning dependencies of target clangStaticAnalyzerCheckers
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/build.make tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/AllocationDiagnostics.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/AllocationDiagnostics.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.cpp
[ 71%] Building CXX object tools/clang/lib/Index/CMakeFiles/clangIndex.dir/USRGeneration.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIndex.dir/USRGeneration.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Index/USRGeneration.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/BlockCounter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/BlockCounter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp
[ 71%] Linking CXX static library ../../../../lib/libclangIndex.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/cmake -P CMakeFiles/clangIndex.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Index && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangIndex.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangIndex.a  CMakeFiles/clangIndex.dir/CodegenNameGenerator.cpp.o CMakeFiles/clangIndex.dir/CommentToXML.cpp.o CMakeFiles/clangIndex.dir/IndexBody.cpp.o CMakeFiles/clangIndex.dir/IndexDecl.cpp.o CMakeFiles/clangIndex.dir/IndexingAction.cpp.o CMakeFiles/clangIndex.dir/IndexingContext.cpp.o CMakeFiles/clangIndex.dir/IndexSymbol.cpp.o CMakeFiles/clangIndex.dir/IndexTypeSourceInfo.cpp.o CMakeFiles/clangIndex.dir/USRGeneration.cpp.o
/usr/bin/ranlib ../../../../lib/libclangIndex.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Built target clangIndex
/usr/bin/make -f tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/build.make tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/depend.internal".
Scanning dependencies of target clangStaticAnalyzerFrontend
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/build.make tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/IssueHash.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/IssueHash.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/BugReporter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/BugReporter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/CheckerRegistration.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerFrontend.dir/CheckerRegistration.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend/FrontendActions.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
/usr/bin/make -f tools/clang/lib/Format/CMakeFiles/clangFormat.dir/build.make tools/clang/lib/Format/CMakeFiles/clangFormat.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format/CMakeFiles/clangFormat.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format/CMakeFiles/clangFormat.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format/CMakeFiles/clangFormat.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format/CMakeFiles/clangFormat.dir/depend.internal".
Scanning dependencies of target clangFormat
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/lib/Format/CMakeFiles/clangFormat.dir/build.make tools/clang/lib/Format/CMakeFiles/clangFormat.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/AffectedRangeManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/AffectedRangeManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/AffectedRangeManager.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp:262:23: warning: 'void {anonymous}::RegionRawOffsetV2::dump() const' defined but not used [-Wunused-function]
 LLVM_DUMP_METHOD void RegionRawOffsetV2::dump() const {
                       ^~~~~~~~~~~~~~~~~
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
[ 71%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/BreakableToken.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/BreakableToken.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/BreakableToken.cpp
[ 71%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/ContinuationIndenter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/ContinuationIndenter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/ContinuationIndenter.cpp
[ 71%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CallEvent.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/CallEvent.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
[ 71%] Linking CXX static library ../../../../../lib/libclangStaticAnalyzerFrontend.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend && /usr/bin/cmake -P CMakeFiles/clangStaticAnalyzerFrontend.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Frontend && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangStaticAnalyzerFrontend.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangStaticAnalyzerFrontend.a  CMakeFiles/clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o CMakeFiles/clangStaticAnalyzerFrontend.dir/CheckerRegistration.cpp.o CMakeFiles/clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o CMakeFiles/clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o CMakeFiles/clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangStaticAnalyzerFrontend.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Built target clangStaticAnalyzerFrontend
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/build.make tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/depend.internal".
Scanning dependencies of target clangTidy
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/build.make tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 71%] Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/ClangTidy.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidy.dir/ClangTidy.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/Format.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/Format.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/Format.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/Checker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/Checker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/Checker.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/FormatToken.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/FormatToken.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/FormatToken.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/FormatTokenLexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/FormatTokenLexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/FormatTokenLexer.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CheckerContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/CheckerContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/NamespaceEndCommentsFixer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/NamespaceEndCommentsFixer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/SortJavaScriptImports.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/SortJavaScriptImports.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/SortJavaScriptImports.cpp
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/ClangTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidy.dir/ClangTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/ClangTidyModule.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/TokenAnalyzer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/TokenAnalyzer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/TokenAnalyzer.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CheckerManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/CheckerManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/TokenAnnotator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/TokenAnnotator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/TokenAnnotator.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/UnwrappedLineFormatter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/UnwrappedLineFormatter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/UnwrappedLineFormatter.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CheckerRegistry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/CheckerRegistry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/CheckerRegistry.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/UnwrappedLineParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/UnwrappedLineParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/UnwrappedLineParser.cpp
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/ClangTidyDiagnosticConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidy.dir/ClangTidyDiagnosticConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/UsingDeclarationsSorter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/UsingDeclarationsSorter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/UsingDeclarationsSorter.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp
[ 72%] Building CXX object tools/clang/lib/Format/CMakeFiles/clangFormat.dir/WhitespaceManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangFormat.dir/WhitespaceManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/Format/WhitespaceManager.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/CoreEngine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/CoreEngine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
[ 72%] Linking CXX static library ../../../../lib/libclangFormat.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/cmake -P CMakeFiles/clangFormat.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/Format && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangFormat.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../lib/libclangFormat.a  CMakeFiles/clangFormat.dir/AffectedRangeManager.cpp.o CMakeFiles/clangFormat.dir/BreakableToken.cpp.o CMakeFiles/clangFormat.dir/ContinuationIndenter.cpp.o CMakeFiles/clangFormat.dir/Format.cpp.o CMakeFiles/clangFormat.dir/FormatToken.cpp.o CMakeFiles/clangFormat.dir/FormatTokenLexer.cpp.o CMakeFiles/clangFormat.dir/NamespaceEndCommentsFixer.cpp.o CMakeFiles/clangFormat.dir/SortJavaScriptImports.cpp.o CMakeFiles/clangFormat.dir/TokenAnalyzer.cpp.o CMakeFiles/clangFormat.dir/TokenAnnotator.cpp.o CMakeFiles/clangFormat.dir/UnwrappedLineFormatter.cpp.o CMakeFiles/clangFormat.dir/UnwrappedLineParser.cpp.o CMakeFiles/clangFormat.dir/UsingDeclarationsSorter.cpp.o CMakeFiles/clangFormat.dir/WhitespaceManager.cpp.o
/usr/bin/ranlib ../../../../lib/libclangFormat.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 72%] Built target clangFormat
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/build.make tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/depend.internal".
Scanning dependencies of target clangTidyAndroidModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/build.make tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/AndroidTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyAndroidModule.dir/AndroidTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android/AndroidTidyModule.cpp
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/CMakeFiles/clangTidy.dir/ClangTidyOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidy.dir/ClangTidyOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/DynamicTypeMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/DynamicTypeMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/DynamicTypeMap.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/Environment.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/Environment.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/Environment.cpp
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/CloexecCreatCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyAndroidModule.dir/CloexecCreatCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android/CloexecCreatCheck.cpp
[ 72%] Linking CXX static library ../../../../../lib/libclangTidy.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy && /usr/bin/cmake -P CMakeFiles/clangTidy.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidy.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangTidy.a  CMakeFiles/clangTidy.dir/ClangTidy.cpp.o CMakeFiles/clangTidy.dir/ClangTidyModule.cpp.o CMakeFiles/clangTidy.dir/ClangTidyDiagnosticConsumer.cpp.o CMakeFiles/clangTidy.dir/ClangTidyOptions.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangTidy.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 72%] Built target clangTidy
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/CloexecFopenCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyAndroidModule.dir/CloexecFopenCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android/CloexecFopenCheck.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/CloexecOpenCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyAndroidModule.dir/CloexecOpenCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android/CloexecOpenCheck.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/android/CMakeFiles/clangTidyAndroidModule.dir/CloexecSocketCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyAndroidModule.dir/CloexecSocketCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/android/CloexecSocketCheck.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
[ 72%] Linking CXX static library ../../../../../../lib/libclangTidyAndroidModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android && /usr/bin/cmake -P CMakeFiles/clangTidyAndroidModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/android && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyAndroidModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyAndroidModule.a  CMakeFiles/clangTidyAndroidModule.dir/AndroidTidyModule.cpp.o CMakeFiles/clangTidyAndroidModule.dir/CloexecCreatCheck.cpp.o CMakeFiles/clangTidyAndroidModule.dir/CloexecFopenCheck.cpp.o CMakeFiles/clangTidyAndroidModule.dir/CloexecOpenCheck.cpp.o CMakeFiles/clangTidyAndroidModule.dir/CloexecSocketCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyAndroidModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 72%] Built target clangTidyAndroidModule
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/clangTidyBoostModule.dir/build.make tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/clangTidyBoostModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/boost /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/clangTidyBoostModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/clangTidyBoostModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/clangTidyBoostModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/clangTidyBoostModule.dir/depend.internal".
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
Scanning dependencies of target clangTidyBoostModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/clangTidyBoostModule.dir/build.make tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/clangTidyBoostModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/clangTidyBoostModule.dir/BoostTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/boost -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyBoostModule.dir/BoostTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/boost/BoostTidyModule.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ClangCheckers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ClangCheckers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ClangCheckers.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/boost/CMakeFiles/clangTidyBoostModule.dir/UseToStringCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/boost -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyBoostModule.dir/UseToStringCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/boost/UseToStringCheck.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/FunctionSummary.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
[ 72%] Linking CXX static library ../../../../../../lib/libclangTidyBoostModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost && /usr/bin/cmake -P CMakeFiles/clangTidyBoostModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/boost && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyBoostModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyBoostModule.a  CMakeFiles/clangTidyBoostModule.dir/BoostTidyModule.cpp.o CMakeFiles/clangTidyBoostModule.dir/UseToStringCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyBoostModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 72%] Built target clangTidyBoostModule
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/build.make tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/depend.internal".
Scanning dependencies of target clangTidyCERTModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/build.make tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/CERTTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/CERTTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/CERTTidyModule.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/LoopWidening.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/LoopWidening.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/MemRegion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/MemRegion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/build.make tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/depend.internal".
Scanning dependencies of target clangTidyCppCoreGuidelinesModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/build.make tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/CppCoreGuidelinesTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/CppCoreGuidelinesTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/PathDiagnostic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/PathDiagnostic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
[ 72%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
[ 72%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/CommandProcessorCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/CommandProcessorCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/CommandProcessorCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/ProgramState.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/ProgramState.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/InterfacesGlobalInitCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/InterfacesGlobalInitCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/DontModifyStdNamespaceCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/DontModifyStdNamespaceCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/DontModifyStdNamespaceCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/NoMallocCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/NoMallocCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/NoMallocCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/FloatLoopCounter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/FloatLoopCounter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/FloatLoopCounter.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/RegionStore.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/RegionStore.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp:137:23: warning: 'void {anonymous}::BindingKey::dump() const' defined but not used [-Wunused-function]
 LLVM_DUMP_METHOD void BindingKey::dump() const { llvm::errs() << *this; }
                       ^~~~~~~~~~
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProBoundsArrayToPointerDecayCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProBoundsArrayToPointerDecayCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SValBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/SValBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/LimitedRandomnessCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/LimitedRandomnessCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/LimitedRandomnessCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SVals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/SVals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProBoundsConstantArrayIndexCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProBoundsConstantArrayIndexCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/PostfixOperatorCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/PostfixOperatorCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/PostfixOperatorCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/Store.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/Store.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/Store.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProBoundsPointerArithmeticCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProBoundsPointerArithmeticCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SubEngine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/SubEngine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/SubEngine.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/SetLongJmpCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/SetLongJmpCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/SetLongJmpCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/SymbolManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/SymbolManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/clangStaticAnalyzerCore.dir/Z3ConstraintManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCore.dir/Z3ConstraintManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeConstCastCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeConstCastCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/StaticObjectExceptionCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/StaticObjectExceptionCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/IteratorChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/IteratorChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
[ 74%] Linking CXX static library ../../../../../lib/libclangStaticAnalyzerCore.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/cmake -P CMakeFiles/clangStaticAnalyzerCore.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Core && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangStaticAnalyzerCore.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangStaticAnalyzerCore.a  CMakeFiles/clangStaticAnalyzerCore.dir/APSIntType.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/BlockCounter.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/IssueHash.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/BugReporter.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/CallEvent.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/Checker.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/CheckerContext.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/CheckerManager.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/CheckerRegistry.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/CoreEngine.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/DynamicTypeMap.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/Environment.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngine.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/LoopWidening.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/MemRegion.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/PathDiagnostic.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/ProgramState.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/RegionStore.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/SValBuilder.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/SVals.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/Store.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/SubEngine.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/SymbolManager.cpp.o CMakeFiles/clangStaticAnalyzerCore.dir/Z3ConstraintManager.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangStaticAnalyzerCore.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 74%] Built target clangStaticAnalyzerCore
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/build.make tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/depend.internal".
Scanning dependencies of target clangTidyGoogleModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/build.make tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/AvoidCStyleCastsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/AvoidCStyleCastsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeCstyleCastCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeCstyleCastCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/StrToNumCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/StrToNumCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/StrToNumCheck.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/DefaultArgumentsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/DefaultArgumentsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/DefaultArgumentsCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeMemberInitCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeMemberInitCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/ThrownExceptionTypeCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/ThrownExceptionTypeCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/ThrownExceptionTypeCheck.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/ExplicitConstructorCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/ExplicitConstructorCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/ExplicitConstructorCheck.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cert/CMakeFiles/clangTidyCERTModule.dir/VariadicFunctionDefCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCERTModule.dir/VariadicFunctionDefCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cert/VariadicFunctionDefCheck.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeReinterpretCastCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeReinterpretCastCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/ExplicitMakePairCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/ExplicitMakePairCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/ExplicitMakePairCheck.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
[ 74%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
[ 74%] Linking CXX static library ../../../../../../lib/libclangTidyCERTModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/cmake -P CMakeFiles/clangTidyCERTModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cert && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyCERTModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyCERTModule.a  CMakeFiles/clangTidyCERTModule.dir/CERTTidyModule.cpp.o CMakeFiles/clangTidyCERTModule.dir/CommandProcessorCheck.cpp.o CMakeFiles/clangTidyCERTModule.dir/DontModifyStdNamespaceCheck.cpp.o CMakeFiles/clangTidyCERTModule.dir/FloatLoopCounter.cpp.o CMakeFiles/clangTidyCERTModule.dir/LimitedRandomnessCheck.cpp.o CMakeFiles/clangTidyCERTModule.dir/PostfixOperatorCheck.cpp.o CMakeFiles/clangTidyCERTModule.dir/SetLongJmpCheck.cpp.o CMakeFiles/clangTidyCERTModule.dir/StaticObjectExceptionCheck.cpp.o CMakeFiles/clangTidyCERTModule.dir/StrToNumCheck.cpp.o CMakeFiles/clangTidyCERTModule.dir/ThrownExceptionTypeCheck.cpp.o CMakeFiles/clangTidyCERTModule.dir/VariadicFunctionDefCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyCERTModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 74%] Built target clangTidyCERTModule
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/build.make tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/depend.internal".
Scanning dependencies of target clangTidyLLVMModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/build.make tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/HeaderGuardCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/llvm -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyLLVMModule.dir/HeaderGuardCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/llvm/HeaderGuardCheck.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/GlobalNamesInHeadersCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/GlobalNamesInHeadersCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/GlobalNamesInHeadersCheck.cpp
[ 74%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeStaticCastDowncastCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeStaticCastDowncastCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/IncludeOrderCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/llvm -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyLLVMModule.dir/IncludeOrderCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/llvm/IncludeOrderCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeUnionAccessCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeUnionAccessCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/GoogleTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/GoogleTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/GoogleTidyModule.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/LLVMTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/llvm -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyLLVMModule.dir/LLVMTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/llvm/LLVMTidyModule.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MisusedMovedObjectChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/MisusedMovedObjectChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/MisusedMovedObjectChecker.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/llvm/CMakeFiles/clangTidyLLVMModule.dir/TwineLocalCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/llvm -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyLLVMModule.dir/TwineLocalCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/llvm/TwineLocalCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeVarargCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeVarargCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
[ 75%] Linking CXX static library ../../../../../../lib/libclangTidyLLVMModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm && /usr/bin/cmake -P CMakeFiles/clangTidyLLVMModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/llvm && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyLLVMModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyLLVMModule.a  CMakeFiles/clangTidyLLVMModule.dir/HeaderGuardCheck.cpp.o CMakeFiles/clangTidyLLVMModule.dir/IncludeOrderCheck.cpp.o CMakeFiles/clangTidyLLVMModule.dir/LLVMTidyModule.cpp.o CMakeFiles/clangTidyLLVMModule.dir/TwineLocalCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyLLVMModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 75%] Built target clangTidyLLVMModule
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/build.make tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/depend.internal".
Scanning dependencies of target clangTidyMiscModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/build.make tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/IntegerTypesCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/IntegerTypesCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/IntegerTypesCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/ArgumentCommentCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/ArgumentCommentCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/ArgumentCommentCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/SpecialMemberFunctionsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/SpecialMemberFunctionsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/NonConstReferences.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/NonConstReferences.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/NonConstReferences.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/AssertSideEffectCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/AssertSideEffectCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/AssertSideEffectCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/cppcoreguidelines/CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/SlicingCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/SlicingCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/ForwardingReferenceOverloadCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/ForwardingReferenceOverloadCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/ForwardingReferenceOverloadCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/OverloadedUnaryAndCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/OverloadedUnaryAndCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
[ 75%] Linking CXX static library ../../../../../../lib/libclangTidyCppCoreGuidelinesModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/cmake -P CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyCppCoreGuidelinesModule.a  CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/CppCoreGuidelinesTidyModule.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/InterfacesGlobalInitCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/NoMallocCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProBoundsArrayToPointerDecayCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProBoundsConstantArrayIndexCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProBoundsPointerArithmeticCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeConstCastCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeCstyleCastCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeMemberInitCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeReinterpretCastCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeStaticCastDowncastCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeUnionAccessCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/ProTypeVarargCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/SpecialMemberFunctionsCheck.cpp.o CMakeFiles/clangTidyCppCoreGuidelinesModule.dir/SlicingCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyCppCoreGuidelinesModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 75%] Built target clangTidyCppCoreGuidelinesModule
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/build.make tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/depend.internal".
Scanning dependencies of target clangTidyModernizeModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/build.make tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/AvoidBindCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/AvoidBindCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/AvoidBindCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/StringReferenceMemberCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/StringReferenceMemberCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/StringReferenceMemberCheck.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/LambdaFunctionNameCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/LambdaFunctionNameCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/LambdaFunctionNameCheck.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/DeprecatedHeadersCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/DeprecatedHeadersCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/DeprecatedHeadersCheck.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/TodoCommentCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/TodoCommentCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/TodoCommentCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/MisplacedConstCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/MisplacedConstCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/MisplacedConstCheck.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/LoopConvertCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/LoopConvertCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/UnnamedNamespaceInHeaderCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/UnnamedNamespaceInHeaderCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp
[ 75%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/UnconventionalAssignOperatorCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/UnconventionalAssignOperatorCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
[ 75%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/google/CMakeFiles/clangTidyGoogleModule.dir/UsingNamespaceDirectiveCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyGoogleModule.dir/UsingNamespaceDirectiveCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/google/UsingNamespaceDirectiveCheck.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/BoolPointerImplicitConversionCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/BoolPointerImplicitConversionCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/BoolPointerImplicitConversionCheck.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/LoopConvertUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/LoopConvertUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
[ 77%] Linking CXX static library ../../../../../../lib/libclangTidyGoogleModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/cmake -P CMakeFiles/clangTidyGoogleModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/google && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyGoogleModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyGoogleModule.a  CMakeFiles/clangTidyGoogleModule.dir/AvoidCStyleCastsCheck.cpp.o CMakeFiles/clangTidyGoogleModule.dir/DefaultArgumentsCheck.cpp.o CMakeFiles/clangTidyGoogleModule.dir/ExplicitConstructorCheck.cpp.o CMakeFiles/clangTidyGoogleModule.dir/ExplicitMakePairCheck.cpp.o CMakeFiles/clangTidyGoogleModule.dir/GlobalNamesInHeadersCheck.cpp.o CMakeFiles/clangTidyGoogleModule.dir/GoogleTidyModule.cpp.o CMakeFiles/clangTidyGoogleModule.dir/IntegerTypesCheck.cpp.o CMakeFiles/clangTidyGoogleModule.dir/NonConstReferences.cpp.o CMakeFiles/clangTidyGoogleModule.dir/OverloadedUnaryAndCheck.cpp.o CMakeFiles/clangTidyGoogleModule.dir/StringReferenceMemberCheck.cpp.o CMakeFiles/clangTidyGoogleModule.dir/TodoCommentCheck.cpp.o CMakeFiles/clangTidyGoogleModule.dir/UnnamedNamespaceInHeaderCheck.cpp.o CMakeFiles/clangTidyGoogleModule.dir/UsingNamespaceDirectiveCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyGoogleModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 77%] Built target clangTidyGoogleModule
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/MakeSmartPtrCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/MakeSmartPtrCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/DanglingHandleCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/DanglingHandleCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/DanglingHandleCheck.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/MakeSharedCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/MakeSharedCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/MakeSharedCheck.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/DefinitionsInHeadersCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/DefinitionsInHeadersCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/MakeUniqueCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/MakeUniqueCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/MakeUniqueCheck.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/ModernizeTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/ModernizeTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/ModernizeTidyModule.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/FoldInitTypeCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/FoldInitTypeCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/FoldInitTypeCheck.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/PassByValueCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/PassByValueCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/PassByValueCheck.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/RawStringLiteralCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/RawStringLiteralCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/RawStringLiteralCheck.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/ForwardDeclarationNamespaceCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/ForwardDeclarationNamespaceCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/ForwardDeclarationNamespaceCheck.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/RedundantVoidArgCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/RedundantVoidArgCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/ReplaceAutoPtrCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/ReplaceAutoPtrCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/InaccurateEraseCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/InaccurateEraseCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/InaccurateEraseCheck.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/ReplaceRandomShuffleCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/ReplaceRandomShuffleCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/ReturnBracedInitListCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/ReturnBracedInitListCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/ReturnBracedInitListCheck.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/IncorrectRoundings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/IncorrectRoundings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/IncorrectRoundings.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/RetainCountChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/RetainCountChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/ShrinkToFitCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/ShrinkToFitCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/ShrinkToFitCheck.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UnaryStaticAssertCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UnaryStaticAssertCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UnaryStaticAssertCheck.cpp
[ 77%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/InefficientAlgorithmCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/InefficientAlgorithmCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/InefficientAlgorithmCheck.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
[ 77%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseAutoCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseAutoCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseAutoCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseBoolLiteralsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseBoolLiteralsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseBoolLiteralsCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/MacroParenthesesCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/MacroParenthesesCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/MacroParenthesesCheck.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseDefaultMemberInitCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseDefaultMemberInitCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseEmplaceCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseEmplaceCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseEmplaceCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/MacroRepeatedSideEffectsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/MacroRepeatedSideEffectsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/MacroRepeatedSideEffectsCheck.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseEqualsDefaultCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseEqualsDefaultCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/MiscTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/MiscTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/MiscTidyModule.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseEqualsDeleteCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseEqualsDeleteCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/MisplacedWideningCastCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/MisplacedWideningCastCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/MisplacedWideningCastCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseNoexceptCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseNoexceptCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseNoexceptCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseNullptrCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseNullptrCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseNullptrCheck.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/MoveConstantArgumentCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/MoveConstantArgumentCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/MoveConstantArgumentCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseOverrideCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseOverrideCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseOverrideCheck.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseTransparentFunctorsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseTransparentFunctorsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/MoveConstructorInitCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/MoveConstructorInitCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/MoveConstructorInitCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/modernize/CMakeFiles/clangTidyModernizeModule.dir/UseUsingCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyModernizeModule.dir/UseUsingCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/modernize/UseUsingCheck.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/MoveForwardingReferenceCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/MoveForwardingReferenceCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/MoveForwardingReferenceCheck.cpp
[ 78%] Linking CXX static library ../../../../../../lib/libclangTidyModernizeModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/cmake -P CMakeFiles/clangTidyModernizeModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/modernize && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyModernizeModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyModernizeModule.a  CMakeFiles/clangTidyModernizeModule.dir/AvoidBindCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/DeprecatedHeadersCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/LoopConvertCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/LoopConvertUtils.cpp.o CMakeFiles/clangTidyModernizeModule.dir/MakeSmartPtrCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/MakeSharedCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/MakeUniqueCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/ModernizeTidyModule.cpp.o CMakeFiles/clangTidyModernizeModule.dir/PassByValueCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/RawStringLiteralCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/RedundantVoidArgCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/ReplaceAutoPtrCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/ReplaceRandomShuffleCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/ReturnBracedInitListCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/ShrinkToFitCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UnaryStaticAssertCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseAutoCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseBoolLiteralsCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseDefaultMemberInitCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseEmplaceCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseEqualsDefaultCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseEqualsDeleteCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseNoexceptCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseNullptrCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseOverrideCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseTransparentFunctorsCheck.cpp.o CMakeFiles/clangTidyModernizeModule.dir/UseUsingCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyModernizeModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangTidyModernizeModule
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/build.make tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/mpi /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/depend.internal".
Scanning dependencies of target clangTidyMPIModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/build.make tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/BufferDerefCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/mpi -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMPIModule.dir/BufferDerefCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/mpi/BufferDerefCheck.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/MultipleStatementMacroCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/MultipleStatementMacroCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/MultipleStatementMacroCheck.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/MPITidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/mpi -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMPIModule.dir/MPITidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/mpi/MPITidyModule.cpp
[ 78%] Building CXX object tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/NewDeleteOverloadsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/NewDeleteOverloadsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/NewDeleteOverloadsCheck.cpp
[ 78%] Linking CXX static library ../../../../../lib/libclangStaticAnalyzerCheckers.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/cmake -P CMakeFiles/clangStaticAnalyzerCheckers.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/lib/StaticAnalyzer/Checkers && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangStaticAnalyzerCheckers.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangStaticAnalyzerCheckers.a  CMakeFiles/clangStaticAnalyzerCheckers.dir/AllocationDiagnostics.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ClangCheckers.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/IteratorChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/MisusedMovedObjectChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/RetainCountChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o CMakeFiles/clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangStaticAnalyzerCheckers.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangStaticAnalyzerCheckers
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/build.make tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/depend.internal".
Scanning dependencies of target clangTidyPerformanceModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/build.make tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/FasterStringFindCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyPerformanceModule.dir/FasterStringFindCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance/FasterStringFindCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/NoexceptMoveConstructorCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/NoexceptMoveConstructorCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/NoexceptMoveConstructorCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/mpi/CMakeFiles/clangTidyMPIModule.dir/TypeMismatchCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/mpi -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMPIModule.dir/TypeMismatchCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/NonCopyableObjects.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/NonCopyableObjects.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/NonCopyableObjects.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/ForRangeCopyCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyPerformanceModule.dir/ForRangeCopyCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance/ForRangeCopyCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/RedundantExpressionCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/RedundantExpressionCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/RedundantExpressionCheck.cpp
[ 78%] Linking CXX static library ../../../../../../lib/libclangTidyMPIModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi && /usr/bin/cmake -P CMakeFiles/clangTidyMPIModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/mpi && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyMPIModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyMPIModule.a  CMakeFiles/clangTidyMPIModule.dir/BufferDerefCheck.cpp.o CMakeFiles/clangTidyMPIModule.dir/MPITidyModule.cpp.o CMakeFiles/clangTidyMPIModule.dir/TypeMismatchCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyMPIModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangTidyMPIModule
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/plugin/CMakeFiles/clangTidyPlugin.dir/build.make tools/clang/tools/extra/clang-tidy/plugin/CMakeFiles/clangTidyPlugin.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/plugin /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/plugin /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/plugin/CMakeFiles/clangTidyPlugin.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/plugin/CMakeFiles/clangTidyPlugin.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/plugin/CMakeFiles/clangTidyPlugin.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/plugin/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/plugin/CMakeFiles/clangTidyPlugin.dir/depend.internal".
Scanning dependencies of target clangTidyPlugin
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/plugin/CMakeFiles/clangTidyPlugin.dir/build.make tools/clang/tools/extra/clang-tidy/plugin/CMakeFiles/clangTidyPlugin.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/plugin/CMakeFiles/clangTidyPlugin.dir/ClangTidyPlugin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/plugin && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/plugin -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/plugin -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyPlugin.dir/ClangTidyPlugin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/plugin/ClangTidyPlugin.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/SizeofContainerCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/SizeofContainerCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/SizeofContainerCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/ImplicitCastInLoopCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyPerformanceModule.dir/ImplicitCastInLoopCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance/ImplicitCastInLoopCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/SizeofExpressionCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/SizeofExpressionCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/SizeofExpressionCheck.cpp
[ 78%] Linking CXX static library ../../../../../../lib/libclangTidyPlugin.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/plugin && /usr/bin/cmake -P CMakeFiles/clangTidyPlugin.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/plugin && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyPlugin.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyPlugin.a  CMakeFiles/clangTidyPlugin.dir/ClangTidyPlugin.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyPlugin.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangTidyPlugin
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/build.make tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/depend.internal".
Scanning dependencies of target clangTidyReadabilityModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/build.make tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/AvoidConstParamsInDecls.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/AvoidConstParamsInDecls.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/AvoidConstParamsInDecls.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/StaticAssertCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/StaticAssertCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/StaticAssertCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/InefficientStringConcatenationCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyPerformanceModule.dir/InefficientStringConcatenationCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance/InefficientStringConcatenationCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/StringCompareCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/StringCompareCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/StringCompareCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/BracesAroundStatementsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/BracesAroundStatementsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/StringConstructorCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/StringConstructorCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/StringConstructorCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/InefficientVectorOperationCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyPerformanceModule.dir/InefficientVectorOperationCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/StringIntegerAssignmentCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/StringIntegerAssignmentCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/StringIntegerAssignmentCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/ContainerSizeEmptyCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/ContainerSizeEmptyCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/StringLiteralWithEmbeddedNulCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/StringLiteralWithEmbeddedNulCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/StringLiteralWithEmbeddedNulCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/PerformanceTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyPerformanceModule.dir/PerformanceTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance/PerformanceTidyModule.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/SuspiciousEnumUsageCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/SuspiciousEnumUsageCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/SuspiciousEnumUsageCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/DeleteNullPointerCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/DeleteNullPointerCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/DeleteNullPointerCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/SuspiciousMissingCommaCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/SuspiciousMissingCommaCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/SuspiciousMissingCommaCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/TypePromotionInMathFnCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyPerformanceModule.dir/TypePromotionInMathFnCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/UnnecessaryCopyInitialization.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyPerformanceModule.dir/UnnecessaryCopyInitialization.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/SuspiciousSemicolonCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/SuspiciousSemicolonCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/SuspiciousSemicolonCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/DeletedDefaultCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/DeletedDefaultCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/DeletedDefaultCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/performance/CMakeFiles/clangTidyPerformanceModule.dir/UnnecessaryValueParamCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyPerformanceModule.dir/UnnecessaryValueParamCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/build.make tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/depend.internal".
Scanning dependencies of target clangTidyUtils
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/build.make tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/ASTUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/ASTUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/ASTUtils.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/SuspiciousStringCompareCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/SuspiciousStringCompareCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/SuspiciousStringCompareCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/ElseAfterReturnCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/ElseAfterReturnCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/ElseAfterReturnCheck.cpp
[ 78%] Linking CXX static library ../../../../../../lib/libclangTidyPerformanceModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/cmake -P CMakeFiles/clangTidyPerformanceModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/performance && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyPerformanceModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyPerformanceModule.a  CMakeFiles/clangTidyPerformanceModule.dir/FasterStringFindCheck.cpp.o CMakeFiles/clangTidyPerformanceModule.dir/ForRangeCopyCheck.cpp.o CMakeFiles/clangTidyPerformanceModule.dir/ImplicitCastInLoopCheck.cpp.o CMakeFiles/clangTidyPerformanceModule.dir/InefficientStringConcatenationCheck.cpp.o CMakeFiles/clangTidyPerformanceModule.dir/InefficientVectorOperationCheck.cpp.o CMakeFiles/clangTidyPerformanceModule.dir/PerformanceTidyModule.cpp.o CMakeFiles/clangTidyPerformanceModule.dir/TypePromotionInMathFnCheck.cpp.o CMakeFiles/clangTidyPerformanceModule.dir/UnnecessaryCopyInitialization.cpp.o CMakeFiles/clangTidyPerformanceModule.dir/UnnecessaryValueParamCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyPerformanceModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangTidyPerformanceModule
/usr/bin/make -f tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/build.make tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/depend.internal".
Scanning dependencies of target clangIncludeFixer
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/build.make tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/IncludeFixer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIncludeFixer.dir/IncludeFixer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/IncludeFixer.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/DeclRefExprUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/DeclRefExprUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/DeclRefExprUtils.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/FunctionSizeCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/FunctionSizeCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/FunctionSizeCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/SwappedArgumentsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/SwappedArgumentsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/SwappedArgumentsCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/IncludeFixerContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIncludeFixer.dir/IncludeFixerContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/IncludeFixerContext.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/InMemorySymbolIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIncludeFixer.dir/InMemorySymbolIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/InMemorySymbolIndex.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/ExprSequence.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/ExprSequence.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/ExprSequence.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/FuzzySymbolIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIncludeFixer.dir/FuzzySymbolIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/FuzzySymbolIndex.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/SymbolIndexManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIncludeFixer.dir/SymbolIndexManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/SymbolIndexManager.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/CMakeFiles/clangIncludeFixer.dir/YamlSymbolIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIncludeFixer.dir/YamlSymbolIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/YamlSymbolIndex.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/ThrowByValueCatchByReferenceCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/ThrowByValueCatchByReferenceCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
[ 78%] Linking CXX static library ../../../../../lib/libclangIncludeFixer.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer && /usr/bin/cmake -P CMakeFiles/clangIncludeFixer.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangIncludeFixer.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangIncludeFixer.a  CMakeFiles/clangIncludeFixer.dir/IncludeFixer.cpp.o CMakeFiles/clangIncludeFixer.dir/IncludeFixerContext.cpp.o CMakeFiles/clangIncludeFixer.dir/InMemorySymbolIndex.cpp.o CMakeFiles/clangIncludeFixer.dir/FuzzySymbolIndex.cpp.o CMakeFiles/clangIncludeFixer.dir/SymbolIndexManager.cpp.o CMakeFiles/clangIncludeFixer.dir/YamlSymbolIndex.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangIncludeFixer.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangIncludeFixer
/usr/bin/make -f tools/clang/tools/extra/include-fixer/plugin/CMakeFiles/clangIncludeFixerPlugin.dir/build.make tools/clang/tools/extra/include-fixer/plugin/CMakeFiles/clangIncludeFixerPlugin.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/plugin /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/plugin /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/plugin/CMakeFiles/clangIncludeFixerPlugin.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/plugin/CMakeFiles/clangIncludeFixerPlugin.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/plugin/CMakeFiles/clangIncludeFixerPlugin.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/plugin/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/plugin/CMakeFiles/clangIncludeFixerPlugin.dir/depend.internal".
Scanning dependencies of target clangIncludeFixerPlugin
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/include-fixer/plugin/CMakeFiles/clangIncludeFixerPlugin.dir/build.make tools/clang/tools/extra/include-fixer/plugin/CMakeFiles/clangIncludeFixerPlugin.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/plugin/CMakeFiles/clangIncludeFixerPlugin.dir/IncludeFixerPlugin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/plugin && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/plugin -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/plugin -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangIncludeFixerPlugin.dir/IncludeFixerPlugin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/plugin/IncludeFixerPlugin.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/IdentifierNamingCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/IdentifierNamingCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/FixItHintUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/FixItHintUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/FixItHintUtils.cpp
[ 78%] Linking CXX static library ../../../../../../lib/libclangIncludeFixerPlugin.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/plugin && /usr/bin/cmake -P CMakeFiles/clangIncludeFixerPlugin.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/plugin && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangIncludeFixerPlugin.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangIncludeFixerPlugin.a  CMakeFiles/clangIncludeFixerPlugin.dir/IncludeFixerPlugin.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangIncludeFixerPlugin.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangIncludeFixerPlugin
/usr/bin/make -f tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/build.make tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/depend.internal".
Scanning dependencies of target findAllSymbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/build.make tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/HeaderFileExtensionsUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/HeaderFileExtensionsUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/HeaderFileExtensionsUtils.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/FindAllSymbols.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/findAllSymbols.dir/FindAllSymbols.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/FindAllSymbols.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/HeaderGuard.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/HeaderGuard.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/HeaderGuard.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/UndelegatedConstructor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/UndelegatedConstructor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/UndelegatedConstructor.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/ImplicitBoolCastCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/ImplicitBoolCastCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/ImplicitBoolCastCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/IncludeInserter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/IncludeInserter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/IncludeInserter.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/FindAllSymbolsAction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/findAllSymbols.dir/FindAllSymbolsAction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/FindAllSymbolsAction.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/UniqueptrResetReleaseCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/UniqueptrResetReleaseCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/InconsistentDeclarationParameterNameCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/InconsistentDeclarationParameterNameCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/FindAllMacros.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/findAllSymbols.dir/FindAllMacros.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/FindAllMacros.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/IncludeSorter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/IncludeSorter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/IncludeSorter.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/UnusedAliasDeclsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/UnusedAliasDeclsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/UnusedAliasDeclsCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/HeaderMapCollector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/findAllSymbols.dir/HeaderMapCollector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/HeaderMapCollector.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/PathConfig.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/findAllSymbols.dir/PathConfig.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/PathConfig.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/PragmaCommentHandler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/findAllSymbols.dir/PragmaCommentHandler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/PragmaCommentHandler.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/MisleadingIndentationCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/MisleadingIndentationCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/MisleadingIndentationCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/LexerUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/LexerUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/LexerUtils.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/UnusedParametersCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/UnusedParametersCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/UnusedParametersCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/NamespaceAliaser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/NamespaceAliaser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/NamespaceAliaser.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/STLPostfixHeaderMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/findAllSymbols.dir/STLPostfixHeaderMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
[ 78%] Building CXX object tools/clang/tools/extra/include-fixer/find-all-symbols/CMakeFiles/findAllSymbols.dir/SymbolInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/findAllSymbols.dir/SymbolInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/SymbolInfo.cpp
[ 78%] Linking CXX static library ../../../../../../lib/libfindAllSymbols.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols && /usr/bin/cmake -P CMakeFiles/findAllSymbols.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols && /usr/bin/cmake -E cmake_link_script CMakeFiles/findAllSymbols.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libfindAllSymbols.a  CMakeFiles/findAllSymbols.dir/FindAllSymbols.cpp.o CMakeFiles/findAllSymbols.dir/FindAllSymbolsAction.cpp.o CMakeFiles/findAllSymbols.dir/FindAllMacros.cpp.o CMakeFiles/findAllSymbols.dir/HeaderMapCollector.cpp.o CMakeFiles/findAllSymbols.dir/PathConfig.cpp.o CMakeFiles/findAllSymbols.dir/PragmaCommentHandler.cpp.o CMakeFiles/findAllSymbols.dir/STLPostfixHeaderMap.cpp.o CMakeFiles/findAllSymbols.dir/SymbolInfo.cpp.o
/usr/bin/ranlib ../../../../../../lib/libfindAllSymbols.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target findAllSymbols
/usr/bin/make -f tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/clangApplyReplacements.dir/build.make tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/clangApplyReplacements.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-apply-replacements /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/clangApplyReplacements.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/clangApplyReplacements.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/clangApplyReplacements.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/clangApplyReplacements.dir/depend.internal".
Scanning dependencies of target clangApplyReplacements
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/clangApplyReplacements.dir/build.make tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/clangApplyReplacements.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-apply-replacements/CMakeFiles/clangApplyReplacements.dir/lib/Tooling/ApplyReplacements.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-apply-replacements -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-apply-replacements/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangApplyReplacements.dir/lib/Tooling/ApplyReplacements.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/MisplacedArrayIndexCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/MisplacedArrayIndexCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/MisplacedArrayIndexCheck.cpp
[ 78%] Linking CXX static library ../../../../../lib/libclangApplyReplacements.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements && /usr/bin/cmake -P CMakeFiles/clangApplyReplacements.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangApplyReplacements.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangApplyReplacements.a  CMakeFiles/clangApplyReplacements.dir/lib/Tooling/ApplyReplacements.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangApplyReplacements.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangApplyReplacements
/usr/bin/make -f tools/clang/tools/extra/clang-reorder-fields/CMakeFiles/clangReorderFields.dir/build.make tools/clang/tools/extra/clang-reorder-fields/CMakeFiles/clangReorderFields.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-reorder-fields /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/CMakeFiles/clangReorderFields.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/CMakeFiles/clangReorderFields.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/CMakeFiles/clangReorderFields.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/CMakeFiles/clangReorderFields.dir/depend.internal".
Scanning dependencies of target clangReorderFields
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-reorder-fields/CMakeFiles/clangReorderFields.dir/build.make tools/clang/tools/extra/clang-reorder-fields/CMakeFiles/clangReorderFields.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-reorder-fields/CMakeFiles/clangReorderFields.dir/ReorderFieldsAction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-reorder-fields -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangReorderFields.dir/ReorderFieldsAction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-reorder-fields/ReorderFieldsAction.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/OptionsUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/OptionsUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/OptionsUtils.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/UnusedRAIICheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/UnusedRAIICheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/UnusedRAIICheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/NamedParameterCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/NamedParameterCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/NamedParameterCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/TypeTraits.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/TypeTraits.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/TypeTraits.cpp
[ 78%] Linking CXX static library ../../../../../lib/libclangReorderFields.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields && /usr/bin/cmake -P CMakeFiles/clangReorderFields.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangReorderFields.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangReorderFields.a  CMakeFiles/clangReorderFields.dir/ReorderFieldsAction.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangReorderFields.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangReorderFields
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/build.make tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/bugprone /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/depend.internal".
Scanning dependencies of target clangTidyBugproneModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/build.make tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/BugproneTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/bugprone -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyBugproneModule.dir/BugproneTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/bugprone/BugproneTidyModule.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/UnusedUsingDeclsCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/UnusedUsingDeclsCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/NamespaceCommentCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/NamespaceCommentCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/NamespaceCommentCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/utils/CMakeFiles/clangTidyUtils.dir/UsingInserter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyUtils.dir/UsingInserter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/utils/UsingInserter.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/SuspiciousMemsetUsageCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/bugprone -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyBugproneModule.dir/SuspiciousMemsetUsageCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp
[ 78%] Linking CXX static library ../../../../../../lib/libclangTidyUtils.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/cmake -P CMakeFiles/clangTidyUtils.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyUtils.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyUtils.a  CMakeFiles/clangTidyUtils.dir/ASTUtils.cpp.o CMakeFiles/clangTidyUtils.dir/DeclRefExprUtils.cpp.o CMakeFiles/clangTidyUtils.dir/ExprSequence.cpp.o CMakeFiles/clangTidyUtils.dir/FixItHintUtils.cpp.o CMakeFiles/clangTidyUtils.dir/HeaderFileExtensionsUtils.cpp.o CMakeFiles/clangTidyUtils.dir/HeaderGuard.cpp.o CMakeFiles/clangTidyUtils.dir/IncludeInserter.cpp.o CMakeFiles/clangTidyUtils.dir/IncludeSorter.cpp.o CMakeFiles/clangTidyUtils.dir/LexerUtils.cpp.o CMakeFiles/clangTidyUtils.dir/NamespaceAliaser.cpp.o CMakeFiles/clangTidyUtils.dir/OptionsUtils.cpp.o CMakeFiles/clangTidyUtils.dir/TypeTraits.cpp.o CMakeFiles/clangTidyUtils.dir/UsingInserter.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyUtils.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangTidyUtils
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/clangTidyHICPPModule.dir/build.make tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/clangTidyHICPPModule.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/hicpp /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/clangTidyHICPPModule.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/clangTidyHICPPModule.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/clangTidyHICPPModule.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/clangTidyHICPPModule.dir/depend.internal".
Scanning dependencies of target clangTidyHICPPModule
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/clangTidyHICPPModule.dir/build.make tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/clangTidyHICPPModule.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/clangTidyHICPPModule.dir/NoAssemblerCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/hicpp -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyHICPPModule.dir/NoAssemblerCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/hicpp/NoAssemblerCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/UseAfterMoveCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/UseAfterMoveCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/UseAfterMoveCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/NonConstParameterCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/NonConstParameterCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/NonConstParameterCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/bugprone/CMakeFiles/clangTidyBugproneModule.dir/UndefinedMemoryManipulationCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/bugprone -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyBugproneModule.dir/UndefinedMemoryManipulationCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/hicpp/CMakeFiles/clangTidyHICPPModule.dir/HICPPTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/hicpp -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyHICPPModule.dir/HICPPTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/hicpp/HICPPTidyModule.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/ReadabilityTidyModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/ReadabilityTidyModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/ReadabilityTidyModule.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/misc/CMakeFiles/clangTidyMiscModule.dir/VirtualNearMissCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyMiscModule.dir/VirtualNearMissCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/misc/VirtualNearMissCheck.cpp
[ 78%] Linking CXX static library ../../../../../../lib/libclangTidyBugproneModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone && /usr/bin/cmake -P CMakeFiles/clangTidyBugproneModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/bugprone && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyBugproneModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyBugproneModule.a  CMakeFiles/clangTidyBugproneModule.dir/BugproneTidyModule.cpp.o CMakeFiles/clangTidyBugproneModule.dir/SuspiciousMemsetUsageCheck.cpp.o CMakeFiles/clangTidyBugproneModule.dir/UndefinedMemoryManipulationCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyBugproneModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangTidyBugproneModule
/usr/bin/make -f tools/clang/tools/extra/change-namespace/CMakeFiles/clangChangeNamespace.dir/build.make tools/clang/tools/extra/change-namespace/CMakeFiles/clangChangeNamespace.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/change-namespace /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/CMakeFiles/clangChangeNamespace.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/CMakeFiles/clangChangeNamespace.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/CMakeFiles/clangChangeNamespace.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/CMakeFiles/clangChangeNamespace.dir/depend.internal".
Scanning dependencies of target clangChangeNamespace
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/change-namespace/CMakeFiles/clangChangeNamespace.dir/build.make tools/clang/tools/extra/change-namespace/CMakeFiles/clangChangeNamespace.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/change-namespace/CMakeFiles/clangChangeNamespace.dir/ChangeNamespace.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/change-namespace -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangChangeNamespace.dir/ChangeNamespace.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/change-namespace/ChangeNamespace.cpp
[ 78%] Linking CXX static library ../../../../../../lib/libclangTidyHICPPModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp && /usr/bin/cmake -P CMakeFiles/clangTidyHICPPModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/hicpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyHICPPModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyHICPPModule.a  CMakeFiles/clangTidyHICPPModule.dir/NoAssemblerCheck.cpp.o CMakeFiles/clangTidyHICPPModule.dir/HICPPTidyModule.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyHICPPModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangTidyHICPPModule
/usr/bin/make -f tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/build.make tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-query /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/depend.internal".
Scanning dependencies of target clangQuery
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/build.make tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/Query.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-query -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangQuery.dir/Query.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-query/Query.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/RedundantControlFlowCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/RedundantControlFlowCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/RedundantControlFlowCheck.cpp
[ 78%] Linking CXX static library ../../../../../../lib/libclangTidyMiscModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/cmake -P CMakeFiles/clangTidyMiscModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/misc && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyMiscModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyMiscModule.a  CMakeFiles/clangTidyMiscModule.dir/ArgumentCommentCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/AssertSideEffectCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/ForwardingReferenceOverloadCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/LambdaFunctionNameCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/MisplacedConstCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/UnconventionalAssignOperatorCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/BoolPointerImplicitConversionCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/DanglingHandleCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/DefinitionsInHeadersCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/FoldInitTypeCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/ForwardDeclarationNamespaceCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/InaccurateEraseCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/IncorrectRoundings.cpp.o CMakeFiles/clangTidyMiscModule.dir/InefficientAlgorithmCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/MacroParenthesesCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/MacroRepeatedSideEffectsCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/MiscTidyModule.cpp.o CMakeFiles/clangTidyMiscModule.dir/MisplacedWideningCastCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/MoveConstantArgumentCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/MoveConstructorInitCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/MoveForwardingReferenceCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/MultipleStatementMacroCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/NewDeleteOverloadsCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/NoexceptMoveConstructorCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/NonCopyableObjects.cpp.o CMakeFiles/clangTidyMiscModule.dir/RedundantExpressionCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/SizeofContainerCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/SizeofExpressionCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/StaticAssertCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/StringCompareCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/StringConstructorCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/StringIntegerAssignmentCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/StringLiteralWithEmbeddedNulCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/SuspiciousEnumUsageCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/SuspiciousMissingCommaCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/SuspiciousSemicolonCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/SuspiciousStringCompareCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/SwappedArgumentsCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/ThrowByValueCatchByReferenceCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/UndelegatedConstructor.cpp.o CMakeFiles/clangTidyMiscModule.dir/UniqueptrResetReleaseCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/UnusedAliasDeclsCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/UnusedParametersCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/UnusedRAIICheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/UnusedUsingDeclsCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/UseAfterMoveCheck.cpp.o CMakeFiles/clangTidyMiscModule.dir/VirtualNearMissCheck.cpp.o
/usr/bin/ranlib ../../../../../../lib/libclangTidyMiscModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangTidyMiscModule
/usr/bin/make -f tools/clang/tools/extra/clang-move/CMakeFiles/clangMove.dir/build.make tools/clang/tools/extra/clang-move/CMakeFiles/clangMove.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-move /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/CMakeFiles/clangMove.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/CMakeFiles/clangMove.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/CMakeFiles/clangMove.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/CMakeFiles/clangMove.dir/depend.internal".
Scanning dependencies of target clangMove
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-move/CMakeFiles/clangMove.dir/build.make tools/clang/tools/extra/clang-move/CMakeFiles/clangMove.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-move/CMakeFiles/clangMove.dir/ClangMove.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-move -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangMove.dir/ClangMove.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-move/ClangMove.cpp
[ 78%] Linking CXX static library ../../../../../lib/libclangChangeNamespace.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace && /usr/bin/cmake -P CMakeFiles/clangChangeNamespace.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangChangeNamespace.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangChangeNamespace.a  CMakeFiles/clangChangeNamespace.dir/ChangeNamespace.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangChangeNamespace.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangChangeNamespace
/usr/bin/make -f tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/build.make tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/depend.internal".
Scanning dependencies of target clangDaemon
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/build.make tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/clang/tools/extra/clang-query/CMakeFiles/clangQuery.dir/QueryParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-query -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangQuery.dir/QueryParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-query/QueryParser.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/ClangdLSPServer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDaemon.dir/ClangdLSPServer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/RedundantDeclarationCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/RedundantDeclarationCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/RedundantDeclarationCheck.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/ClangdServer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDaemon.dir/ClangdServer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/ClangdServer.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clang-move/CMakeFiles/clangMove.dir/HelperDeclRefGraph.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-move -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangMove.dir/HelperDeclRefGraph.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-move/HelperDeclRefGraph.cpp
[ 78%] Linking CXX static library ../../../../../lib/libclangQuery.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query && /usr/bin/cmake -P CMakeFiles/clangQuery.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangQuery.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangQuery.a  CMakeFiles/clangQuery.dir/Query.cpp.o CMakeFiles/clangQuery.dir/QueryParser.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangQuery.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangQuery
/usr/bin/make -f tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/build.make tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lli/ChildTarget /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/depend.internal".
Scanning dependencies of target lli-child-target
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/build.make tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/ChildTarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget -I/build/llvm-toolchain-5.0-5.0.1/tools/lli/ChildTarget -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lli-child-target.dir/ChildTarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lli/ChildTarget/ChildTarget.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/ClangdUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDaemon.dir/ClangdUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/ClangdUnit.cpp
[ 78%] Linking CXX executable ../../../bin/lli-child-target
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget && /usr/bin/cmake -E cmake_link_script CMakeFiles/lli-child-target.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/lli-child-target.dir/ChildTarget.cpp.o  -o ../../../bin/lli-child-target -Wl,-rpath,"\$ORIGIN/../lib" ../../../lib/libLLVMOrcJIT.a ../../../lib/libLLVMRuntimeDyld.a ../../../lib/libLLVMSupport.a -lpthread ../../../lib/libLLVMExecutionEngine.a ../../../lib/libLLVMRuntimeDyld.a ../../../lib/libLLVMTarget.a ../../../lib/libLLVMTransformUtils.a ../../../lib/libLLVMAnalysis.a ../../../lib/libLLVMObject.a ../../../lib/libLLVMBitReader.a ../../../lib/libLLVMMCParser.a ../../../lib/libLLVMMC.a ../../../lib/libLLVMProfileData.a ../../../lib/libLLVMCore.a ../../../lib/libLLVMBinaryFormat.a ../../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../../lib/libLLVMDemangle.a 
[ 78%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/RedundantFunctionPtrDereferenceCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/RedundantFunctionPtrDereferenceCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target lli-child-target
/usr/bin/make -f lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/build.make lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/depend.internal".
Scanning dependencies of target LLVMAArch64CodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/build.make lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A57FPLoadBalancing.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A57FPLoadBalancing.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/ClangdUnitStore.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDaemon.dir/ClangdUnitStore.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/ClangdUnitStore.cpp
[ 78%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AdvSIMDScalarPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AdvSIMDScalarPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
[ 78%] Linking CXX static library ../../../../../lib/libclangMove.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move && /usr/bin/cmake -P CMakeFiles/clangMove.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangMove.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangMove.a  CMakeFiles/clangMove.dir/ClangMove.cpp.o CMakeFiles/clangMove.dir/HelperDeclRefGraph.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangMove.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target clangMove
/usr/bin/make -f lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/build.make lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/depend.internal".
Scanning dependencies of target LLVMAArch64Info
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/build.make lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Building CXX object lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/AArch64TargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo/.. -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/TargetInfo/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Info.dir/AArch64TargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
[ 78%] Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/DraftStore.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDaemon.dir/DraftStore.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/DraftStore.cpp
[ 78%] Linking CXX static library ../../../libLLVMAArch64Info.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMAArch64Info.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAArch64Info.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAArch64Info.a  CMakeFiles/LLVMAArch64Info.dir/AArch64TargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMAArch64Info.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target LLVMAArch64Info
/usr/bin/make -f lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/build.make lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/depend.internal".
Scanning dependencies of target LLVMAArch64AsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/build.make lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/AArch64AsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser/.. -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AsmParser/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64AsmParser.dir/AArch64AsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/GlobalCompilationDatabase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDaemon.dir/GlobalCompilationDatabase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/GlobalCompilationDatabase.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/JSONRPCDispatcher.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDaemon.dir/JSONRPCDispatcher.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/JSONRPCDispatcher.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/Protocol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDaemon.dir/Protocol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/Protocol.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64AsmPrinter.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/RedundantMemberInitCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/RedundantMemberInitCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clangd/CMakeFiles/clangDaemon.dir/ProtocolHandlers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangDaemon.dir/ProtocolHandlers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/ProtocolHandlers.cpp
[ 79%] Linking CXX static library ../../../libLLVMAArch64AsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMAArch64AsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAArch64AsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAArch64AsmParser.a  CMakeFiles/LLVMAArch64AsmParser.dir/AArch64AsmParser.cpp.o
/usr/bin/ranlib ../../../libLLVMAArch64AsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target LLVMAArch64AsmParser
/usr/bin/make -f lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/build.make lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/depend.internal".
Scanning dependencies of target LLVMAArch64Disassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/build.make lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64Disassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler/.. -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Disassembler/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Disassembler.dir/AArch64Disassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
[ 79%] Linking CXX static library ../../../../../lib/libclangDaemon.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/cmake -P CMakeFiles/clangDaemon.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangDaemon.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../lib/libclangDaemon.a  CMakeFiles/clangDaemon.dir/ClangdLSPServer.cpp.o CMakeFiles/clangDaemon.dir/ClangdServer.cpp.o CMakeFiles/clangDaemon.dir/ClangdUnit.cpp.o CMakeFiles/clangDaemon.dir/ClangdUnitStore.cpp.o CMakeFiles/clangDaemon.dir/DraftStore.cpp.o CMakeFiles/clangDaemon.dir/GlobalCompilationDatabase.cpp.o CMakeFiles/clangDaemon.dir/JSONRPCDispatcher.cpp.o CMakeFiles/clangDaemon.dir/Protocol.cpp.o CMakeFiles/clangDaemon.dir/ProtocolHandlers.cpp.o
/usr/bin/ranlib ../../../../../lib/libclangDaemon.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target clangDaemon
[ 79%] Building CXX object lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64ExternalSymbolizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler/.. -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Disassembler/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Disassembler.dir/AArch64ExternalSymbolizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CleanupLocalDynamicTLSPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CleanupLocalDynamicTLSPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CollectLOH.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CollectLOH.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64CollectLOH.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CondBrTuning.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CondBrTuning.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64CondBrTuning.cpp
[ 79%] Linking CXX static library ../../../libLLVMAArch64Disassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMAArch64Disassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAArch64Disassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAArch64Disassembler.a  CMakeFiles/LLVMAArch64Disassembler.dir/AArch64Disassembler.cpp.o CMakeFiles/LLVMAArch64Disassembler.dir/AArch64ExternalSymbolizer.cpp.o
/usr/bin/ranlib ../../../libLLVMAArch64Disassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target LLVMAArch64Disassembler
/usr/bin/make -f lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/build.make lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMAArch64AsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/build.make lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/AArch64InstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter/.. -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/InstPrinter/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64AsmPrinter.dir/AArch64InstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/RedundantStringCStrCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/RedundantStringCStrCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionalCompares.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionalCompares.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64ConditionalCompares.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64DeadRegisterDefinitionsPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64DeadRegisterDefinitionsPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandPseudoInsts.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandPseudoInsts.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FalkorHWPFFix.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FalkorHWPFFix.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/RedundantSmartptrGetCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/RedundantSmartptrGetCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/RedundantStringInitCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/RedundantStringInitCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/RedundantStringInitCheck.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FastISel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FastISel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64FastISel.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A53Fix835769.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A53Fix835769.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64A53Fix835769.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/SimplifyBooleanExprCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/SimplifyBooleanExprCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/StaticDefinitionInAnonymousNamespaceCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/StaticDefinitionInAnonymousNamespaceCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.cpp
[ 79%] Linking CXX static library ../../../libLLVMAArch64AsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMAArch64AsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAArch64AsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAArch64AsmPrinter.a  CMakeFiles/LLVMAArch64AsmPrinter.dir/AArch64InstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMAArch64AsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target LLVMAArch64AsmPrinter
/usr/bin/make -f lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/build.make lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/depend.internal".
Scanning dependencies of target LLVMAArch64Desc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/build.make lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64AsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64AsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64FrameLowering.cpp
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64MCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionOptimizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionOptimizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64MCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64MCExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RedundantCopyElimination.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RedundantCopyElimination.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64MCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
[ 79%] Building CXX object tools/clang/tools/extra/clang-tidy/readability/CMakeFiles/clangTidyReadabilityModule.dir/UniqueptrDeleteReleaseCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangTidyReadabilityModule.dir/UniqueptrDeleteReleaseCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.cpp
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MachObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64MachObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64TargetStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64TargetStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
[ 79%] Building CXX object lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/.. -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
[ 79%] Linking CXX static library ../../../libLLVMAArch64Desc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMAArch64Desc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAArch64Desc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAArch64Desc.a  CMakeFiles/LLVMAArch64Desc.dir/AArch64AsmBackend.cpp.o CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFObjectWriter.cpp.o CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFStreamer.cpp.o CMakeFiles/LLVMAArch64Desc.dir/AArch64MCAsmInfo.cpp.o CMakeFiles/LLVMAArch64Desc.dir/AArch64MCCodeEmitter.cpp.o CMakeFiles/LLVMAArch64Desc.dir/AArch64MCExpr.cpp.o CMakeFiles/LLVMAArch64Desc.dir/AArch64MCTargetDesc.cpp.o CMakeFiles/LLVMAArch64Desc.dir/AArch64MachObjectWriter.cpp.o CMakeFiles/LLVMAArch64Desc.dir/AArch64TargetStreamer.cpp.o CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFObjectWriter.cpp.o CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFStreamer.cpp.o
/usr/bin/ranlib ../../../libLLVMAArch64Desc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target LLVMAArch64Desc
/usr/bin/make -f lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/build.make lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/depend.internal".
Scanning dependencies of target LLVMAArch64Utils
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/build.make lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
/usr/bin/make -f lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/build.make lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMAMDGPUCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/build.make lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDILCFGStructurizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDILCFGStructurizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
[ 79%] Linking CXX static library ../../../libLLVMAArch64Utils.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils && /usr/bin/cmake -P CMakeFiles/LLVMAArch64Utils.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAArch64Utils.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAArch64Utils.a  CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMAArch64Utils.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target LLVMAArch64Utils
/usr/bin/make -f lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/build.make lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/depend.internal".
Scanning dependencies of target LLVMAMDGPUUtils
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/build.make lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDKernelCodeTUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUUtils.dir/AMDKernelCodeTUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64ISelLowering.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp:1171:6: warning: 'void {anonymous}::AMDGPUCFGStructurizer::showImproveSimpleJumpintoIf(llvm::MachineBasicBlock*, llvm::MachineBasicBlock*, llvm::MachineBasicBlock*, llvm::MachineBasicBlock*, bool)' defined but not used [-Wunused-function]
 void AMDGPUCFGStructurizer::showImproveSimpleJumpintoIf(
      ^~~~~~~~~~~~~~~~~~~~~
[ 79%] Building CXX object lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUAsmUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUAsmUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
[ 79%] Linking CXX static library ../../../libLLVMAMDGPUUtils.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils && /usr/bin/cmake -P CMakeFiles/LLVMAMDGPUUtils.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAMDGPUUtils.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAMDGPUUtils.a  CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o CMakeFiles/LLVMAMDGPUUtils.dir/AMDKernelCodeTUtils.cpp.o CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUAsmUtils.cpp.o
/usr/bin/ranlib ../../../libLLVMAMDGPUUtils.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target LLVMAMDGPUUtils
/usr/bin/make -f lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/build.make lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/depend.internal".
Scanning dependencies of target LLVMAMDGPUInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/build.make lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/AMDGPUTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUInfo.dir/AMDGPUTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.cpp
[ 79%] Linking CXX static library ../../../../../../lib/libclangTidyReadabilityModule.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/cmake -P CMakeFiles/clangTidyReadabilityModule.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/readability && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangTidyReadabilityModule.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../../../../lib/libclangTidyReadabilityModule.a  CMakeFiles/clangTidyReadabilityModule.dir/AvoidConstParamsInDecls.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/BracesAroundStatementsCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/ContainerSizeEmptyCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/DeleteNullPointerCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/DeletedDefaultCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/ElseAfterReturnCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/FunctionSizeCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/IdentifierNamingCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/ImplicitBoolCastCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/InconsistentDeclarationParameterNameCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/MisleadingIndentationCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/MisplacedArrayIndexCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/NamedParameterCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/NamespaceCommentCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/NonConstParameterCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/ReadabilityTidyModule.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/RedundantControlFlowCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/RedundantDeclarationCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/RedundantFunctionPtrDereferenceCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/RedundantMemberInitCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/RedundantStringCStrCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/RedundantSmartptrGetCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/RedundantStringInitCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/SimplifyBooleanExprCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/StaticDefinitionInAnonymousNamespaceCheck.cpp.o CMakeFiles/clangTidyReadabilityModule.dir/UniqueptrDeleteReleaseCheck.cpp.o
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAliasAnalysis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAliasAnalysis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
/usr/bin/ranlib ../../../../../../lib/libclangTidyReadabilityModule.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target clangTidyReadabilityModule
/usr/bin/make -f lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/build.make lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/depend.internal".
Scanning dependencies of target LLVMAMDGPUDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/build.make lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUAsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUAsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUCodeObjectMetadataStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUCodeObjectMetadataStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc/AMDGPUCodeObjectMetadataStreamer.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAlwaysInlinePass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAlwaysInlinePass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
[ 79%] Linking CXX static library ../../../libLLVMAMDGPUInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMAMDGPUInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAMDGPUInfo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAMDGPUInfo.a  CMakeFiles/LLVMAMDGPUInfo.dir/AMDGPUTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMAMDGPUInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target LLVMAMDGPUInfo
/usr/bin/make -f lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/build.make lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMARMCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/build.make lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/A15SDOptimizer.cpp.o
[ 79%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/A15SDOptimizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/A15SDOptimizer.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateKernelFeatures.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateKernelFeatures.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
[ 79%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMAsmPrinter.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateUniformValues.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateUniformValues.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64InstrInfo.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUTargetStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUTargetStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDesc.dir/R600MCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/SIMCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDesc.dir/SIMCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LoadStoreOptimizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LoadStoreOptimizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
[ 79%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMBaseInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMBaseInstrInfo.cpp
[ 79%] Linking CXX static library ../../../libLLVMAMDGPUDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMAMDGPUDesc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAMDGPUDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAMDGPUDesc.a  CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUAsmBackend.cpp.o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUCodeObjectMetadataStreamer.cpp.o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFObjectWriter.cpp.o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFStreamer.cpp.o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCAsmInfo.cpp.o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCCodeEmitter.cpp.o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCTargetDesc.cpp.o CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUTargetStreamer.cpp.o CMakeFiles/LLVMAMDGPUDesc.dir/R600MCCodeEmitter.cpp.o CMakeFiles/LLVMAMDGPUDesc.dir/SIMCCodeEmitter.cpp.o
/usr/bin/ranlib ../../../libLLVMAMDGPUDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target LLVMAMDGPUDesc
/usr/bin/make -f lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/build.make lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/depend.internal".
Scanning dependencies of target LLVMARMInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/build.make lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Building CXX object lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/ARMTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMInfo.dir/ARMTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
[ 79%] Linking CXX static library ../../../libLLVMARMInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMARMInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMARMInfo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMARMInfo.a  CMakeFiles/LLVMARMInfo.dir/ARMTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMARMInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 79%] Built target LLVMARMInfo
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCodeGenPrepare.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCodeGenPrepare.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MacroFusion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MacroFusion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64MacroFusion.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
[ 79%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMBaseRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMBaseRegisterInfo.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUIntrinsicInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUIntrinsicInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUIntrinsicInfo.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64MCInstLower.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PromoteConstant.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PromoteConstant.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64PromoteConstant.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PBQPRegAlloc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PBQPRegAlloc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
[ 79%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantIslandPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMConstantIslandPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMConstantIslandPass.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64RegisterInfo.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerIntrinsics.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerIntrinsics.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SelectionDAGInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SelectionDAGInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
[ 79%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantPoolValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMConstantPoolValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMConstantPoolValue.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StorePairSuppress.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StorePairSuppress.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64StorePairSuppress.cpp
[ 79%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMExpandPseudoInsts.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMExpandPseudoInsts.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMExpandPseudoInsts.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMacroFusion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMacroFusion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64Subtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64Subtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64Subtarget.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64TargetMachine.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
[ 79%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFastISel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMFastISel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMFastISel.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64TargetObjectFile.cpp
[ 79%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineCFGStructurizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineCFGStructurizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetTransformInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetTransformInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64VectorByElementOpt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64VectorByElementOpt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64VectorByElementOpt.cpp
[ 79%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMFrameLowering.cpp
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CallLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CallLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64CallLowering.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp:842:6: warning: 'void {anonymous}::LinearizedRegion::print(llvm::raw_ostream&, const llvm::TargetRegisterInfo*)' defined but not used [-Wunused-function]
 void LinearizedRegion::print(raw_ostream &OS, const TargetRegisterInfo *TRI) {
      ^~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp:253:6: warning: 'void {anonymous}::PHILinearize::dump(llvm::MachineRegisterInfo*)' defined but not used [-Wunused-function]
 void PHILinearize::dump(MachineRegisterInfo *MRI) {
      ^~~~~~~~~~~~
[ 79%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstructionSelector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstructionSelector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64InstructionSelector.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMFrameLowering.cpp: In function 'llvm::MachineBasicBlock::iterator skipAlignedDPRCS2Spills(llvm::MachineBasicBlock::iterator, unsigned int)':
/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMFrameLowering.cpp:1284:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
     ++MI;
     ^~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMFrameLowering.cpp:1286:3: note: here
   default:
   ^~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMFrameLowering.cpp:1287:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
     ++MI;
     ^~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMFrameLowering.cpp:1289:3: note: here
   case 1:
   ^~~~
[ 81%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LegalizerInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LegalizerInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64LegalizerInfo.cpp
[ 81%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMHazardRecognizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMHazardRecognizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMHazardRecognizer.cpp
[ 81%] Building CXX object lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterBankInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterBankInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyMetadata.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyMetadata.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp
[ 81%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMISelDAGToDAG.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUOpenCLImageTypeLoweringPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUOpenCLImageTypeLoweringPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUOpenCLImageTypeLoweringPass.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
[ 81%] Linking CXX static library ../../libLLVMAArch64CodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -P CMakeFiles/LLVMAArch64CodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAArch64CodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMAArch64CodeGen.a  CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A57FPLoadBalancing.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AdvSIMDScalarPass.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AsmPrinter.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CleanupLocalDynamicTLSPass.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CollectLOH.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CondBrTuning.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionalCompares.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64DeadRegisterDefinitionsPass.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandPseudoInsts.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FalkorHWPFFix.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FastISel.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A53Fix835769.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FrameLowering.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionOptimizer.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RedundantCopyElimination.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelDAGToDAG.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelLowering.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstrInfo.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LoadStoreOptimizer.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MacroFusion.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MCInstLower.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PromoteConstant.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PBQPRegAlloc.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterInfo.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SelectionDAGInfo.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StorePairSuppress.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64Subtarget.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetMachine.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetObjectFile.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetTransformInfo.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64VectorByElementOpt.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CallLowering.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstructionSelector.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LegalizerInfo.cpp.o CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterBankInfo.cpp.o
/usr/bin/ranlib ../../libLLVMAArch64CodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 81%] Built target LLVMAArch64CodeGen
/usr/bin/make -f lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/build.make lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/depend.internal".
Scanning dependencies of target LLVMARMAsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/build.make lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 81%] Building CXX object lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/ARMAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMAsmParser.dir/ARMAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
[ 81%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMISelLowering.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetTransformInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetTransformInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
[ 81%] Linking CXX static library ../../../libLLVMARMAsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMARMAsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMARMAsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMARMAsmParser.a  CMakeFiles/LLVMARMAsmParser.dir/ARMAsmParser.cpp.o
/usr/bin/ranlib ../../../libLLVMARMAsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 81%] Built target LLVMARMAsmParser
/usr/bin/make -f lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/build.make lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMARMDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/build.make lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 81%] Building CXX object lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/ARMDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDisassembler.dir/ARMDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUInstrInfo.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPromoteAlloca.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPromoteAlloca.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegAsmNames.inc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegAsmNames.inc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPURegAsmNames.inc.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPURegisterInfo.cpp
[ 81%] Linking CXX static library ../../../libLLVMARMDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMARMDisassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMARMDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMARMDisassembler.a  CMakeFiles/LLVMARMDisassembler.dir/ARMDisassembler.cpp.o
/usr/bin/ranlib ../../../libLLVMARMDisassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 81%] Built target LLVMARMDisassembler
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyDivergentExitNodes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyDivergentExitNodes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
[ 81%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMInstrInfo.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNHazardRecognizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNHazardRecognizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNSchedStrategy.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNSchedStrategy.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/GCNSchedStrategy.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ClauseMergePass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ClauseMergePass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600ClauseMergePass.cpp
[ 81%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLoadStoreOptimizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMLoadStoreOptimizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ControlFlowFinalizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ControlFlowFinalizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600EmitClauseMarkers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600EmitClauseMarkers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600EmitClauseMarkers.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ExpandSpecialInstrs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ExpandSpecialInstrs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp
[ 81%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMMCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMMCInstLower.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600FrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600FrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600FrameLowering.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600InstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600InstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600InstrInfo.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600ISelLowering.cpp
[ 81%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMMachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMMachineFunctionInfo.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineScheduler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineScheduler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600MachineScheduler.cpp
[ 81%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OptimizeVectorRegisters.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OptimizeVectorRegisters.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
/usr/bin/make -f lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/build.make lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMARMAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/build.make lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 81%] Building CXX object lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/ARMInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMAsmPrinter.dir/ARMInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
[ 81%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMacroFusion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMMacroFusion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMMacroFusion.cpp
[ 82%] Linking CXX static library ../../../libLLVMARMAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMARMAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMARMAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMARMAsmPrinter.a  CMakeFiles/LLVMARMAsmPrinter.dir/ARMInstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMARMAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Built target LLVMARMAsmPrinter
/usr/bin/make -f lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/build.make lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/depend.internal".
Scanning dependencies of target LLVMARMDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/build.make lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMAsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMAsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMELFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMMachObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600Packetizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600Packetizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600Packetizer.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMRegisterInfo.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachORelocationInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMMachORelocationInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMMCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMOptimizeBarriersPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMOptimizeBarriersPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMOptimizeBarriersPass.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMMCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMMCExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600RegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600RegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/R600RegisterInfo.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSelectionDAGInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMSelectionDAGInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMSelectionDAGInfo.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMTargetStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMTargetStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMUnwindOpAsm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMUnwindOpAsm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
[ 82%] Building CXX object lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMSubtarget.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIAnnotateControlFlow.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIAnnotateControlFlow.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
[ 82%] Linking CXX static library ../../../libLLVMARMDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMARMDesc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMARMDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMARMDesc.a  CMakeFiles/LLVMARMDesc.dir/ARMAsmBackend.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMELFObjectWriter.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMELFStreamer.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMMachObjectWriter.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMMachORelocationInfo.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMMCAsmInfo.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMMCCodeEmitter.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMMCExpr.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMMCTargetDesc.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMTargetStreamer.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMUnwindOpAsm.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFObjectWriter.cpp.o CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFStreamer.cpp.o
/usr/bin/ranlib ../../../libLLVMARMDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Built target LLVMARMDesc
/usr/bin/make -f lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/build.make lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/depend.internal".
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetMachine.cpp.o
Scanning dependencies of target LLVMBPFCodeGen
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMTargetMachine.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/build.make lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFCodeGen.dir/BPFAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPFAsmPrinter.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIDebuggerInsertNops.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIDebuggerInsertNops.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIDebuggerInsertNops.cpp
[ 82%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFCodeGen.dir/BPFFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPFFrameLowering.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMTargetObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMTargetObjectFile.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixControlFlowLiveIntervals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixControlFlowLiveIntervals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetTransformInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMTargetTransformInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMTargetTransformInfo.cpp
[ 82%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFCodeGen.dir/BPFInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPFInstrInfo.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MLxExpansionPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/MLxExpansionPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MLxExpansionPass.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixSGPRCopies.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixSGPRCopies.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
[ 82%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFCodeGen.dir/BPFISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPFISelDAGToDAG.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1FrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/Thumb1FrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/Thumb1FrameLowering.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1InstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/Thumb1InstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/Thumb1InstrInfo.cpp
[ 82%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFCodeGen.dir/BPFISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPFISelLowering.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixVGPRCopies.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixVGPRCopies.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIFixVGPRCopies.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ThumbRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ThumbRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ThumbRegisterInfo.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2ITBlockPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/Thumb2ITBlockPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/Thumb2ITBlockPass.cpp
[ 82%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFCodeGen.dir/BPFMCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPFMCInstLower.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFoldOperands.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFoldOperands.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIFoldOperands.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2InstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/Thumb2InstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/Thumb2InstrInfo.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2SizeReduction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/Thumb2SizeReduction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/Thumb2SizeReduction.cpp
[ 82%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFCodeGen.dir/BPFRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPFRegisterInfo.cpp
[ 82%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFCodeGen.dir/BPFSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPFSubtarget.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIFrameLowering.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMComputeBlockSize.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMComputeBlockSize.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMComputeBlockSize.cpp
[ 82%] Building CXX object lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFCodeGen.dir/BPFTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/BPFTargetMachine.cpp
/usr/bin/make -f lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/build.make lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMBPFDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/build.make lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Building CXX object lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/BPFDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFDisassembler.dir/BPFDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/Disassembler/BPFDisassembler.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMCallLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMCallLowering.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertSkips.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertSkips.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIInsertSkips.cpp
[ 82%] Linking CXX static library ../../libLLVMBPFCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -P CMakeFiles/LLVMBPFCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMBPFCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMBPFCodeGen.a  CMakeFiles/LLVMBPFCodeGen.dir/BPFAsmPrinter.cpp.o CMakeFiles/LLVMBPFCodeGen.dir/BPFFrameLowering.cpp.o CMakeFiles/LLVMBPFCodeGen.dir/BPFInstrInfo.cpp.o CMakeFiles/LLVMBPFCodeGen.dir/BPFISelDAGToDAG.cpp.o CMakeFiles/LLVMBPFCodeGen.dir/BPFISelLowering.cpp.o CMakeFiles/LLVMBPFCodeGen.dir/BPFMCInstLower.cpp.o CMakeFiles/LLVMBPFCodeGen.dir/BPFRegisterInfo.cpp.o CMakeFiles/LLVMBPFCodeGen.dir/BPFSubtarget.cpp.o CMakeFiles/LLVMBPFCodeGen.dir/BPFTargetMachine.cpp.o
/usr/bin/ranlib ../../libLLVMBPFCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Built target LLVMBPFCodeGen
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaits.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaits.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIInsertWaits.cpp
[ 82%] Linking CXX static library ../../../libLLVMBPFDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMBPFDisassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMBPFDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMBPFDisassembler.a  CMakeFiles/LLVMBPFDisassembler.dir/BPFDisassembler.cpp.o
/usr/bin/ranlib ../../../libLLVMBPFDisassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Built target LLVMBPFDisassembler
/usr/bin/make -f lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/build.make lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMBPFAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/build.make lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Building CXX object lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/BPFInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFAsmPrinter.dir/BPFInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp
[ 82%] Linking CXX static library ../../../libLLVMBPFAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMBPFAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMBPFAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMBPFAsmPrinter.a  CMakeFiles/LLVMBPFAsmPrinter.dir/BPFInstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMBPFAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Built target LLVMBPFAsmPrinter
/usr/bin/make -f lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/build.make lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/depend.internal".
Scanning dependencies of target LLVMBPFInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/build.make lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Building CXX object lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/BPFTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFInfo.dir/BPFTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/TargetInfo/BPFTargetInfo.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstructionSelector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMInstructionSelector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMInstructionSelector.cpp
[ 82%] Linking CXX static library ../../../libLLVMBPFInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMBPFInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMBPFInfo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMBPFInfo.a  CMakeFiles/LLVMBPFInfo.dir/BPFTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMBPFInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Built target LLVMBPFInfo
/usr/bin/make -f lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/build.make lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/depend.internal".
Scanning dependencies of target LLVMBPFDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/build.make lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Building CXX object lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFDesc.dir/BPFMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaitcnts.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaitcnts.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
[ 82%] Building CXX object lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFAsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFDesc.dir/BPFAsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIInstrInfo.cpp
[ 82%] Building CXX object lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFDesc.dir/BPFMCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
[ 82%] Building CXX object lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMBPFDesc.dir/BPFELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
[ 82%] Linking CXX static library ../../../libLLVMBPFDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMBPFDesc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMBPFDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMBPFDesc.a  CMakeFiles/LLVMBPFDesc.dir/BPFMCTargetDesc.cpp.o CMakeFiles/LLVMBPFDesc.dir/BPFAsmBackend.cpp.o CMakeFiles/LLVMBPFDesc.dir/BPFMCCodeEmitter.cpp.o CMakeFiles/LLVMBPFDesc.dir/BPFELFObjectWriter.cpp.o
/usr/bin/ranlib ../../../libLLVMBPFDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Built target LLVMBPFDesc
/usr/bin/make -f lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/build.make lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMHexagonCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/build.make lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/BitTracker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/BitTracker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/BitTracker.cpp
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonAsmPrinter.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIISelLowering.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLegalizerInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMLegalizerInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMLegalizerInfo.cpp
[ 82%] Building CXX object lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterBankInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterBankInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/ARMRegisterBankInfo.cpp
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitSimplify.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitSimplify.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonBitSimplify.cpp
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitTracker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitTracker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonBitTracker.cpp
[ 82%] Linking CXX static library ../../libLLVMARMCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -P CMakeFiles/LLVMARMCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMARMCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMARMCodeGen.a  CMakeFiles/LLVMARMCodeGen.dir/A15SDOptimizer.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMAsmPrinter.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMBaseInstrInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMBaseRegisterInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMConstantIslandPass.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMConstantPoolValue.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMExpandPseudoInsts.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMFastISel.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMFrameLowering.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMHazardRecognizer.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMISelDAGToDAG.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMInstrInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMLoadStoreOptimizer.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMMCInstLower.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMMachineFunctionInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMMacroFusion.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMOptimizeBarriersPass.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMSelectionDAGInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMSubtarget.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMTargetMachine.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMTargetObjectFile.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMTargetTransformInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/MLxExpansionPass.cpp.o CMakeFiles/LLVMARMCodeGen.dir/Thumb1FrameLowering.cpp.o CMakeFiles/LLVMARMCodeGen.dir/Thumb1InstrInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ThumbRegisterInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/Thumb2ITBlockPass.cpp.o CMakeFiles/LLVMARMCodeGen.dir/Thumb2InstrInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/Thumb2SizeReduction.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMComputeBlockSize.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMCallLowering.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMInstructionSelector.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMLegalizerInfo.cpp.o CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterBankInfo.cpp.o
/usr/bin/ranlib ../../libLLVMARMCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Built target LLVMARMCodeGen
/usr/bin/make -f lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/build.make lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/depend.internal".
Scanning dependencies of target LLVMHexagonAsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/build.make lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Building CXX object lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/HexagonAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser/.. -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/AsmParser/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonAsmParser.dir/HexagonAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILoadStoreOptimizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SILoadStoreOptimizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
In file included from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/StringRef.h:13:0,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/StringMap.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/Host.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/Hashing.h:49,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/ArrayRef.h:13,
                 from /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support/CommandLine.h:23,
                 from /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h:17,
                 from /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Hexagon.h:45,
                 from /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp:12:
/build/llvm-toolchain-5.0-5.0.1/include/llvm/ADT/STLExtras.h:858:6: warning: mangled name for 'decltype (std::begin(Range)) llvm::remove_if(R&&, UnaryPredicate) [with R = std::__cxx11::basic_string<char>&; UnaryPredicate = int (*)(int) throw ()]' will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
 auto remove_if(R &&Range, UnaryPredicate P) -> decltype(std::begin(Range)) {
      ^~~~~~~~~
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBlockRanges.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBlockRanges.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonBlockRanges.cpp
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBranchRelaxation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBranchRelaxation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonBranchRelaxation.cpp
[ 82%] Linking CXX static library ../../../libLLVMHexagonAsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMHexagonAsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMHexagonAsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMHexagonAsmParser.a  CMakeFiles/LLVMHexagonAsmParser.dir/HexagonAsmParser.cpp.o
/usr/bin/ranlib ../../../libLLVMHexagonAsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Built target LLVMHexagonAsmParser
/usr/bin/make -f lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/build.make lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/depend.internal".
Scanning dependencies of target LLVMHexagonInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/build.make lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Building CXX object lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/HexagonTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonInfo.dir/HexagonTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerControlFlow.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerControlFlow.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SILowerControlFlow.cpp
[ 82%] Linking CXX static library ../../../libLLVMHexagonInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMHexagonInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMHexagonInfo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMHexagonInfo.a  CMakeFiles/LLVMHexagonInfo.dir/HexagonTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMHexagonInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Built target LLVMHexagonInfo
/usr/bin/make -f lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/build.make lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/depend.internal".
Scanning dependencies of target LLVMHexagonDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/build.make lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 82%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonAsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonAsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCFGOptimizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCFGOptimizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCommonGEP.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCommonGEP.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonCommonGEP.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerI1Copies.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerI1Copies.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SILowerI1Copies.cpp
[ 82%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstPropagation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstPropagation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonConstPropagation.cpp
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCopyToCombine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCopyToCombine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonCopyToCombine.cpp
[ 82%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
[ 82%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonConstPropagation.cpp:600:6: warning: 'void {anonymous}::MachineConstPropagator::CellMap::print(llvm::raw_ostream&, const llvm::TargetRegisterInfo&) const' defined but not used [-Wunused-function]
 void MachineConstPropagator::CellMap::print(raw_ostream &os,
      ^~~~~~~~~~~~~~~~~~~~~~
[ 82%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonEarlyIfConv.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonEarlyIfConv.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonExpandCondsets.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonExpandCondsets.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonExpandCondsets.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineScheduler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineScheduler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIMachineScheduler.cpp
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFixupHwLoops.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFixupHwLoops.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonFixupHwLoops.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp: In member function 'llvm::Hexagon::Fixups llvm::HexagonMCCodeEmitter::getFixupNoBits(const llvm::MCInstrInfo&, const llvm::MCInst&, const llvm::MCOperand&, llvm::MCSymbolRefExpr::VariantKind) const':
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp:219:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
       raise_relocation_error(0, kind);
                                      ^
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp:221:5: note: here
     default:
     ^~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp:250:29: warning: this statement may fall through [-Wimplicit-fallthrough=]
       raise_relocation_error(0, kind);
       ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp:253:3: note: here
   case Hexagon::LO:
   ^~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp:275:29: warning: this statement may fall through [-Wimplicit-fallthrough=]
       raise_relocation_error(0, kind);
       ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp:279:3: note: here
   default:
   ^~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp: In member function 'unsigned int llvm::HexagonMCCodeEmitter::getExprOpValue(const llvm::MCInst&, const llvm::MCOperand&, const llvm::MCExpr*, llvm::SmallVectorImpl<llvm::MCFixup>&, const llvm::MCSubtargetInfo&) const':
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp:374:27: warning: this statement may fall through [-Wimplicit-fallthrough=]
     raise_relocation_error(bits, kind);
     ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp:375:3: note: here
   case 32:
   ^~~~
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCompound.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCompound.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMasking.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMasking.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCDuplexInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCDuplexInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp: In function 'llvm::MCInst llvm::HexagonMCInstrInfo::deriveSubInst(const llvm::MCInst&)':
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp:779:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
     if (Value == 2) {
     ^~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp:785:3: note: here
   case Hexagon::A4_combineir:
   ^~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp:891:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
     } else if (Value == 1) {
            ^~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp:897:3: note: here
   case Hexagon::S2_storerb_io:
   ^~~~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp:927:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
     } else if (Inst.getOperand(0).getReg() == Hexagon::R29) {
            ^~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp:933:3: note: here
   case Hexagon::S2_storeri_io:
   ^~~~
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonFrameLowering.cpp
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCELFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCELFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPeepholeSDWA.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPeepholeSDWA.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIRegisterInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCShuffler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCShuffler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenExtract.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenExtract.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonGenExtract.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIShrinkInstructions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIShrinkInstructions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIShrinkInstructions.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIWholeQuadMode.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIWholeQuadMode.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIWholeQuadMode.cpp
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenInsert.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenInsert.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonGenInsert.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNIterativeScheduler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNIterativeScheduler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/GCNIterativeScheduler.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/SIWholeQuadMode.cpp:199:6: warning: 'void {anonymous}::SIWholeQuadMode::printInfo()' defined but not used [-Wunused-function]
 void SIWholeQuadMode::printInfo() {
      ^~~~~~~~~~~~~~~
[ 83%] Building CXX object lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonShuffler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDesc.dir/HexagonShuffler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNMinRegStrategy.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNMinRegStrategy.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/GCNMinRegStrategy.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenMux.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenMux.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonGenMux.cpp
[ 83%] Linking CXX static library ../../../libLLVMHexagonDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMHexagonDesc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMHexagonDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMHexagonDesc.a  CMakeFiles/LLVMHexagonDesc.dir/HexagonAsmBackend.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonELFObjectWriter.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonInstPrinter.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCAsmInfo.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCChecker.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCodeEmitter.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCompound.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCDuplexInfo.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCELFStreamer.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCExpr.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCInstrInfo.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCShuffler.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonMCTargetDesc.cpp.o CMakeFiles/LLVMHexagonDesc.dir/HexagonShuffler.cpp.o
/usr/bin/ranlib ../../../libLLVMHexagonDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Built target LLVMHexagonDesc
/usr/bin/make -f lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/build.make lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMHexagonDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/build.make lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Building CXX object lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/HexagonDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonDisassembler.dir/HexagonDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNRegPressure.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNRegPressure.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/GCNRegPressure.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCallLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCallLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenPredicate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenPredicate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonGenPredicate.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHardwareLoops.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHardwareLoops.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonHardwareLoops.cpp
[ 83%] Linking CXX static library ../../../libLLVMHexagonDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMHexagonDisassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMHexagonDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMHexagonDisassembler.a  CMakeFiles/LLVMHexagonDisassembler.dir/HexagonDisassembler.cpp.o
/usr/bin/ranlib ../../../libLLVMHexagonDisassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Built target LLVMHexagonDisassembler
/usr/bin/make -f lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/build.make lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMLanaiCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/build.make lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiAsmPrinter.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstructionSelector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstructionSelector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHazardRecognizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHazardRecognizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonHazardRecognizer.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiDelaySlotFiller.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiDelaySlotFiller.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiDelaySlotFiller.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULegalizerInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULegalizerInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonInstrInfo.cpp
[ 83%] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterBankInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterBankInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiFrameLowering.cpp
[ 83%] Linking CXX static library ../../libLLVMAMDGPUCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -P CMakeFiles/LLVMAMDGPUCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAMDGPUCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMAMDGPUCodeGen.a  CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDILCFGStructurizer.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAliasAnalysis.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAlwaysInlinePass.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateKernelFeatures.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateUniformValues.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAsmPrinter.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCodeGenPrepare.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFrameLowering.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetObjectFile.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUIntrinsicInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelDAGToDAG.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerIntrinsics.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMacroFusion.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMCInstLower.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineCFGStructurizer.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineFunction.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyMetadata.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUOpenCLImageTypeLoweringPass.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUSubtarget.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetMachine.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetTransformInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelLowering.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstrInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPromoteAlloca.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegAsmNames.inc.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyDivergentExitNodes.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNHazardRecognizer.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNSchedStrategy.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ClauseMergePass.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ControlFlowFinalizer.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600EmitClauseMarkers.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ExpandSpecialInstrs.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600FrameLowering.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600InstrInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ISelLowering.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineFunctionInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineScheduler.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OptimizeVectorRegisters.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600Packetizer.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/R600RegisterInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIAnnotateControlFlow.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIDebuggerInsertNops.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixControlFlowLiveIntervals.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixSGPRCopies.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixVGPRCopies.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFoldOperands.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFrameLowering.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertSkips.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaits.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaitcnts.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInstrInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIISelLowering.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SILoadStoreOptimizer.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerControlFlow.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerI1Copies.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineFunctionInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineScheduler.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMasking.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPeepholeSDWA.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIRegisterInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIShrinkInstructions.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/SIWholeQuadMode.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNIterativeScheduler.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNMinRegStrategy.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNRegPressure.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCallLowering.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstructionSelector.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULegalizerInfo.cpp.o CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterBankInfo.cpp.o
/usr/bin/ranlib ../../libLLVMAMDGPUCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Built target LLVMAMDGPUCodeGen
/usr/bin/make -f lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/build.make lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/depend.internal".
Scanning dependencies of target LLVMLanaiAsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/build.make lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Building CXX object lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/LanaiAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser/.. -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/AsmParser/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiAsmParser.dir/LanaiAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiInstrInfo.cpp
[ 83%] Linking CXX static library ../../../libLLVMLanaiAsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMLanaiAsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMLanaiAsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMLanaiAsmParser.a  CMakeFiles/LLVMLanaiAsmParser.dir/LanaiAsmParser.cpp.o
/usr/bin/ranlib ../../../libLLVMLanaiAsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Built target LLVMLanaiAsmParser
/usr/bin/make -f lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/build.make lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/depend.internal".
Scanning dependencies of target LLVMLanaiInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/build.make lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Building CXX object lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/LanaiTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiInfo.dir/LanaiTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonISelLowering.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonLoopIdiomRecognition.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonLoopIdiomRecognition.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
[ 83%] Linking CXX static library ../../../libLLVMLanaiInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMLanaiInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMLanaiInfo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMLanaiInfo.a  CMakeFiles/LLVMLanaiInfo.dir/LanaiTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMLanaiInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Built target LLVMLanaiInfo
/usr/bin/make -f lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/build.make lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/depend.internal".
Scanning dependencies of target LLVMLanaiDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/build.make lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiAsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiDesc.dir/LanaiAsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
[ 83%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiDesc.dir/LanaiELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp
[ 83%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiDesc.dir/LanaiMCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiISelDAGToDAG.cpp
[ 83%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiDesc.dir/LanaiMCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp
[ 83%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiDesc.dir/LanaiMCExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.cpp
[ 83%] Building CXX object lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiDesc.dir/LanaiMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp
[ 83%] Linking CXX static library ../../../libLLVMLanaiDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMLanaiDesc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMLanaiDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMLanaiDesc.a  CMakeFiles/LLVMLanaiDesc.dir/LanaiAsmBackend.cpp.o CMakeFiles/LLVMLanaiDesc.dir/LanaiELFObjectWriter.cpp.o CMakeFiles/LLVMLanaiDesc.dir/LanaiMCAsmInfo.cpp.o CMakeFiles/LLVMLanaiDesc.dir/LanaiMCCodeEmitter.cpp.o CMakeFiles/LLVMLanaiDesc.dir/LanaiMCExpr.cpp.o CMakeFiles/LLVMLanaiDesc.dir/LanaiMCTargetDesc.cpp.o
/usr/bin/ranlib ../../../libLLVMLanaiDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Built target LLVMLanaiDesc
/usr/bin/make -f lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/build.make lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMLanaiAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/build.make lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Building CXX object lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/LanaiInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiAsmPrinter.dir/LanaiInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/InstPrinter/LanaiInstPrinter.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiISelLowering.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineScheduler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineScheduler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonMachineScheduler.cpp
[ 83%] Linking CXX static library ../../../libLLVMLanaiAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMLanaiAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMLanaiAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMLanaiAsmPrinter.a  CMakeFiles/LLVMLanaiAsmPrinter.dir/LanaiInstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMLanaiAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Built target LLVMLanaiAsmPrinter
/usr/bin/make -f lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/build.make lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMLanaiDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/build.make lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Building CXX object lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/LanaiDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiDisassembler.dir/LanaiDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Disassembler/LanaiDisassembler.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonMCInstLower.cpp
[ 83%] Linking CXX static library ../../../libLLVMLanaiDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMLanaiDisassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMLanaiDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMLanaiDisassembler.a  CMakeFiles/LLVMLanaiDisassembler.dir/LanaiDisassembler.cpp.o
/usr/bin/ranlib ../../../libLLVMLanaiDisassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Built target LLVMLanaiDisassembler
/usr/bin/make -f lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/build.make lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMMipsCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/build.make lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 83%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16FrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/Mips16FrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips16FrameLowering.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiMachineFunctionInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonNewValueJump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonNewValueJump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonNewValueJump.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptAddrMode.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptAddrMode.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonOptAddrMode.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiMCInstLower.cpp
[ 83%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloat.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloat.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips16HardFloat.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptimizeSZextends.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptimizeSZextends.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMemAluCombiner.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMemAluCombiner.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiMemAluCombiner.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonPeephole.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonPeephole.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonPeephole.cpp
[ 83%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloatInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloatInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips16HardFloatInfo.cpp
[ 83%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16InstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/Mips16InstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips16InstrInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRDFOpt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRDFOpt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonRDFOpt.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiRegisterInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonRegisterInfo.cpp
[ 83%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSelectionDAGInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSelectionDAGInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiSelectionDAGInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSelectionDAGInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSelectionDAGInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitConst32AndConst64.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitConst32AndConst64.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiSubtarget.cpp
[ 83%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips16ISelLowering.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitDouble.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitDouble.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonSplitDouble.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonStoreWidening.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonStoreWidening.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonStoreWidening.cpp
[ 83%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiTargetMachine.cpp
[ 83%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16RegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/Mips16RegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Mips16RegisterInfo.cpp
[ 83%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonSubtarget.cpp
/usr/bin/make -f lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/build.make lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMMipsAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/build.make lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/MipsInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsAsmPrinter.dir/MipsInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAnalyzeImmediate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsAnalyzeImmediate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsAnalyzeImmediate.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsAsmPrinter.cpp
[ 85%] Building CXX object lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/LanaiTargetObjectFile.cpp
[ 85%] Linking CXX static library ../../../libLLVMMipsAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMMipsAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMipsAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMMipsAsmPrinter.a  CMakeFiles/LLVMMipsAsmPrinter.dir/MipsInstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMMipsAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMMipsAsmPrinter
/usr/bin/make -f lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/build.make lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMMipsDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/build.make lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/MipsDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDisassembler.dir/MipsDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
[ 85%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonTargetMachine.cpp
[ 85%] Linking CXX static library ../../libLLVMLanaiCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -P CMakeFiles/LLVMLanaiCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMLanaiCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMLanaiCodeGen.a  CMakeFiles/LLVMLanaiCodeGen.dir/LanaiAsmPrinter.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiDelaySlotFiller.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiFrameLowering.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiInstrInfo.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelDAGToDAG.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelLowering.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMachineFunctionInfo.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMCInstLower.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMemAluCombiner.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiRegisterInfo.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSelectionDAGInfo.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSubtarget.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetMachine.cpp.o CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetObjectFile.cpp.o
/usr/bin/ranlib ../../libLLVMLanaiCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMLanaiCodeGen
/usr/bin/make -f lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/build.make lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/depend.internal".
Scanning dependencies of target LLVMMipsInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/build.make lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/MipsTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsInfo.dir/MipsTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
[ 85%] Linking CXX static library ../../../libLLVMMipsDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMMipsDisassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMipsDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMMipsDisassembler.a  CMakeFiles/LLVMMipsDisassembler.dir/MipsDisassembler.cpp.o
/usr/bin/ranlib ../../../libLLVMMipsDisassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMMipsDisassembler
/usr/bin/make -f lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/build.make lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/depend.internal".
Scanning dependencies of target LLVMMipsDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/build.make lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIInfo.cpp.o
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCCState.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsCCState.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsCCState.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsABIInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
[ 85%] Linking CXX static library ../../../libLLVMMipsInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMMipsInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMipsInfo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMMipsInfo.a  CMakeFiles/LLVMMipsInfo.dir/MipsTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMMipsInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMMipsInfo
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIFlagsSection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsABIFlagsSection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsAsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsAsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
[ 85%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsELFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
[ 85%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetTransformInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetTransformInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsConstantIslandPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsConstantIslandPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsConstantIslandPass.cpp
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsMCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
[ 85%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorPrint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorPrint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonVectorPrint.cpp
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsMCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsMCExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
[ 85%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVLIWPacketizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVLIWPacketizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
[ 85%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFCopy.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/RDFCopy.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/RDFCopy.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsDelaySlotFiller.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsDelaySlotFiller.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsDelaySlotFiller.cpp
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsNaClELFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsNaClELFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsOptionRecord.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsOptionRecord.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
[ 85%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFDeadCode.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/RDFDeadCode.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/RDFDeadCode.cpp
[ 85%] Building CXX object lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsTargetStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsDesc.dir/MipsTargetStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
[ 85%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFGraph.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/RDFGraph.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/RDFGraph.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFastISel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsFastISel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsFastISel.cpp
[ 85%] Linking CXX static library ../../../libLLVMMipsDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMMipsDesc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMipsDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMMipsDesc.a  CMakeFiles/LLVMMipsDesc.dir/MipsABIInfo.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsABIFlagsSection.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsAsmBackend.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsELFObjectWriter.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsELFStreamer.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsMCAsmInfo.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsMCCodeEmitter.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsMCExpr.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsMCTargetDesc.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsNaClELFStreamer.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsOptionRecord.cpp.o CMakeFiles/LLVMMipsDesc.dir/MipsTargetStreamer.cpp.o
/usr/bin/ranlib ../../../libLLVMMipsDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMMipsDesc
/usr/bin/make -f lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/build.make lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/depend.internal".
Scanning dependencies of target LLVMMipsAsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/build.make lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/MipsAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsAsmParser.dir/MipsAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
[ 85%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFLiveness.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/RDFLiveness.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/RDFLiveness.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/AsmParser/MipsAsmParser.cpp: In member function 'bool {anonymous}::MipsAsmParser::isEvaluated(const llvm::MCExpr*)':
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/AsmParser/MipsAsmParser.cpp:5666:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
     }
     ^
/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/AsmParser/MipsAsmParser.cpp:5667:3: note: here
   case MCExpr::Unary:
   ^~~~
[ 85%] Building CXX object lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFRegisters.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMHexagonCodeGen.dir/RDFRegisters.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/RDFRegisters.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsHazardSchedule.cpp.o
[ 85%] Linking CXX static library ../../../libLLVMMipsAsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsHazardSchedule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsHazardSchedule.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMMipsAsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMipsAsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMMipsAsmParser.a  CMakeFiles/LLVMMipsAsmParser.dir/MipsAsmParser.cpp.o
/usr/bin/ranlib ../../../libLLVMMipsAsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMMipsAsmParser
/usr/bin/make -f lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/build.make lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/depend.internal".
Scanning dependencies of target LLVMMSP430CodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/build.make lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430BranchSelector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430BranchSelector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430BranchSelector.cpp
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
[ 85%] Linking CXX static library ../../libLLVMHexagonCodeGen.a
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430ISelLowering.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -P CMakeFiles/LLVMHexagonCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMHexagonCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMHexagonCodeGen.a  CMakeFiles/LLVMHexagonCodeGen.dir/BitTracker.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonAsmPrinter.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitSimplify.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitTracker.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBlockRanges.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBranchRelaxation.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCFGOptimizer.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCommonGEP.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstPropagation.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCopyToCombine.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonEarlyIfConv.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonExpandCondsets.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFixupHwLoops.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFrameLowering.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenExtract.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenInsert.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenMux.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenPredicate.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHardwareLoops.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHazardRecognizer.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonInstrInfo.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAG.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLowering.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonLoopIdiomRecognition.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineFunctionInfo.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineScheduler.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMCInstLower.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonNewValueJump.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptAddrMode.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptimizeSZextends.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonPeephole.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRDFOpt.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRegisterInfo.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSelectionDAGInfo.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitConst32AndConst64.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitDouble.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonStoreWidening.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSubtarget.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetMachine.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetObjectFile.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetTransformInfo.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorPrint.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVLIWPacketizer.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/RDFCopy.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/RDFDeadCode.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/RDFGraph.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/RDFLiveness.cpp.o CMakeFiles/LLVMHexagonCodeGen.dir/RDFRegisters.cpp.o
/usr/bin/ranlib ../../libLLVMHexagonCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMHexagonCodeGen
/usr/bin/make -f lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/build.make lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMMSP430AsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/build.make lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/MSP430InstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430AsmPrinter.dir/MSP430InstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsInstrInfo.cpp
[ 85%] Linking CXX static library ../../../libLLVMMSP430AsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMMSP430AsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMSP430AsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMMSP430AsmPrinter.a  CMakeFiles/LLVMMSP430AsmPrinter.dir/MSP430InstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMMSP430AsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMMSP430AsmPrinter
/usr/bin/make -f lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/build.make lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/depend.internal".
Scanning dependencies of target LLVMMSP430Info
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/build.make lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/MSP430TargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430Info.dir/MSP430TargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430InstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430InstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430InstrInfo.cpp
[ 85%] Linking CXX static library ../../../libLLVMMSP430Info.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMMSP430Info.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMSP430Info.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMMSP430Info.a  CMakeFiles/LLVMMSP430Info.dir/MSP430TargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMMSP430Info.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMMSP430Info
/usr/bin/make -f lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/build.make lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/depend.internal".
Scanning dependencies of target LLVMMSP430Desc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/build.make lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430Desc.dir/MSP430MCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
[ 85%] Building CXX object lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430Desc.dir/MSP430MCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
[ 85%] Linking CXX static library ../../../libLLVMMSP430Desc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMMSP430Desc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMSP430Desc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMMSP430Desc.a  CMakeFiles/LLVMMSP430Desc.dir/MSP430MCTargetDesc.cpp.o CMakeFiles/LLVMMSP430Desc.dir/MSP430MCAsmInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMMSP430Desc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMMSP430Desc
/usr/bin/make -f lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/build.make lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMNVPTXCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/build.make lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAllocaHoisting.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAllocaHoisting.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsISelDAGToDAG.cpp
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430FrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430FrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430FrameLowering.cpp
[ 85%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430RegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430RegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430RegisterInfo.cpp
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430Subtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430Subtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430Subtarget.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsISelLowering.cpp
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430TargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430TargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430TargetMachine.cpp
[ 85%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAssignValidGlobalNames.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAssignValidGlobalNames.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430AsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430AsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430AsmPrinter.cpp
[ 85%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXFrameLowering.cpp
[ 85%] Building CXX object lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MSP430MCInstLower.cpp
/usr/bin/make -f lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/build.make lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/depend.internal".
Scanning dependencies of target LLVMNVPTXInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/build.make lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/NVPTXTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXInfo.dir/NVPTXTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsFrameLowering.cpp
[ 85%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXGenericToNVVM.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXGenericToNVVM.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
[ 85%] Linking CXX static library ../../../libLLVMNVPTXInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMNVPTXInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMNVPTXInfo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMNVPTXInfo.a  CMakeFiles/LLVMNVPTXInfo.dir/NVPTXTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMNVPTXInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMNVPTXInfo
/usr/bin/make -f lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/build.make lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/depend.internal".
[ 85%] Linking CXX static library ../../libLLVMMSP430CodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/cmake -P CMakeFiles/LLVMMSP430CodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMSP430CodeGen.dir/link.txt --verbose=1
Scanning dependencies of target LLVMNVPTXAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/build.make lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/build
/usr/bin/ar qc ../../libLLVMMSP430CodeGen.a  CMakeFiles/LLVMMSP430CodeGen.dir/MSP430BranchSelector.cpp.o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelDAGToDAG.cpp.o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelLowering.cpp.o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430InstrInfo.cpp.o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430FrameLowering.cpp.o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MachineFunctionInfo.cpp.o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430RegisterInfo.cpp.o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430Subtarget.cpp.o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430TargetMachine.cpp.o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430AsmPrinter.cpp.o CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MCInstLower.cpp.o
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ranlib ../../libLLVMMSP430CodeGen.a
[ 85%] Building CXX object lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/NVPTXInstPrinter.cpp.o
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXAsmPrinter.dir/NVPTXInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
[ 85%] Built target LLVMMSP430CodeGen
/usr/bin/make -f lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/build.make lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/depend.internal".
Scanning dependencies of target LLVMNVPTXDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/build.make lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
[ 85%] Building CXX object lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
[ 85%] Linking CXX static library ../../../libLLVMNVPTXDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMNVPTXDesc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMNVPTXDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMNVPTXDesc.a  CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCAsmInfo.cpp.o CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCTargetDesc.cpp.o
/usr/bin/ranlib ../../../libLLVMNVPTXDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMNVPTXDesc
/usr/bin/make -f lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/build.make lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMPowerPCCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/build.make lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBoolRetToInt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBoolRetToInt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCBoolRetToInt.cpp
[ 85%] Linking CXX static library ../../../libLLVMNVPTXAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMNVPTXAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMNVPTXAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMNVPTXAsmPrinter.a  CMakeFiles/LLVMNVPTXAsmPrinter.dir/NVPTXInstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMNVPTXAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMNVPTXAsmPrinter
/usr/bin/make -f lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/build.make lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/depend.internal".
Scanning dependencies of target LLVMPowerPCAsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/build.make lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/PPCAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCAsmParser.dir/PPCAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
[ 85%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsLongBranch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsLongBranch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsLongBranch.cpp
[ 85%] Linking CXX static library ../../../libLLVMPowerPCAsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMPowerPCAsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMPowerPCAsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMPowerPCAsmParser.a  CMakeFiles/LLVMPowerPCAsmParser.dir/PPCAsmParser.cpp.o
/usr/bin/ranlib ../../../libLLVMPowerPCAsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMPowerPCAsmParser
/usr/bin/make -f lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/build.make lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMPowerPCDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/build.make lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/PPCDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCDisassembler.dir/PPCDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
[ 85%] Linking CXX static library ../../../libLLVMPowerPCDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMPowerPCDisassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMPowerPCDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMPowerPCDisassembler.a  CMakeFiles/LLVMPowerPCDisassembler.dir/PPCDisassembler.cpp.o
/usr/bin/ranlib ../../../libLLVMPowerPCDisassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Built target LLVMPowerPCDisassembler
/usr/bin/make -f lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/build.make lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMPowerPCAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/build.make lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 85%] Building CXX object lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/PPCInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCAsmPrinter.dir/PPCInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
[ 85%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCAsmPrinter.cpp
[ 85%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsMCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsMCInstLower.cpp
[ 85%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXISelLowering.cpp
[ 86%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchSelector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchSelector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCBranchSelector.cpp
[ 86%] Linking CXX static library ../../../libLLVMPowerPCAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMPowerPCAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMPowerPCAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMPowerPCAsmPrinter.a  CMakeFiles/LLVMPowerPCAsmPrinter.dir/PPCInstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMPowerPCAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 86%] Built target LLVMPowerPCAsmPrinter
/usr/bin/make -f lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/build.make lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/depend.internal".
Scanning dependencies of target LLVMPowerPCInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/build.make lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 86%] Building CXX object lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/PowerPCTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCInfo.dir/PowerPCTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
[ 86%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMachineFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsMachineFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsMachineFunction.cpp
[ 86%] Linking CXX static library ../../../libLLVMPowerPCInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMPowerPCInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMPowerPCInfo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMPowerPCInfo.a  CMakeFiles/LLVMPowerPCInfo.dir/PowerPCTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMPowerPCInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 86%] Built target LLVMPowerPCInfo
/usr/bin/make -f lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/build.make lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/depend.internal".
Scanning dependencies of target LLVMPowerPCDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/build.make lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 86%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCAsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCDesc.dir/PPCAsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
[ 86%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXImageOptimizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXImageOptimizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXImageOptimizer.cpp
[ 86%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCDesc.dir/PPCMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
[ 86%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCCState.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCCState.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCCCState.cpp
[ 86%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXInstrInfo.cpp
[ 86%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsModuleISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsModuleISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsModuleISelDAGToDAG.cpp
[ 86%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCDesc.dir/PPCMCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
[ 86%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCDesc.dir/PPCMCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
[ 86%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCTRLoops.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCTRLoops.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCCTRLoops.cpp
[ 86%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAggrCopies.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAggrCopies.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
[ 86%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOptimizePICCall.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsOptimizePICCall.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsOptimizePICCall.cpp
[ 86%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCDesc.dir/PPCMCExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
[ 86%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerArgs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerArgs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXLowerArgs.cpp
[ 86%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCPredicates.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCDesc.dir/PPCPredicates.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
[ 86%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMachObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCDesc.dir/PPCMachObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
[ 86%] Building CXX object lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCDesc.dir/PPCELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
[ 86%] Linking CXX static library ../../../libLLVMPowerPCDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMPowerPCDesc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMPowerPCDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMPowerPCDesc.a  CMakeFiles/LLVMPowerPCDesc.dir/PPCAsmBackend.cpp.o CMakeFiles/LLVMPowerPCDesc.dir/PPCMCTargetDesc.cpp.o CMakeFiles/LLVMPowerPCDesc.dir/PPCMCAsmInfo.cpp.o CMakeFiles/LLVMPowerPCDesc.dir/PPCMCCodeEmitter.cpp.o CMakeFiles/LLVMPowerPCDesc.dir/PPCMCExpr.cpp.o CMakeFiles/LLVMPowerPCDesc.dir/PPCPredicates.cpp.o CMakeFiles/LLVMPowerPCDesc.dir/PPCMachObjectWriter.cpp.o CMakeFiles/LLVMPowerPCDesc.dir/PPCELFObjectWriter.cpp.o
/usr/bin/ranlib ../../../libLLVMPowerPCDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 86%] Built target LLVMPowerPCDesc
/usr/bin/make -f lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/build.make lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMSparcCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/build.make lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 86%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/DelaySlotFiller.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/DelaySlotFiller.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/DelaySlotFiller.cpp
[ 86%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCHazardRecognizers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCHazardRecognizers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCHazardRecognizers.cpp
[ 86%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOs16.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsOs16.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsOs16.cpp
[ 86%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAlloca.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAlloca.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXLowerAlloca.cpp
[ 86%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsRegisterInfo.cpp
[ 86%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPeephole.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPeephole.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXPeephole.cpp
[ 86%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCInstrInfo.cpp
[ 86%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/LeonPasses.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/LeonPasses.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/LeonPasses.cpp
[ 86%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXMCExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXMCExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXMCExpr.cpp
[ 86%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPrologEpilogPass.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPrologEpilogPass.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
[ 86%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsSEFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsSEFrameLowering.cpp
[ 86%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcAsmPrinter.cpp
[ 86%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
[ 86%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXRegisterInfo.cpp
[ 86%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsSEInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsSEInstrInfo.cpp
[ 86%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcInstrInfo.cpp
[ 86%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXReplaceImageHandles.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXReplaceImageHandles.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
[ 87%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcISelDAGToDAG.cpp
[ 87%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
[ 87%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCISelLowering.cpp
[ 87%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXSubtarget.cpp
[ 87%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcISelLowering.cpp
[ 87%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXTargetMachine.cpp
/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCISelLowering.cpp: In member function 'virtual std::pair<unsigned int, const llvm::TargetRegisterClass*> llvm::PPCTargetLowering::getRegForInlineAsmConstraint(const llvm::TargetRegisterInfo*, llvm::StringRef, llvm::MVT) const':
/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCISelLowering.cpp:12691:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (Subtarget.hasAltivec())
       ^~
/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCISelLowering.cpp:12693:5: note: here
     case 'y':   // crrc
     ^~~~
[ 87%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsSEISelLowering.cpp
[ 87%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcFrameLowering.cpp
[ 87%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetTransformInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetTransformInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
[ 87%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSERegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsSERegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsSERegisterInfo.cpp
[ 87%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCEarlyReturn.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCEarlyReturn.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCEarlyReturn.cpp
[ 87%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcMachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcMachineFunctionInfo.cpp
[ 87%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXUtilities.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXUtilities.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVPTXUtilities.cpp
[ 87%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFastISel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFastISel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCFastISel.cpp
[ 87%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsSubtarget.cpp
[ 87%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcRegisterInfo.cpp
[ 89%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMIntrRange.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMIntrRange.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVVMIntrRange.cpp
[ 89%] Building CXX object lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMReflect.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMReflect.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/NVVMReflect.cpp
[ 89%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsTargetMachine.cpp
[ 89%] Linking CXX static library ../../libLLVMNVPTXCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/cmake -P CMakeFiles/LLVMNVPTXCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMNVPTXCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMNVPTXCodeGen.a  CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAllocaHoisting.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAsmPrinter.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAssignValidGlobalNames.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXFrameLowering.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXGenericToNVVM.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelDAGToDAG.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelLowering.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXImageOptimizer.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXInstrInfo.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAggrCopies.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerArgs.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAlloca.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPeephole.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXMCExpr.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPrologEpilogPass.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXRegisterInfo.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXReplaceImageHandles.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXSubtarget.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetMachine.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetTransformInfo.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXUtilities.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMIntrRange.cpp.o CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMReflect.cpp.o
[ 89%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcSubtarget.cpp
/usr/bin/ranlib ../../libLLVMNVPTXCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMNVPTXCodeGen
/usr/bin/make -f lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/build.make lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/depend.internal".
Scanning dependencies of target LLVMSparcInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/build.make lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/SparcTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcInfo.dir/SparcTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
[ 89%] Linking CXX static library ../../../libLLVMSparcInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMSparcInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSparcInfo.dir/link.txt --verbose=1
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCFrameLowering.cpp
/usr/bin/ar qc ../../../libLLVMSparcInfo.a  CMakeFiles/LLVMSparcInfo.dir/SparcTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMSparcInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSparcInfo
/usr/bin/make -f lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/build.make lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/depend.internal".
Scanning dependencies of target LLVMSparcDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/build.make lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcAsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcDesc.dir/SparcAsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
[ 89%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcDesc.dir/SparcELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
[ 89%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcDesc.dir/SparcMCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
[ 89%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcTargetMachine.cpp
[ 89%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcDesc.dir/SparcMCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
[ 89%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcDesc.dir/SparcMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
[ 89%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCExpr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcDesc.dir/SparcMCExpr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
[ 89%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MipsTargetObjectFile.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLoopPreIncPrep.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLoopPreIncPrep.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
[ 89%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcMCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcMCInstLower.cpp
[ 89%] Building CXX object lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcTargetStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcDesc.dir/SparcTargetStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp
[ 89%] Linking CXX static library ../../../libLLVMSparcDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMSparcDesc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSparcDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMSparcDesc.a  CMakeFiles/LLVMSparcDesc.dir/SparcAsmBackend.cpp.o CMakeFiles/LLVMSparcDesc.dir/SparcELFObjectWriter.cpp.o CMakeFiles/LLVMSparcDesc.dir/SparcMCAsmInfo.cpp.o CMakeFiles/LLVMSparcDesc.dir/SparcMCCodeEmitter.cpp.o CMakeFiles/LLVMSparcDesc.dir/SparcMCTargetDesc.cpp.o CMakeFiles/LLVMSparcDesc.dir/SparcMCExpr.cpp.o CMakeFiles/LLVMSparcDesc.dir/SparcTargetStreamer.cpp.o
/usr/bin/ranlib ../../../libLLVMSparcDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSparcDesc
[ 89%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MicroMipsSizeReduction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMMipsCodeGen.dir/MicroMipsSizeReduction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MicroMipsSizeReduction.cpp
[ 89%] Building CXX object lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/SparcTargetObjectFile.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCMCInstLower.cpp
[ 89%] Linking CXX static library ../../libLLVMMipsCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -P CMakeFiles/LLVMMipsCodeGen.dir/cmake_clean_target.cmake
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMMipsCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMMipsCodeGen.a  CMakeFiles/LLVMMipsCodeGen.dir/Mips16FrameLowering.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloat.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloatInfo.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/Mips16InstrInfo.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelDAGToDAG.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelLowering.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/Mips16RegisterInfo.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsAnalyzeImmediate.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsAsmPrinter.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsCCState.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsConstantIslandPass.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsDelaySlotFiller.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsFastISel.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsHazardSchedule.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsInstrInfo.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsISelDAGToDAG.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsISelLowering.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsFrameLowering.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsLongBranch.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsMCInstLower.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsMachineFunction.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsModuleISelDAGToDAG.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsOptimizePICCall.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsOs16.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterInfo.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsSEFrameLowering.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsSEInstrInfo.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelDAGToDAG.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelLowering.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsSERegisterInfo.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsSubtarget.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetMachine.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetObjectFile.cpp.o CMakeFiles/LLVMMipsCodeGen.dir/MicroMipsSizeReduction.cpp.o
/usr/bin/ranlib ../../libLLVMMipsCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMMipsCodeGen
/usr/bin/make -f lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/build.make lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMSparcAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/build.make lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/SparcInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcAsmPrinter.dir/SparcInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
[ 89%] Linking CXX static library ../../libLLVMSparcCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -P CMakeFiles/LLVMSparcCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSparcCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMSparcCodeGen.a  CMakeFiles/LLVMSparcCodeGen.dir/DelaySlotFiller.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/LeonPasses.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcAsmPrinter.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcInstrInfo.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcISelDAGToDAG.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcISelLowering.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcFrameLowering.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcMachineFunctionInfo.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcRegisterInfo.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcSubtarget.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetMachine.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcMCInstLower.cpp.o CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetObjectFile.cpp.o
/usr/bin/ranlib ../../libLLVMSparcCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSparcCodeGen
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMIPeephole.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMIPeephole.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCMIPeephole.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCRegisterInfo.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCQPXLoadSplat.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCQPXLoadSplat.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCQPXLoadSplat.cpp
[ 89%] Linking CXX static library ../../../libLLVMSparcAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMSparcAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSparcAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMSparcAsmPrinter.a  CMakeFiles/LLVMSparcAsmPrinter.dir/SparcInstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMSparcAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSparcAsmPrinter
/usr/bin/make -f lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/build.make lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/depend.internal".
Scanning dependencies of target LLVMSparcAsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/build.make lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/SparcAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcAsmParser.dir/SparcAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCSubtarget.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCTargetMachine.cpp
[ 89%] Linking CXX static library ../../../libLLVMSparcAsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMSparcAsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSparcAsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMSparcAsmParser.a  CMakeFiles/LLVMSparcAsmParser.dir/SparcAsmParser.cpp.o
/usr/bin/ranlib ../../../libLLVMSparcAsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSparcAsmParser
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCTargetObjectFile.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetTransformInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetTransformInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTOCRegDeps.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTOCRegDeps.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCTOCRegDeps.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTLSDynamicCall.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTLSDynamicCall.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXCopy.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXCopy.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCVSXCopy.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXFMAMutate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXFMAMutate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXSwapRemoval.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXSwapRemoval.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
[ 89%] Building CXX object lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandISEL.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandISEL.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/PPCExpandISEL.cpp
/usr/bin/make -f lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/build.make lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMSparcDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/build.make lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/SparcDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSparcDisassembler.dir/SparcDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
/usr/bin/make -f lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/build.make lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMSystemZCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/build.make lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZAsmPrinter.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCallingConv.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCallingConv.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZCallingConv.cpp
[ 89%] Linking CXX static library ../../libLLVMPowerPCCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -P CMakeFiles/LLVMPowerPCCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMPowerPCCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMPowerPCCodeGen.a  CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBoolRetToInt.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCAsmPrinter.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchSelector.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCCState.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCTRLoops.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCHazardRecognizers.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCInstrInfo.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelDAGToDAG.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelLowering.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCEarlyReturn.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFastISel.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFrameLowering.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLoopPreIncPrep.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMCInstLower.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineFunctionInfo.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMIPeephole.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCRegisterInfo.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCQPXLoadSplat.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCSubtarget.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetMachine.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetObjectFile.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetTransformInfo.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTOCRegDeps.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTLSDynamicCall.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXCopy.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXFMAMutate.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXSwapRemoval.cpp.o CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandISEL.cpp.o
/usr/bin/ranlib ../../libLLVMPowerPCCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMPowerPCCodeGen
/usr/bin/make -f lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/build.make lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/depend.internal".
Scanning dependencies of target LLVMSystemZAsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/build.make lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/SystemZAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZAsmParser.dir/SystemZAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
[ 89%] Linking CXX static library ../../../libLLVMSystemZAsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMSystemZAsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSystemZAsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMSystemZAsmParser.a  CMakeFiles/LLVMSystemZAsmParser.dir/SystemZAsmParser.cpp.o
/usr/bin/ranlib ../../../libLLVMSystemZAsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSystemZAsmParser
[ 89%] Linking CXX static library ../../../libLLVMSparcDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMSparcDisassembler.dir/cmake_clean_target.cmake
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZConstantPoolValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZConstantPoolValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZConstantPoolValue.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSparcDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMSparcDisassembler.a  CMakeFiles/LLVMSparcDisassembler.dir/SparcDisassembler.cpp.o
/usr/bin/ranlib ../../../libLLVMSparcDisassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSparcDisassembler
/usr/bin/make -f lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/build.make lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMSystemZDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/build.make lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/SystemZDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZDisassembler.dir/SystemZDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZElimCompare.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZElimCompare.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZElimCompare.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZExpandPseudo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZExpandPseudo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZExpandPseudo.cpp
[ 89%] Linking CXX static library ../../../libLLVMSystemZDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMSystemZDisassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSystemZDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMSystemZDisassembler.a  CMakeFiles/LLVMSystemZDisassembler.dir/SystemZDisassembler.cpp.o
/usr/bin/ranlib ../../../libLLVMSystemZDisassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSystemZDisassembler
/usr/bin/make -f lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/build.make lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMSystemZAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/build.make lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/SystemZInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZAsmPrinter.dir/SystemZInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZFrameLowering.cpp
[ 89%] Linking CXX static library ../../../libLLVMSystemZAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMSystemZAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSystemZAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMSystemZAsmPrinter.a  CMakeFiles/LLVMSystemZAsmPrinter.dir/SystemZInstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMSystemZAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSystemZAsmPrinter
/usr/bin/make -f lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/build.make lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/depend.internal".
Scanning dependencies of target LLVMSystemZInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/build.make lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/SystemZTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZInfo.dir/SystemZTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp
[ 89%] Linking CXX static library ../../../libLLVMSystemZInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMSystemZInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSystemZInfo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMSystemZInfo.a  CMakeFiles/LLVMSystemZInfo.dir/SystemZTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMSystemZInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSystemZInfo
/usr/bin/make -f lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/build.make lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/depend.internal".
Scanning dependencies of target LLVMSystemZDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/build.make lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
[ 89%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZHazardRecognizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZHazardRecognizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZHazardRecognizer.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
[ 89%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZDesc.dir/SystemZMCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
[ 89%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZDesc.dir/SystemZMCObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZISelLowering.cpp
[ 89%] Building CXX object lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZDesc.dir/SystemZMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZInstrInfo.cpp
[ 89%] Linking CXX static library ../../../libLLVMSystemZDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMSystemZDesc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSystemZDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMSystemZDesc.a  CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmBackend.cpp.o CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmInfo.cpp.o CMakeFiles/LLVMSystemZDesc.dir/SystemZMCCodeEmitter.cpp.o CMakeFiles/LLVMSystemZDesc.dir/SystemZMCObjectWriter.cpp.o CMakeFiles/LLVMSystemZDesc.dir/SystemZMCTargetDesc.cpp.o
/usr/bin/ranlib ../../../libLLVMSystemZDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Built target LLVMSystemZDesc
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLDCleanup.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLDCleanup.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZLDCleanup.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLongBranch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLongBranch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZLongBranch.cpp
/usr/bin/make -f lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/build.make lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/depend.internal".
Scanning dependencies of target LLVMX86CodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/build.make lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 89%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86AsmPrinter.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineScheduler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineScheduler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZMachineScheduler.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZMCInstLower.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZRegisterInfo.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSelectionDAGInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSelectionDAGInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZShortenInst.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZShortenInst.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZShortenInst.cpp
[ 89%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86CallFrameOptimization.cpp
[ 89%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZSubtarget.cpp
[ 90%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZTargetMachine.cpp
[ 90%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetTransformInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetTransformInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
[ 90%] Building CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTDC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTDC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/SystemZTDC.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CmovConversion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86CmovConversion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86CmovConversion.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86ExpandPseudo.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86FastISel.cpp
[ 90%] Linking CXX static library ../../libLLVMSystemZCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -P CMakeFiles/LLVMSystemZCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSystemZCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMSystemZCodeGen.a  CMakeFiles/LLVMSystemZCodeGen.dir/SystemZAsmPrinter.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCallingConv.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZConstantPoolValue.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZElimCompare.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZExpandPseudo.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZFrameLowering.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZHazardRecognizer.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelDAGToDAG.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelLowering.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZInstrInfo.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLDCleanup.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLongBranch.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineScheduler.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMCInstLower.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZRegisterInfo.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSelectionDAGInfo.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZShortenInst.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSubtarget.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetMachine.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetTransformInfo.cpp.o CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTDC.cpp.o
/usr/bin/ranlib ../../libLLVMSystemZCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target LLVMSystemZCodeGen
/usr/bin/make -f lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/build.make lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/depend.internal".
Scanning dependencies of target LLVMX86AsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/build.make lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmInstrumentation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86AsmParser.dir/X86AsmInstrumentation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
[ 90%] Building CXX object lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/AsmParser/X86AsmParser.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86FixupBWInsts.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86FixupLEAs.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86FixupSetCC.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86FloatingPoint.cpp
[ 90%] Linking CXX static library ../../../libLLVMX86AsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMX86AsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMX86AsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMX86AsmParser.a  CMakeFiles/LLVMX86AsmParser.dir/X86AsmInstrumentation.cpp.o CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o
/usr/bin/ranlib ../../../libLLVMX86AsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target LLVMX86AsmParser
/usr/bin/make -f lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/build.make lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/depend.internal".
Scanning dependencies of target LLVMX86Disassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/build.make lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/Disassembler/X86Disassembler.cpp
[ 90%] Building CXX object lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86DisassemblerDecoder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Disassembler.dir/X86DisassemblerDecoder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86FrameLowering.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86ISelDAGToDAG.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86ISelLowering.cpp
[ 90%] Linking CXX static library ../../../libLLVMX86Disassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMX86Disassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMX86Disassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMX86Disassembler.a  CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o CMakeFiles/LLVMX86Disassembler.dir/X86DisassemblerDecoder.cpp.o
/usr/bin/ranlib ../../../libLLVMX86Disassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target LLVMX86Disassembler
/usr/bin/make -f lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/build.make lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMX86AsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/build.make lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/X86ATTInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86AsmPrinter.dir/X86ATTInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
[ 90%] Building CXX object lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/X86IntelInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86AsmPrinter.dir/X86IntelInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
[ 90%] Building CXX object lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/X86InstComments.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86AsmPrinter.dir/X86InstComments.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/InstPrinter/X86InstComments.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86InterleavedAccess.cpp
[ 90%] Linking CXX static library ../../../libLLVMX86AsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMX86AsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMX86AsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMX86AsmPrinter.a  CMakeFiles/LLVMX86AsmPrinter.dir/X86ATTInstPrinter.cpp.o CMakeFiles/LLVMX86AsmPrinter.dir/X86IntelInstPrinter.cpp.o CMakeFiles/LLVMX86AsmPrinter.dir/X86InstComments.cpp.o
/usr/bin/ranlib ../../../libLLVMX86AsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target LLVMX86AsmPrinter
/usr/bin/make -f lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/build.make lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/depend.internal".
Scanning dependencies of target LLVMX86Desc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/build.make lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
[ 90%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86InstrFMA3Info.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86InstrInfo.cpp
[ 90%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
[ 90%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
[ 90%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86EvexToVex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86EvexToVex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86EvexToVex.cpp
[ 90%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
[ 90%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
[ 90%] Building CXX object lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86MCInstLower.cpp
[ 90%] Linking CXX static library ../../../libLLVMX86Desc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMX86Desc.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMX86Desc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMX86Desc.a  CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o
/usr/bin/ranlib ../../../libLLVMX86Desc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target LLVMX86Desc
/usr/bin/make -f lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/build.make lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/depend.internal".
Scanning dependencies of target LLVMX86Info
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/build.make lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
[ 90%] Linking CXX static library ../../../libLLVMX86Info.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMX86Info.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMX86Info.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMX86Info.a  CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMX86Info.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target LLVMX86Info
/usr/bin/make -f lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/build.make lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/depend.internal".
Scanning dependencies of target LLVMX86Utils
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/build.make lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/X86ShuffleDecode.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/Utils -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86Utils.dir/X86ShuffleDecode.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/Utils/X86ShuffleDecode.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86MachineFunctionInfo.cpp
[ 90%] Linking CXX static library ../../../libLLVMX86Utils.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils && /usr/bin/cmake -P CMakeFiles/LLVMX86Utils.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMX86Utils.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMX86Utils.a  CMakeFiles/LLVMX86Utils.dir/X86ShuffleDecode.cpp.o
/usr/bin/ranlib ../../../libLLVMX86Utils.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target LLVMX86Utils
/usr/bin/make -f lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/build.make lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/depend.internal".
Scanning dependencies of target LLVMXCoreCodeGen
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/build.make lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreAsmPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreAsmPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreAsmPrinter.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MacroFusion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86MacroFusion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86MacroFusion.cpp
[ 90%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86OptimizeLEAs.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreFrameLowering.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86PadShortFunction.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86RegisterInfo.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreInstrInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreInstrInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreInstrInfo.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86SelectionDAGInfo.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelDAGToDAG.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelDAGToDAG.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreISelDAGToDAG.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86Subtarget.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86TargetMachine.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreISelLowering.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86TargetObjectFile.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86TargetTransformInfo.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreLowerThreadLocal.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreLowerThreadLocal.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreLowerThreadLocal.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMachineFunctionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMachineFunctionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreMachineFunctionInfo.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86VZeroUpper.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinAllocaExpander.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86WinAllocaExpander.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86WinAllocaExpander.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86WinEHState.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMCInstLower.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMCInstLower.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreMCInstLower.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86CallingConv.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallLowering.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86CallLowering.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86CallLowering.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreRegisterInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreRegisterInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreRegisterInfo.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSubtarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSubtarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreSubtarget.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LegalizerInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86LegalizerInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86LegalizerInfo.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetMachine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetMachine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreTargetMachine.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetObjectFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetObjectFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreTargetObjectFile.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterBankInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86RegisterBankInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86RegisterBankInfo.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSelectionDAGInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSelectionDAGInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreSelectionDAGInfo.cpp
[ 91%] Building CXX object lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstructionSelector.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMX86CodeGen.dir/X86InstructionSelector.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/X86InstructionSelector.cpp
[ 91%] Building CXX object lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameToArgsOffsetElim.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameToArgsOffsetElim.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp
/usr/bin/make -f lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/build.make lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMXCoreDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/build.make lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/XCoreDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreDisassembler.dir/XCoreDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
/usr/bin/make -f lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/build.make lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMXCoreAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/build.make lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/XCoreInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreAsmPrinter.dir/XCoreInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
[ 91%] Linking CXX static library ../../../libLLVMXCoreAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMXCoreAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMXCoreAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMXCoreAsmPrinter.a  CMakeFiles/LLVMXCoreAsmPrinter.dir/XCoreInstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMXCoreAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMXCoreAsmPrinter
/usr/bin/make -f lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/build.make lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/depend.internal".
Scanning dependencies of target LLVMXCoreInfo
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/build.make lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/XCoreTargetInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/TargetInfo -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreInfo.dir/XCoreTargetInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp
[ 91%] Linking CXX static library ../../libLLVMXCoreCodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/cmake -P CMakeFiles/LLVMXCoreCodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMXCoreCodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMXCoreCodeGen.a  CMakeFiles/LLVMXCoreCodeGen.dir/XCoreAsmPrinter.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameLowering.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreInstrInfo.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelDAGToDAG.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelLowering.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreLowerThreadLocal.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMachineFunctionInfo.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMCInstLower.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreRegisterInfo.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSubtarget.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetMachine.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetObjectFile.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSelectionDAGInfo.cpp.o CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameToArgsOffsetElim.cpp.o
/usr/bin/ranlib ../../libLLVMXCoreCodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMXCoreCodeGen
/usr/bin/make -f lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/build.make lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/depend.internal".
Scanning dependencies of target LLVMXCoreDesc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/build.make lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCTargetDesc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreDesc.dir/XCoreMCTargetDesc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
[ 91%] Building CXX object lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCAsmInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/MCTargetDesc -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMXCoreDesc.dir/XCoreMCAsmInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
[ 91%] Linking CXX static library ../../../libLLVMXCoreInfo.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo && /usr/bin/cmake -P CMakeFiles/LLVMXCoreInfo.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMXCoreInfo.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMXCoreInfo.a  CMakeFiles/LLVMXCoreInfo.dir/XCoreTargetInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMXCoreInfo.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMXCoreInfo
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/asan.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/asan.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/asan.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/asan.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/asan.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/lib/asan/CMakeFiles/asan.dir/depend.internal".
Scanning dependencies of target asan
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/lib/asan/CMakeFiles/asan.dir/build.make projects/compiler-rt/lib/asan/CMakeFiles/asan.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/lib/asan/CMakeFiles/asan.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target asan
/usr/bin/make -f lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/build.make lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/depend.internal".
[ 91%] Linking CXX static library ../../../libLLVMXCoreDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMXCoreDisassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMXCoreDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMXCoreDisassembler.a  CMakeFiles/LLVMXCoreDisassembler.dir/XCoreDisassembler.cpp.o
Scanning dependencies of target LLVMAMDGPUAsmParser
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/build.make lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ranlib ../../../libLLVMXCoreDisassembler.a
[ 91%] Building CXX object lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/AMDGPUAsmParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUAsmParser.dir/AMDGPUAsmParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMXCoreDisassembler
/usr/bin/make -f lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/build.make lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/depend.internal".
Scanning dependencies of target LLVMAMDGPUAsmPrinter
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/build.make lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/build
[ 91%] Linking CXX static library ../../../libLLVMXCoreDesc.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc && /usr/bin/cmake -P CMakeFiles/LLVMXCoreDesc.dir/cmake_clean_target.cmake
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/AMDGPUInstPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/InstPrinter -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUAsmPrinter.dir/AMDGPUInstPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMXCoreDesc.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMXCoreDesc.a  CMakeFiles/LLVMXCoreDesc.dir/XCoreMCTargetDesc.cpp.o CMakeFiles/LLVMXCoreDesc.dir/XCoreMCAsmInfo.cpp.o
/usr/bin/ranlib ../../../libLLVMXCoreDesc.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMXCoreDesc
/usr/bin/make -f lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/build.make lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/depend.internal".
Scanning dependencies of target LLVMAMDGPUDisassembler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/build.make lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/AMDGPUDisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Disassembler -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler/.. -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Disassembler/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMAMDGPUDisassembler.dir/AMDGPUDisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
[ 91%] Linking CXX static library ../../libLLVMX86CodeGen.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -P CMakeFiles/LLVMX86CodeGen.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMX86CodeGen.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMX86CodeGen.a  CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86CmovConversion.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86EvexToVex.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86MacroFusion.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86WinAllocaExpander.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86CallLowering.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86LegalizerInfo.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86RegisterBankInfo.cpp.o CMakeFiles/LLVMX86CodeGen.dir/X86InstructionSelector.cpp.o
/usr/bin/ranlib ../../libLLVMX86CodeGen.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMX86CodeGen
/usr/bin/make -f projects/compiler-rt/CMakeFiles/compiler-rt.dir/build.make projects/compiler-rt/CMakeFiles/compiler-rt.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/projects/compiler-rt /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt /build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/CMakeFiles/compiler-rt.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/CMakeFiles/compiler-rt.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/CMakeFiles/compiler-rt.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/projects/compiler-rt/CMakeFiles/compiler-rt.dir/depend.internal".
Scanning dependencies of target compiler-rt
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f projects/compiler-rt/CMakeFiles/compiler-rt.dir/build.make projects/compiler-rt/CMakeFiles/compiler-rt.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Nothing to be done for 'projects/compiler-rt/CMakeFiles/compiler-rt.dir/build'.
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target compiler-rt
[ 91%] Linking CXX static library ../../../libLLVMAMDGPUAsmPrinter.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter && /usr/bin/cmake -P CMakeFiles/LLVMAMDGPUAsmPrinter.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAMDGPUAsmPrinter.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAMDGPUAsmPrinter.a  CMakeFiles/LLVMAMDGPUAsmPrinter.dir/AMDGPUInstPrinter.cpp.o
/usr/bin/ranlib ../../../libLLVMAMDGPUAsmPrinter.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMAMDGPUAsmPrinter
[ 91%] Linking CXX static library ../../../libLLVMAMDGPUDisassembler.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler && /usr/bin/cmake -P CMakeFiles/LLVMAMDGPUDisassembler.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAMDGPUDisassembler.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAMDGPUDisassembler.a  CMakeFiles/LLVMAMDGPUDisassembler.dir/AMDGPUDisassembler.cpp.o
/usr/bin/ranlib ../../../libLLVMAMDGPUDisassembler.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMAMDGPUDisassembler
[ 91%] Linking CXX static library ../../../libLLVMAMDGPUAsmParser.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser && /usr/bin/cmake -P CMakeFiles/LLVMAMDGPUAsmParser.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMAMDGPUAsmParser.dir/link.txt --verbose=1
/usr/bin/ar qc ../../../libLLVMAMDGPUAsmParser.a  CMakeFiles/LLVMAMDGPUAsmParser.dir/AMDGPUAsmParser.cpp.o
/usr/bin/ranlib ../../../libLLVMAMDGPUAsmParser.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMAMDGPUAsmParser
/usr/bin/make -f tools/llvm-shlib/CMakeFiles/LLVM.dir/build.make tools/llvm-shlib/CMakeFiles/LLVM.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-shlib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib/CMakeFiles/LLVM.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib/CMakeFiles/LLVM.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib/CMakeFiles/LLVM.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib/CMakeFiles/LLVM.dir/depend.internal".
Scanning dependencies of target LLVM
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-shlib/CMakeFiles/LLVM.dir/build.make tools/llvm-shlib/CMakeFiles/LLVM.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/llvm-shlib/CMakeFiles/LLVM.dir/libllvm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-shlib -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/LLVM.dir/libllvm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-shlib/libllvm.cpp
[ 91%] Linking CXX shared library ../../lib/libLLVM-5.0.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVM.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libLLVM-5.0.so.1 -o ../../lib/libLLVM-5.0.so.1 CMakeFiles/LLVM.dir/libllvm.cpp.o -Wl,-rpath,"\$ORIGIN/../lib" -Wl,--version-script,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/tools/llvm-shlib/simple_version_script.map -Wl,--whole-archive ../../lib/libLLVMDemangle.a ../../lib/libLLVMSupport.a ../../lib/libLLVMCore.a ../../lib/libLLVMIRReader.a ../../lib/libLLVMCodeGen.a ../../lib/libLLVMSelectionDAG.a ../../lib/libLLVMAsmPrinter.a ../../lib/libLLVMMIRParser.a ../../lib/libLLVMGlobalISel.a ../../lib/libLLVMBinaryFormat.a ../../lib/libLLVMBitReader.a ../../lib/libLLVMBitWriter.a ../../lib/libLLVMTransformUtils.a ../../lib/libLLVMInstrumentation.a ../../lib/libLLVMInstCombine.a ../../lib/libLLVMScalarOpts.a ../../lib/libLLVMipo.a ../../lib/libLLVMVectorize.a ../../lib/libLLVMObjCARCOpts.a ../../lib/libLLVMCoroutines.a ../../lib/libLLVMLinker.a ../../lib/libLLVMAnalysis.a ../../lib/libLLVMLTO.a ../../lib/libLLVMMC.a ../../lib/libLLVMMCParser.a ../../lib/libLLVMMCDisassembler.a ../../lib/libLLVMObject.a ../../lib/libLLVMObjectYAML.a ../../lib/libLLVMOption.a ../../lib/libLLVMDebugInfoDWARF.a ../../lib/libLLVMDebugInfoMSF.a ../../lib/libLLVMDebugInfoCodeView.a ../../lib/libLLVMDebugInfoPDB.a ../../lib/libLLVMSymbolize.a ../../lib/libLLVMExecutionEngine.a ../../lib/libLLVMInterpreter.a ../../lib/libLLVMMCJIT.a ../../lib/libLLVMOrcJIT.a ../../lib/libLLVMRuntimeDyld.a ../../lib/libLLVMTarget.a ../../lib/libLLVMAArch64CodeGen.a ../../lib/libLLVMAArch64Info.a ../../lib/libLLVMAArch64AsmParser.a ../../lib/libLLVMAArch64Disassembler.a ../../lib/libLLVMAArch64AsmPrinter.a ../../lib/libLLVMAArch64Desc.a ../../lib/libLLVMAArch64Utils.a ../../lib/libLLVMAMDGPUCodeGen.a ../../lib/libLLVMAMDGPUAsmParser.a ../../lib/libLLVMAMDGPUAsmPrinter.a ../../lib/libLLVMAMDGPUDisassembler.a ../../lib/libLLVMAMDGPUInfo.a ../../lib/libLLVMAMDGPUDesc.a ../../lib/libLLVMAMDGPUUtils.a ../../lib/libLLVMARMCodeGen.a ../../lib/libLLVMARMInfo.a ../../lib/libLLVMARMAsmParser.a ../../lib/libLLVMARMDisassembler.a ../../lib/libLLVMARMAsmPrinter.a ../../lib/libLLVMARMDesc.a ../../lib/libLLVMBPFCodeGen.a ../../lib/libLLVMBPFDisassembler.a ../../lib/libLLVMBPFAsmPrinter.a ../../lib/libLLVMBPFInfo.a ../../lib/libLLVMBPFDesc.a ../../lib/libLLVMHexagonCodeGen.a ../../lib/libLLVMHexagonAsmParser.a ../../lib/libLLVMHexagonInfo.a ../../lib/libLLVMHexagonDesc.a ../../lib/libLLVMHexagonDisassembler.a ../../lib/libLLVMLanaiCodeGen.a ../../lib/libLLVMLanaiAsmParser.a ../../lib/libLLVMLanaiInfo.a ../../lib/libLLVMLanaiDesc.a ../../lib/libLLVMLanaiAsmPrinter.a ../../lib/libLLVMLanaiDisassembler.a ../../lib/libLLVMMipsCodeGen.a ../../lib/libLLVMMipsAsmPrinter.a ../../lib/libLLVMMipsDisassembler.a ../../lib/libLLVMMipsInfo.a ../../lib/libLLVMMipsDesc.a ../../lib/libLLVMMipsAsmParser.a ../../lib/libLLVMMSP430CodeGen.a ../../lib/libLLVMMSP430AsmPrinter.a ../../lib/libLLVMMSP430Info.a ../../lib/libLLVMMSP430Desc.a ../../lib/libLLVMNVPTXCodeGen.a ../../lib/libLLVMNVPTXInfo.a ../../lib/libLLVMNVPTXAsmPrinter.a ../../lib/libLLVMNVPTXDesc.a ../../lib/libLLVMPowerPCCodeGen.a ../../lib/libLLVMPowerPCAsmParser.a ../../lib/libLLVMPowerPCDisassembler.a ../../lib/libLLVMPowerPCAsmPrinter.a ../../lib/libLLVMPowerPCInfo.a ../../lib/libLLVMPowerPCDesc.a ../../lib/libLLVMSparcCodeGen.a ../../lib/libLLVMSparcInfo.a ../../lib/libLLVMSparcDesc.a ../../lib/libLLVMSparcAsmPrinter.a ../../lib/libLLVMSparcAsmParser.a ../../lib/libLLVMSparcDisassembler.a ../../lib/libLLVMSystemZCodeGen.a ../../lib/libLLVMSystemZAsmParser.a ../../lib/libLLVMSystemZDisassembler.a ../../lib/libLLVMSystemZAsmPrinter.a ../../lib/libLLVMSystemZInfo.a ../../lib/libLLVMSystemZDesc.a ../../lib/libLLVMX86CodeGen.a ../../lib/libLLVMX86AsmParser.a ../../lib/libLLVMX86Disassembler.a ../../lib/libLLVMX86AsmPrinter.a ../../lib/libLLVMX86Desc.a ../../lib/libLLVMX86Info.a ../../lib/libLLVMX86Utils.a ../../lib/libLLVMXCoreCodeGen.a ../../lib/libLLVMXCoreDisassembler.a ../../lib/libLLVMXCoreAsmPrinter.a ../../lib/libLLVMXCoreInfo.a ../../lib/libLLVMXCoreDesc.a ../../lib/libLLVMAsmParser.a ../../lib/libLLVMLineEditor.a ../../lib/libLLVMProfileData.a ../../lib/libLLVMCoverage.a ../../lib/libLLVMPasses.a ../../lib/libLLVMDlltoolDriver.a ../../lib/libLLVMLibDriver.a ../../lib/libLLVMXRay.a -Wl,--no-whole-archive ../../lib/libLLVMObjCARCOpts.a ../../lib/libLLVMDebugInfoDWARF.a ../../lib/libLLVMDebugInfoPDB.a /usr/lib/x86_64-linux-gnu/libffi.so ../../lib/libLLVMExecutionEngine.a ../../lib/libLLVMRuntimeDyld.a ../../lib/libLLVMAArch64Info.a ../../lib/libLLVMAArch64AsmPrinter.a ../../lib/libLLVMAArch64Utils.a ../../lib/libLLVMAMDGPUAsmPrinter.a ../../lib/libLLVMAMDGPUInfo.a ../../lib/libLLVMAMDGPUUtils.a ../../lib/libLLVMARMInfo.a ../../lib/libLLVMARMAsmPrinter.a ../../lib/libLLVMBPFAsmPrinter.a ../../lib/libLLVMBPFInfo.a ../../lib/libLLVMHexagonDesc.a ../../lib/libLLVMHexagonInfo.a ../../lib/libLLVMLanaiDesc.a ../../lib/libLLVMLanaiInfo.a ../../lib/libLLVMLanaiAsmPrinter.a ../../lib/libLLVMMipsDesc.a ../../lib/libLLVMMipsAsmPrinter.a ../../lib/libLLVMMipsInfo.a ../../lib/libLLVMMSP430AsmPrinter.a ../../lib/libLLVMMSP430Info.a ../../lib/libLLVMipo.a ../../lib/libLLVMIRReader.a ../../lib/libLLVMAsmParser.a ../../lib/libLLVMInstrumentation.a ../../lib/libLLVMLinker.a ../../lib/libLLVMVectorize.a ../../lib/libLLVMNVPTXInfo.a ../../lib/libLLVMNVPTXAsmPrinter.a ../../lib/libLLVMPowerPCAsmPrinter.a ../../lib/libLLVMPowerPCInfo.a ../../lib/libLLVMSparcDesc.a ../../lib/libLLVMSparcAsmPrinter.a ../../lib/libLLVMSparcInfo.a ../../lib/libLLVMSystemZAsmPrinter.a ../../lib/libLLVMSystemZInfo.a ../../lib/libLLVMGlobalISel.a ../../lib/libLLVMX86AsmPrinter.a ../../lib/libLLVMX86Utils.a ../../lib/libLLVMSelectionDAG.a ../../lib/libLLVMAsmPrinter.a ../../lib/libLLVMCodeGen.a ../../lib/libLLVMBitWriter.a ../../lib/libLLVMScalarOpts.a ../../lib/libLLVMInstCombine.a ../../lib/libLLVMDebugInfoCodeView.a ../../lib/libLLVMDebugInfoMSF.a ../../lib/libLLVMTransformUtils.a ../../lib/libLLVMTarget.a ../../lib/libLLVMAnalysis.a ../../lib/libLLVMXCoreAsmPrinter.a ../../lib/libLLVMMCDisassembler.a ../../lib/libLLVMXCoreInfo.a -ledit ../../lib/libLLVMProfileData.a ../../lib/libLLVMOption.a ../../lib/libLLVMObject.a ../../lib/libLLVMBitReader.a ../../lib/libLLVMCore.a ../../lib/libLLVMBinaryFormat.a ../../lib/libLLVMMCParser.a ../../lib/libLLVMMC.a ../../lib/libLLVMSupport.a ../../lib/libLLVMDemangle.a -lrt -ldl -ltinfo -lpthread -lz -lm 
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib && /usr/bin/cmake -E cmake_symlink_library ../../lib/libLLVM-5.0.so.1 ../../lib/libLLVM-5.0.so.1 ../../lib/libLLVM-5.0.so
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVM
/usr/bin/make -f lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/build.make lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/depend
/usr/bin/make -f tools/polly/lib/CMakeFiles/Polly.dir/build.make tools/polly/lib/CMakeFiles/Polly.dir/depend
/usr/bin/make -f tools/lto/CMakeFiles/LTO.dir/build.make tools/lto/CMakeFiles/LTO.dir/depend
/usr/bin/make -f tools/gold/CMakeFiles/LLVMgold.dir/build.make tools/gold/CMakeFiles/LLVMgold.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Testing/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/Polly.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lto /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/LTO.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/gold /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/LLVMgold.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/LLVMgold.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/LLVMgold.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/LLVMgold.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/Polly.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/Polly.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/Polly.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/depend.internal".
Scanning dependencies of target Polly
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/polly/lib/CMakeFiles/Polly.dir/build.make tools/polly/lib/CMakeFiles/Polly.dir/build
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/LTO.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/LTO.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/LTO.dir/depend.internal".
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Scanning dependencies of target LLVMTestingSupport
Scanning dependencies of target LLVMgold
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/build.make lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/build
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/gold/CMakeFiles/LLVMgold.dir/build.make tools/gold/CMakeFiles/LLVMgold.dir/build
[ 91%] Linking CXX static library ../../../lib/libPolly.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/cmake -P CMakeFiles/Polly.dir/cmake_clean_target.cmake
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Scanning dependencies of target LTO
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lto/CMakeFiles/LTO.dir/build.make tools/lto/CMakeFiles/LTO.dir/build
[ 91%] Building CXX object lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/Error.cpp.o
[ 91%] Building CXX object tools/gold/CMakeFiles/LLVMgold.dir/gold-plugin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold -I/build/llvm-toolchain-5.0-5.0.1/tools/gold -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/LLVMgold.dir/gold-plugin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/gold/gold-plugin.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support -I/build/llvm-toolchain-5.0-5.0.1/lib/Testing/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/LLVMTestingSupport.dir/Error.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/lib/Testing/Support/Error.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib && /usr/bin/cmake -E cmake_link_script CMakeFiles/Polly.dir/link.txt --verbose=1
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/ar qc ../../../lib/libPolly.a  CMakeFiles/PollyCore.dir/Analysis/DependenceInfo.cpp.o CMakeFiles/PollyCore.dir/Analysis/PolyhedralInfo.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopDetection.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopDetectionDiagnostic.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopInfo.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopBuilder.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopGraphPrinter.cpp.o CMakeFiles/PollyCore.dir/Analysis/ScopPass.cpp.o CMakeFiles/PollyCore.dir/Analysis/PruneUnprofitable.cpp.o CMakeFiles/PollyCore.dir/CodeGen/BlockGenerators.cpp.o CMakeFiles/PollyCore.dir/CodeGen/IslAst.cpp.o CMakeFiles/PollyCore.dir/CodeGen/IslExprBuilder.cpp.o CMakeFiles/PollyCore.dir/CodeGen/IslNodeBuilder.cpp.o CMakeFiles/PollyCore.dir/CodeGen/CodeGeneration.cpp.o CMakeFiles/PollyCore.dir/CodeGen/LoopGenerators.cpp.o CMakeFiles/PollyCore.dir/CodeGen/IRBuilder.cpp.o CMakeFiles/PollyCore.dir/CodeGen/Utils.cpp.o CMakeFiles/PollyCore.dir/CodeGen/RuntimeDebugBuilder.cpp.o CMakeFiles/PollyCore.dir/CodeGen/CodegenCleanup.cpp.o CMakeFiles/PollyCore.dir/CodeGen/PerfMonitor.cpp.o CMakeFiles/PollyCore.dir/Exchange/JSONExporter.cpp.o CMakeFiles/PollyCore.dir/Support/GICHelper.cpp.o CMakeFiles/PollyCore.dir/Support/SCEVAffinator.cpp.o CMakeFiles/PollyCore.dir/Support/SCEVValidator.cpp.o CMakeFiles/PollyCore.dir/Support/RegisterPasses.cpp.o CMakeFiles/PollyCore.dir/Support/ScopHelper.cpp.o CMakeFiles/PollyCore.dir/Support/ScopLocation.cpp.o CMakeFiles/PollyCore.dir/Support/ISLTools.cpp.o CMakeFiles/PollyCore.dir/Support/DumpModulePass.cpp.o CMakeFiles/PollyCore.dir/Support/VirtualInstruction.cpp.o CMakeFiles/PollyCore.dir/Transform/Canonicalization.cpp.o CMakeFiles/PollyCore.dir/Transform/CodePreparation.cpp.o CMakeFiles/PollyCore.dir/Transform/DeadCodeElimination.cpp.o CMakeFiles/PollyCore.dir/Transform/ScheduleOptimizer.cpp.o CMakeFiles/PollyCore.dir/Transform/FlattenSchedule.cpp.o CMakeFiles/PollyCore.dir/Transform/FlattenAlgo.cpp.o CMakeFiles/PollyCore.dir/Transform/DeLICM.cpp.o CMakeFiles/PollyCore.dir/Transform/Simplify.cpp.o
/usr/bin/ranlib ../../../lib/libPolly.a
[ 91%] Building CXX object tools/lto/CMakeFiles/LTO.dir/LTODisassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto -I/build/llvm-toolchain-5.0-5.0.1/tools/lto -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/LTO.dir/LTODisassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lto/LTODisassembler.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target Polly
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-ar.dir/build.make tools/llvm-ar/CMakeFiles/llvm-ar.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-ar.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-ar.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-ar.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-ar.dir/depend.internal".
[ 91%] Building CXX object tools/lto/CMakeFiles/LTO.dir/lto.cpp.o
Scanning dependencies of target llvm-ar
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto -I/build/llvm-toolchain-5.0-5.0.1/tools/lto -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/LTO.dir/lto.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lto/lto.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-ar.dir/build.make tools/llvm-ar/CMakeFiles/llvm-ar.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-ar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-ar/llvm-ar.cpp
[ 91%] Linking CXX static library ../../libLLVMTestingSupport.a
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support && /usr/bin/cmake -P CMakeFiles/LLVMTestingSupport.dir/cmake_clean_target.cmake
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMTestingSupport.dir/link.txt --verbose=1
/usr/bin/ar qc ../../libLLVMTestingSupport.a  CMakeFiles/LLVMTestingSupport.dir/Error.cpp.o
/usr/bin/ranlib ../../libLLVMTestingSupport.a
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMTestingSupport
/usr/bin/make -f tools/llvm-config/CMakeFiles/llvm-config.dir/build.make tools/llvm-config/CMakeFiles/llvm-config.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-config /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config/CMakeFiles/llvm-config.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config/CMakeFiles/llvm-config.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config/CMakeFiles/llvm-config.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config/CMakeFiles/llvm-config.dir/depend.internal".
Scanning dependencies of target llvm-config
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-config/CMakeFiles/llvm-config.dir/build.make tools/llvm-config/CMakeFiles/llvm-config.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config && /usr/bin/g++-7  -DCMAKE_CFG_INTDIR=\".\" -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-config -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-config.dir/llvm-config.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-config/llvm-config.cpp
[ 91%] Linking CXX executable ../../bin/llvm-ar
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-ar.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o  -o ../../bin/llvm-ar -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target llvm-ar
/usr/bin/make -f tools/llvm-lto/CMakeFiles/llvm-lto.dir/build.make tools/llvm-lto/CMakeFiles/llvm-lto.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-lto /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto/CMakeFiles/llvm-lto.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto/CMakeFiles/llvm-lto.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto/CMakeFiles/llvm-lto.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto/CMakeFiles/llvm-lto.dir/depend.internal".
Scanning dependencies of target llvm-lto
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-lto/CMakeFiles/llvm-lto.dir/build.make tools/llvm-lto/CMakeFiles/llvm-lto.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-lto -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-lto/llvm-lto.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/gold/gold-plugin.cpp: In function 'void diagnosticHandler(const llvm::DiagnosticInfo&)':
/build/llvm-toolchain-5.0-5.0.1/tools/gold/gold-plugin.cpp:400:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
     message(LDPL_FATAL, "LLVM gold plugin has failed to create LTO module: %s",
     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             ErrStorage.c_str());
             ~~~~~~~~~~~~~~~~~~~
/build/llvm-toolchain-5.0-5.0.1/tools/gold/gold-plugin.cpp:402:3: note: here
   case DS_Warning:
   ^~~~
[ 91%] Linking CXX shared library ../../lib/libLTO.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto && /usr/bin/cmake -E cmake_link_script CMakeFiles/LTO.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections  -Wl,--version-script,/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/LTO.exports -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libLTO.so.5 -o ../../lib/libLTO.so.5.0.1 CMakeFiles/LTO.dir/LTODisassembler.cpp.o CMakeFiles/LTO.dir/lto.cpp.o -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 
[ 91%] Linking CXX executable ../../bin/llvm-config
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-config.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-config.dir/llvm-config.cpp.o  -o ../../bin/llvm-config -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto && /usr/bin/cmake -E cmake_symlink_library ../../lib/libLTO.so.5.0.1 ../../lib/libLTO.so.5 ../../lib/libLTO.so
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LTO
/usr/bin/make -f tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/build.make tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-profdata /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/depend.internal".
[ 91%] Built target llvm-config
/usr/bin/make -f tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/build.make tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/depend
Scanning dependencies of target llvm-profdata
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/build.make tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-profdata -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-profdata/llvm-profdata.cpp
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/depend.internal".
Scanning dependencies of target diagtool
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/build.make tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/diagtool_main.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/diagtool.dir/diagtool_main.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool/diagtool_main.cpp
[ 91%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagTool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/diagtool.dir/DiagTool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool/DiagTool.cpp
[ 91%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagnosticNames.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/diagtool.dir/DiagnosticNames.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool/DiagnosticNames.cpp
[ 91%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/FindDiagnosticID.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/diagtool.dir/FindDiagnosticID.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool/FindDiagnosticID.cpp
[ 91%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ListWarnings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/diagtool.dir/ListWarnings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool/ListWarnings.cpp
[ 91%] Linking CXX shared module ../../lib/LLVMgold.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMgold.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections  -Wl,--version-script,/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/LLVMgold.exports -Wl,-z,relro -shared  -o ../../lib/LLVMgold.so CMakeFiles/LLVMgold.dir/gold-plugin.cpp.o -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target LLVMgold
/usr/bin/make -f tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/build.make tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-offload-bundler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-offload-bundler /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-offload-bundler/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/depend.internal".
Scanning dependencies of target clang-offload-bundler
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/build.make tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/ClangOffloadBundler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-offload-bundler && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-offload-bundler -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-offload-bundler -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-offload-bundler.dir/ClangOffloadBundler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
[ 91%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ShowEnabledWarnings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/diagtool.dir/ShowEnabledWarnings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool/ShowEnabledWarnings.cpp
[ 91%] Linking CXX executable ../../bin/llvm-lto
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-lto.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o  -o ../../bin/llvm-lto -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target llvm-lto
/usr/bin/make -f tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/build.make tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-format /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-format /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-format/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/depend.internal".
Scanning dependencies of target clang-format
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/build.make tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/ClangFormat.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-format && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-format -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-format.dir/ClangFormat.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-format/ClangFormat.cpp
[ 91%] Building CXX object tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/TreeView.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/diagtool.dir/TreeView.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/diagtool/TreeView.cpp
[ 91%] Linking CXX executable ../../bin/llvm-profdata
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-profdata.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o  -o ../../bin/llvm-profdata -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target llvm-profdata
/usr/bin/make -f tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/build.make tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-import-test /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-import-test /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-import-test/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/depend.internal".
Scanning dependencies of target clang-import-test
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/build.make tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/clang-import-test.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-import-test && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-import-test -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-import-test -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-import-test.dir/clang-import-test.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-import-test/clang-import-test.cpp
[ 91%] Linking CXX executable ../../../../bin/clang-offload-bundler
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-offload-bundler && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-offload-bundler.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-offload-bundler.dir/ClangOffloadBundler.cpp.o  -o ../../../../bin/clang-offload-bundler -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-offload-bundler
/usr/bin/make -f tools/clang/tools/libclang/CMakeFiles/libclang.dir/build.make tools/clang/tools/libclang/CMakeFiles/libclang.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/CMakeFiles/libclang.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/CMakeFiles/libclang.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/CMakeFiles/libclang.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/CMakeFiles/libclang.dir/depend.internal".
Scanning dependencies of target libclang
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/libclang/CMakeFiles/libclang.dir/build.make tools/clang/tools/libclang/CMakeFiles/libclang.dir/build
[ 91%] Linking CXX executable ../../../../bin/clang-format
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-format && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-format.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-format.dir/ClangFormat.cpp.o  -o ../../../../bin/clang-format -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/libclangBasic.a ../../../../lib/libclangFormat.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangToolingCore.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangAST.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/ARCMigrate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/ARCMigrate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/ARCMigrate.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-format
/usr/bin/make -f tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/build.make tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-rename /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-rename /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-rename/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/depend.internal".
Scanning dependencies of target clang-rename
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/build.make tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/ClangRename.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-rename && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-rename -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-rename -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-rename.dir/ClangRename.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-rename/ClangRename.cpp
[ 91%] Linking CXX executable ../../../../bin/diagtool
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/diagtool && /usr/bin/cmake -E cmake_link_script CMakeFiles/diagtool.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/diagtool.dir/diagtool_main.cpp.o CMakeFiles/diagtool.dir/DiagTool.cpp.o CMakeFiles/diagtool.dir/DiagnosticNames.cpp.o CMakeFiles/diagtool.dir/FindDiagnosticID.cpp.o CMakeFiles/diagtool.dir/ListWarnings.cpp.o CMakeFiles/diagtool.dir/ShowEnabledWarnings.cpp.o CMakeFiles/diagtool.dir/TreeView.cpp.o  -o ../../../../bin/diagtool -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/libclangBasic.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangDriver.a ../../../../lib/libclangParse.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangEdit.a ../../../../lib/libclangAnalysis.a ../../../../lib/libclangAST.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target diagtool
/usr/bin/make -f tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/build.make tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/arcmt-test /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/arcmt-test /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/arcmt-test/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/depend.internal".
Scanning dependencies of target arcmt-test
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/build.make tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/arcmt-test.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/arcmt-test && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/arcmt-test -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/arcmt-test -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/arcmt-test.dir/arcmt-test.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/arcmt-test/arcmt-test.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/BuildSystem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/BuildSystem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/BuildSystem.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CIndex.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CIndex.cpp
[ 91%] Linking CXX executable ../../../../bin/clang-import-test
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-import-test && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-import-test.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-import-test.dir/clang-import-test.cpp.o  -o ../../../../bin/clang-import-test -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/libclangAST.a ../../../../lib/libclangBasic.a ../../../../lib/libclangCodeGen.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangLex.a ../../../../lib/libclangParse.a ../../../../lib/libclangDriver.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangEdit.a ../../../../lib/libclangAnalysis.a ../../../../lib/libclangAST.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 
[ 91%] Linking CXX executable ../../../../bin/arcmt-test
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/arcmt-test && /usr/bin/cmake -E cmake_link_script CMakeFiles/arcmt-test.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/arcmt-test.dir/arcmt-test.cpp.o  -o ../../../../bin/arcmt-test -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/libclangARCMigrate.a ../../../../lib/libclangBasic.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangLex.a ../../../../lib/libclangDriver.a ../../../../lib/libclangParse.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangEdit.a ../../../../lib/libclangStaticAnalyzerCheckers.a ../../../../lib/libclangASTMatchers.a ../../../../lib/libclangStaticAnalyzerCore.a ../../../../lib/libclangAnalysis.a ../../../../lib/libclangAST.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 
[ 91%] Linking CXX executable ../../../../bin/clang-rename
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-rename && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-rename.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-rename.dir/ClangRename.cpp.o  -o ../../../../bin/clang-rename -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/libclangBasic.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangTooling.a ../../../../lib/libclangToolingCore.a ../../../../lib/libclangToolingRefactor.a ../../../../lib/libclangASTMatchers.a ../../../../lib/libclangIndex.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangDriver.a ../../../../lib/libclangParse.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangEdit.a ../../../../lib/libclangAnalysis.a ../../../../lib/libclangFormat.a ../../../../lib/libclangToolingCore.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangAST.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target arcmt-test
/usr/bin/make -f tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/build.make tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-check /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-check /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-check/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/depend.internal".
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-import-test
/usr/bin/make -f tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/clang-apply-replacements.dir/build.make tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/clang-apply-replacements.dir/depend
Scanning dependencies of target clang-check
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/build.make tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-apply-replacements/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/clang-apply-replacements.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/clang-apply-replacements.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/clang-apply-replacements.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/clang-apply-replacements.dir/depend.internal".
[ 91%] Building CXX object tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/ClangCheck.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-check && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-check -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-check -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-check.dir/ClangCheck.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/clang-check/ClangCheck.cpp
Scanning dependencies of target clang-apply-replacements
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/clang-apply-replacements.dir/build.make tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/clang-apply-replacements.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/clang-apply-replacements/tool/CMakeFiles/clang-apply-replacements.dir/ClangApplyReplacementsMain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/tool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-apply-replacements/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-apply-replacements -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-apply-replacements/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-apply-replacements.dir/ClangApplyReplacementsMain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-rename
/usr/bin/make -f tools/clang/tools/extra/clang-reorder-fields/tool/CMakeFiles/clang-reorder-fields.dir/build.make tools/clang/tools/extra/clang-reorder-fields/tool/CMakeFiles/clang-reorder-fields.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-reorder-fields/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/tool/CMakeFiles/clang-reorder-fields.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/tool/CMakeFiles/clang-reorder-fields.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/tool/CMakeFiles/clang-reorder-fields.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/tool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/tool/CMakeFiles/clang-reorder-fields.dir/depend.internal".
Scanning dependencies of target clang-reorder-fields
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-reorder-fields/tool/CMakeFiles/clang-reorder-fields.dir/build.make tools/clang/tools/extra/clang-reorder-fields/tool/CMakeFiles/clang-reorder-fields.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/clang-reorder-fields/tool/CMakeFiles/clang-reorder-fields.dir/ClangReorderFields.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/tool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-reorder-fields/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-reorder-fields.dir/ClangReorderFields.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-reorder-fields/tool/ClangReorderFields.cpp
[ 91%] Linking CXX executable ../../../../bin/clang-check
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/clang-check && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-check.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-check.dir/ClangCheck.cpp.o  -o ../../../../bin/clang-check -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/libclangAST.a ../../../../lib/libclangBasic.a ../../../../lib/libclangDriver.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangRewriteFrontend.a ../../../../lib/libclangStaticAnalyzerFrontend.a ../../../../lib/libclangTooling.a ../../../../lib/libclangStaticAnalyzerCheckers.a ../../../../lib/libclangStaticAnalyzerCore.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangDriver.a ../../../../lib/libclangParse.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangEdit.a ../../../../lib/libclangAnalysis.a ../../../../lib/libclangASTMatchers.a ../../../../lib/libclangFormat.a ../../../../lib/libclangToolingCore.a ../../../../lib/libclangAST.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 
[ 91%] Linking CXX executable ../../../../../../bin/clang-reorder-fields
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-reorder-fields/tool && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-reorder-fields.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-reorder-fields.dir/ClangReorderFields.cpp.o  -o ../../../../../../bin/clang-reorder-fields -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../../lib/libclangBasic.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangReorderFields.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangTooling.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangIndex.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangParse.a ../../../../../../lib/libclangSerialization.a ../../../../../../lib/libclangSema.a ../../../../../../lib/libclangEdit.a ../../../../../../lib/libclangAnalysis.a ../../../../../../lib/libclangDriver.a ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangLex.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libLLVM-5.0.so.1 
[ 91%] Linking CXX executable ../../../../../../bin/clang-apply-replacements
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-apply-replacements/tool && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-apply-replacements.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-apply-replacements.dir/ClangApplyReplacementsMain.cpp.o  -o ../../../../../../bin/clang-apply-replacements -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../../lib/libclangApplyReplacements.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangLex.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-check
/usr/bin/make -f tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/build.make tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/depend.internal".
[ 91%] Built target clang-reorder-fields
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/build.make tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/depend.internal".
Scanning dependencies of target clang-tidy
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/build.make tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/build
Scanning dependencies of target modularize
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/build.make tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/build
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-apply-replacements
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/change-namespace/tool/CMakeFiles/clang-change-namespace.dir/build.make tools/clang/tools/extra/change-namespace/tool/CMakeFiles/clang-change-namespace.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/change-namespace/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/tool/CMakeFiles/clang-change-namespace.dir/DependInfo.cmake --color=
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/clang-tidy/tool/CMakeFiles/clang-tidy.dir/ClangTidyMain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/tool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-tidy.dir/ClangTidyMain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-tidy/tool/ClangTidyMain.cpp
[ 91%] Building CXX object tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/Modularize.cpp.o
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/tool/CMakeFiles/clang-change-namespace.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/tool/CMakeFiles/clang-change-namespace.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/tool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/tool/CMakeFiles/clang-change-namespace.dir/depend.internal".
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/modularize.dir/Modularize.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize/Modularize.cpp
Scanning dependencies of target clang-change-namespace
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/change-namespace/tool/CMakeFiles/clang-change-namespace.dir/build.make tools/clang/tools/extra/change-namespace/tool/CMakeFiles/clang-change-namespace.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/change-namespace/tool/CMakeFiles/clang-change-namespace.dir/ClangChangeNamespace.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/tool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/change-namespace/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/change-namespace/tool/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-change-namespace.dir/ClangChangeNamespace.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/change-namespace/tool/ClangChangeNamespace.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCXX.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CIndexCXX.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CIndexCXX.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CIndexCodeCompletion.cpp
[ 91%] Building CXX object tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/ModuleAssistant.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/modularize.dir/ModuleAssistant.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize/ModuleAssistant.cpp
[ 91%] Linking CXX executable ../../../../../../bin/clang-change-namespace
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/change-namespace/tool && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-change-namespace.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-change-namespace.dir/ClangChangeNamespace.cpp.o  -o ../../../../../../bin/clang-change-namespace -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libclangChangeNamespace.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangTooling.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangParse.a ../../../../../../lib/libclangSerialization.a ../../../../../../lib/libclangSema.a ../../../../../../lib/libclangEdit.a ../../../../../../lib/libclangAnalysis.a ../../../../../../lib/libclangDriver.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangLex.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libLLVM-5.0.so.1 
/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize/ModuleAssistant.cpp:68:1: warning: '{anonymous}::Module::Module()' defined but not used [-Wunused-function]
 Module::Module() : IsProblem(false) {}
 ^~~~~~
[ 91%] Linking CXX executable ../../../../../../bin/clang-tidy
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-tidy/tool && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-tidy.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-tidy.dir/ClangTidyMain.cpp.o  -o ../../../../../../bin/clang-tidy -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libclangTidy.a ../../../../../../lib/libclangTidyAndroidModule.a ../../../../../../lib/libclangTidyBoostModule.a ../../../../../../lib/libclangTidyBugproneModule.a ../../../../../../lib/libclangTidyCERTModule.a ../../../../../../lib/libclangTidyCppCoreGuidelinesModule.a ../../../../../../lib/libclangTidyGoogleModule.a ../../../../../../lib/libclangTidyHICPPModule.a ../../../../../../lib/libclangTidyLLVMModule.a ../../../../../../lib/libclangTidyMiscModule.a ../../../../../../lib/libclangTidyModernizeModule.a ../../../../../../lib/libclangTidyMPIModule.a ../../../../../../lib/libclangTidyPerformanceModule.a ../../../../../../lib/libclangTidyReadabilityModule.a ../../../../../../lib/libclangTooling.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangTidyCppCoreGuidelinesModule.a ../../../../../../lib/libclangTidyGoogleModule.a ../../../../../../lib/libclangTidyMiscModule.a ../../../../../../lib/libclangTidyReadabilityModule.a ../../../../../../lib/libclangTidyUtils.a ../../../../../../lib/libclangTidy.a ../../../../../../lib/libclangTooling.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangStaticAnalyzerFrontend.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangDriver.a ../../../../../../lib/libclangParse.a ../../../../../../lib/libclangSerialization.a ../../../../../../lib/libclangSema.a ../../../../../../lib/libclangEdit.a ../../../../../../lib/libclangStaticAnalyzerCheckers.a ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangStaticAnalyzerCore.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangAnalysis.a ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangLex.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libLLVM-5.0.so.1 
[ 91%] Building CXX object tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/ModularizeUtilities.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/modularize.dir/ModularizeUtilities.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize/ModularizeUtilities.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-change-namespace
/usr/bin/make -f tools/clang/tools/extra/clang-query/tool/CMakeFiles/clang-query.dir/build.make tools/clang/tools/extra/clang-query/tool/CMakeFiles/clang-query.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-query/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/tool/CMakeFiles/clang-query.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/tool/CMakeFiles/clang-query.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/tool/CMakeFiles/clang-query.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/tool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/tool/CMakeFiles/clang-query.dir/depend.internal".
Scanning dependencies of target clang-query
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-query/tool/CMakeFiles/clang-query.dir/build.make tools/clang/tools/extra/clang-query/tool/CMakeFiles/clang-query.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/clang-query/tool/CMakeFiles/clang-query.dir/ClangQuery.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/tool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-query/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-query/tool/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-query.dir/ClangQuery.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-query/tool/ClangQuery.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-tidy
/usr/bin/make -f tools/clang/tools/extra/clang-move/tool/CMakeFiles/clang-move.dir/build.make tools/clang/tools/extra/clang-move/tool/CMakeFiles/clang-move.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-move/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/tool/CMakeFiles/clang-move.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/tool/CMakeFiles/clang-move.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/tool/CMakeFiles/clang-move.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/tool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/tool/CMakeFiles/clang-move.dir/depend.internal".
Scanning dependencies of target clang-move
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clang-move/tool/CMakeFiles/clang-move.dir/build.make tools/clang/tools/extra/clang-move/tool/CMakeFiles/clang-move.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/clang-move/tool/CMakeFiles/clang-move.dir/ClangMoveMain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/tool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-move/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-move/tool/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-move.dir/ClangMoveMain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clang-move/tool/ClangMoveMain.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexDiagnostic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CIndexDiagnostic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CIndexDiagnostic.cpp
[ 91%] Building CXX object tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/CoverageChecker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/modularize.dir/CoverageChecker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize/CoverageChecker.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexHigh.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CIndexHigh.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CIndexHigh.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexInclusionStack.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CIndexInclusionStack.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CIndexInclusionStack.cpp
[ 91%] Linking CXX executable ../../../../../../bin/clang-query
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-query/tool && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-query.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-query.dir/ClangQuery.cpp.o  -o ../../../../../../bin/clang-query -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libclangDynamicASTMatchers.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangQuery.a ../../../../../../lib/libclangTooling.a ../../../../../../lib/libclangDynamicASTMatchers.a ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangParse.a ../../../../../../lib/libclangSerialization.a ../../../../../../lib/libclangSema.a ../../../../../../lib/libclangEdit.a ../../../../../../lib/libclangAnalysis.a ../../../../../../lib/libclangDriver.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangLex.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-query
/usr/bin/make -f tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/build.make tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/tool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/depend.internal".
Scanning dependencies of target clangd
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/build.make tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/clangd/tool/CMakeFiles/clangd.dir/ClangdMain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/tool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/tool/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clangd.dir/ClangdMain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/clangd/tool/ClangdMain.cpp
[ 91%] Building CXX object tools/clang/tools/extra/modularize/CMakeFiles/modularize.dir/PreprocessorTracker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/modularize.dir/PreprocessorTracker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
[ 91%] Linking CXX executable ../../../../../../bin/clang-move
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clang-move/tool && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-move.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-move.dir/ClangMoveMain.cpp.o  -o ../../../../../../bin/clang-move -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangMove.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangTooling.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangParse.a ../../../../../../lib/libclangSerialization.a ../../../../../../lib/libclangSema.a ../../../../../../lib/libclangEdit.a ../../../../../../lib/libclangDriver.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangAnalysis.a ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangLex.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libLLVM-5.0.so.1 
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexUSRs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CIndexUSRs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CIndexUSRs.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-move
/usr/bin/make -f tools/clang/tools/extra/include-fixer/tool/CMakeFiles/clang-include-fixer.dir/build.make tools/clang/tools/extra/include-fixer/tool/CMakeFiles/clang-include-fixer.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/tool/CMakeFiles/clang-include-fixer.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/tool/CMakeFiles/clang-include-fixer.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/tool/CMakeFiles/clang-include-fixer.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/tool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/tool/CMakeFiles/clang-include-fixer.dir/depend.internal".
Scanning dependencies of target clang-include-fixer
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/include-fixer/tool/CMakeFiles/clang-include-fixer.dir/build.make tools/clang/tools/extra/include-fixer/tool/CMakeFiles/clang-include-fixer.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/include-fixer/tool/CMakeFiles/clang-include-fixer.dir/ClangIncludeFixer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/tool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/tool/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang-include-fixer.dir/ClangIncludeFixer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/tool/ClangIncludeFixer.cpp
[ 91%] Linking CXX executable ../../../../../../bin/clangd
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/clangd/tool && /usr/bin/cmake -E cmake_link_script CMakeFiles/clangd.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clangd.dir/ClangdMain.cpp.o  -o ../../../../../../bin/clangd -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../../lib/libclangBasic.a ../../../../../../lib/libclangDaemon.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangSema.a ../../../../../../lib/libclangTooling.a ../../../../../../lib/libclangToolingCore.a -lpthread ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangIndex.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangDriver.a ../../../../../../lib/libclangParse.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangSerialization.a ../../../../../../lib/libclangSema.a ../../../../../../lib/libclangEdit.a ../../../../../../lib/libclangAnalysis.a ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangLex.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clangd
/usr/bin/make -f tools/clang/tools/extra/include-fixer/find-all-symbols/tool/CMakeFiles/find-all-symbols.dir/build.make tools/clang/tools/extra/include-fixer/find-all-symbols/tool/CMakeFiles/find-all-symbols.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/tool /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/tool/CMakeFiles/find-all-symbols.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/tool/CMakeFiles/find-all-symbols.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/tool/CMakeFiles/find-all-symbols.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/tool/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/tool/CMakeFiles/find-all-symbols.dir/depend.internal".
Scanning dependencies of target find-all-symbols
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/include-fixer/find-all-symbols/tool/CMakeFiles/find-all-symbols.dir/build.make tools/clang/tools/extra/include-fixer/find-all-symbols/tool/CMakeFiles/find-all-symbols.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/include-fixer/find-all-symbols/tool/CMakeFiles/find-all-symbols.dir/FindAllSymbolsMain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/tool && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/tool -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/tool/..  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/find-all-symbols.dir/FindAllSymbolsMain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
[ 91%] Linking CXX executable ../../../../../bin/modularize
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/modularize && /usr/bin/cmake -E cmake_link_script CMakeFiles/modularize.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/modularize.dir/Modularize.cpp.o CMakeFiles/modularize.dir/ModuleAssistant.cpp.o CMakeFiles/modularize.dir/ModularizeUtilities.cpp.o CMakeFiles/modularize.dir/CoverageChecker.cpp.o CMakeFiles/modularize.dir/PreprocessorTracker.cpp.o  -o ../../../../../bin/modularize -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../lib/libclangAST.a ../../../../../lib/libclangBasic.a ../../../../../lib/libclangDriver.a ../../../../../lib/libclangFrontend.a ../../../../../lib/libclangLex.a ../../../../../lib/libclangTooling.a ../../../../../lib/libclangFrontend.a ../../../../../lib/libclangDriver.a ../../../../../lib/libclangParse.a ../../../../../lib/libclangSerialization.a ../../../../../lib/libclangSema.a ../../../../../lib/libclangEdit.a ../../../../../lib/libclangAnalysis.a ../../../../../lib/libclangASTMatchers.a ../../../../../lib/libclangFormat.a ../../../../../lib/libclangToolingCore.a ../../../../../lib/libclangAST.a ../../../../../lib/libclangRewrite.a ../../../../../lib/libclangLex.a ../../../../../lib/libclangBasic.a ../../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target modularize
/usr/bin/make -f tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/build.make tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/pp-trace /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/depend.internal".
Scanning dependencies of target pp-trace
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/build.make tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/PPTrace.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/pp-trace -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/pp-trace.dir/PPTrace.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/pp-trace/PPTrace.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CIndexer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CIndexer.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXComment.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CXComment.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CXComment.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCursor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CXCursor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CXCursor.cpp
[ 91%] Linking CXX executable ../../../../../../bin/clang-include-fixer
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/tool && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang-include-fixer.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/clang-include-fixer.dir/ClangIncludeFixer.cpp.o  -o ../../../../../../bin/clang-include-fixer -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../../lib/libclangBasic.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangIncludeFixer.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangTooling.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libfindAllSymbols.a ../../../../../../lib/libclangTooling.a ../../../../../../lib/libclangFormat.a ../../../../../../lib/libclangFrontend.a ../../../../../../lib/libclangSerialization.a ../../../../../../lib/libclangToolingCore.a ../../../../../../lib/libclangRewrite.a ../../../../../../lib/libclangDriver.a ../../../../../../lib/libclangASTMatchers.a ../../../../../../lib/libclangParse.a ../../../../../../lib/libclangSema.a ../../../../../../lib/libclangEdit.a ../../../../../../lib/libclangAnalysis.a ../../../../../../lib/libclangAST.a ../../../../../../lib/libclangLex.a ../../../../../../lib/libclangBasic.a ../../../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target clang-include-fixer
/usr/bin/make -f tools/clang/tools/extra/tool-template/CMakeFiles/tool-template.dir/build.make tools/clang/tools/extra/tool-template/CMakeFiles/tool-template.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/tool-template /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/tool-template /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/tool-template/CMakeFiles/tool-template.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/tool-template/CMakeFiles/tool-template.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/tool-template/CMakeFiles/tool-template.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/tool-template/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/tool-template/CMakeFiles/tool-template.dir/depend.internal".
Scanning dependencies of target tool-template
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/extra/tool-template/CMakeFiles/tool-template.dir/build.make tools/clang/tools/extra/tool-template/CMakeFiles/tool-template.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/extra/tool-template/CMakeFiles/tool-template.dir/ToolTemplate.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/tool-template && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/tool-template -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/tool-template -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/tool-template.dir/ToolTemplate.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/tool-template/ToolTemplate.cpp
[ 91%] Building CXX object tools/clang/tools/extra/pp-trace/CMakeFiles/pp-trace.dir/PPCallbacksTracker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/pp-trace -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/pp-trace.dir/PPCallbacksTracker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
[ 91%] Linking CXX executable ../../../../../bin/pp-trace
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/pp-trace && /usr/bin/cmake -E cmake_link_script CMakeFiles/pp-trace.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/pp-trace.dir/PPTrace.cpp.o CMakeFiles/pp-trace.dir/PPCallbacksTracker.cpp.o  -o ../../../../../bin/pp-trace -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../lib/libclangAST.a ../../../../../lib/libclangBasic.a ../../../../../lib/libclangFrontend.a ../../../../../lib/libclangLex.a ../../../../../lib/libclangTooling.a ../../../../../lib/libclangFrontend.a ../../../../../lib/libclangParse.a ../../../../../lib/libclangSerialization.a ../../../../../lib/libclangSema.a ../../../../../lib/libclangEdit.a ../../../../../lib/libclangAnalysis.a ../../../../../lib/libclangDriver.a ../../../../../lib/libclangASTMatchers.a ../../../../../lib/libclangFormat.a ../../../../../lib/libclangToolingCore.a ../../../../../lib/libclangAST.a ../../../../../lib/libclangRewrite.a ../../../../../lib/libclangLex.a ../../../../../lib/libclangBasic.a ../../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target pp-trace
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXIndexDataConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CXIndexDataConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CXIndexDataConsumer.cpp
[ 91%] Linking CXX executable ../../../../../../../bin/find-all-symbols
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/tool && /usr/bin/cmake -E cmake_link_script CMakeFiles/find-all-symbols.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/find-all-symbols.dir/FindAllSymbolsMain.cpp.o  -o ../../../../../../../bin/find-all-symbols -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../../../lib/libclangAST.a ../../../../../../../lib/libclangASTMatchers.a ../../../../../../../lib/libclangBasic.a ../../../../../../../lib/libclangFrontend.a ../../../../../../../lib/libclangLex.a ../../../../../../../lib/libclangTooling.a ../../../../../../../lib/libfindAllSymbols.a ../../../../../../../lib/libclangTooling.a ../../../../../../../lib/libclangASTMatchers.a ../../../../../../../lib/libclangFrontend.a ../../../../../../../lib/libclangParse.a ../../../../../../../lib/libclangSerialization.a ../../../../../../../lib/libclangSema.a ../../../../../../../lib/libclangEdit.a ../../../../../../../lib/libclangAnalysis.a ../../../../../../../lib/libclangDriver.a ../../../../../../../lib/libclangFormat.a ../../../../../../../lib/libclangToolingCore.a ../../../../../../../lib/libclangAST.a ../../../../../../../lib/libclangRewrite.a ../../../../../../../lib/libclangLex.a ../../../../../../../lib/libclangBasic.a ../../../../../../../lib/libLLVM-5.0.so.1 
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCompilationDatabase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CXCompilationDatabase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CXCompilationDatabase.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXLoadedDiagnostic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CXLoadedDiagnostic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CXLoadedDiagnostic.cpp
[ 91%] Built target find-all-symbols
/usr/bin/make -f tools/lld/tools/lld/CMakeFiles/lld.dir/build.make tools/lld/tools/lld/CMakeFiles/lld.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lld/tools/lld /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld/CMakeFiles/lld.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld/CMakeFiles/lld.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld/CMakeFiles/lld.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld/CMakeFiles/lld.dir/depend.internal".
Scanning dependencies of target lld
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lld/tools/lld/CMakeFiles/lld.dir/build.make tools/lld/tools/lld/CMakeFiles/lld.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/lld/tools/lld/CMakeFiles/lld.dir/lld.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/tools/lld -I/build/llvm-toolchain-5.0-5.0.1/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lld.dir/lld.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lld/tools/lld/lld.cpp
[ 91%] Linking CXX executable ../../../../bin/lld
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld && /usr/bin/cmake -E cmake_link_script CMakeFiles/lld.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/lld.dir/lld.cpp.o  -o ../../../../bin/lld -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/liblldDriver.a ../../../../lib/liblldCOFF.a ../../../../lib/liblldELF.a ../../../../lib/liblldMachO.a ../../../../lib/liblldReaderWriter.a ../../../../lib/liblldYAML.a ../../../../lib/liblldConfig.a ../../../../lib/liblldCore.a ../../../../lib/libLLVM-5.0.so.1 -lpthread 
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld && /usr/bin/cmake -E create_symlink lld /build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/lld-link
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lld/tools/lld && /usr/bin/cmake -E create_symlink lld /build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/ld.lld
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target lld
/usr/bin/make -f tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/build.make tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/argdumper /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/argdumper /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/argdumper/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/depend.internal".
Scanning dependencies of target lldb-argdumper
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/build.make tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/argdumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/argdumper && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/argdumper -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/argdumper -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-argdumper.dir/argdumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/argdumper/argdumper.cpp
[ 91%] Linking CXX executable ../../../../bin/lldb-argdumper
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/argdumper && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldb-argdumper.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/lldb-argdumper.dir/argdumper.cpp.o  -o ../../../../bin/lldb-argdumper -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/liblldbCore.a ../../../../lib/liblldbUtility.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbPluginObjectFileELF.a -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libpanel.so -ltinfo -ldl -ledit ../../../../lib/libclangCodeGen.a ../../../../lib/libclangRewriteFrontend.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangParse.a ../../../../lib/libclangDriver.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangEdit.a ../../../../lib/libclangAnalysis.a ../../../../lib/liblldbBase.a ../../../../lib/liblldbUtility.a ../../../../lib/libclangAST.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target lldb-argdumper
/usr/bin/make -f tools/lldb/source/API/CMakeFiles/liblldb.dir/build.make tools/lldb/source/API/CMakeFiles/liblldb.dir/depend
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXSourceLocation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CXSourceLocation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CXSourceLocation.cpp
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/CMakeFiles/liblldb.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/CMakeFiles/liblldb.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/CMakeFiles/liblldb.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/CMakeFiles/liblldb.dir/depend.internal".
Scanning dependencies of target liblldb
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/source/API/CMakeFiles/liblldb.dir/build.make tools/lldb/source/API/CMakeFiles/liblldb.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBAddress.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBAddress.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBAddress.cpp
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBAttachInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBAttachInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBAttachInfo.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CXStoredDiagnostic.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CXString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CXString.cpp
[ 91%] Linking CXX executable ../../../../../bin/tool-template
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/extra/tool-template && /usr/bin/cmake -E cmake_link_script CMakeFiles/tool-template.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/tool-template.dir/ToolTemplate.cpp.o  -o ../../../../../bin/tool-template -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../../lib/libclangAST.a ../../../../../lib/libclangASTMatchers.a ../../../../../lib/libclangBasic.a ../../../../../lib/libclangFrontend.a ../../../../../lib/libclangTooling.a ../../../../../lib/libclangASTMatchers.a ../../../../../lib/libclangFrontend.a ../../../../../lib/libclangParse.a ../../../../../lib/libclangSerialization.a ../../../../../lib/libclangSema.a ../../../../../lib/libclangEdit.a ../../../../../lib/libclangAnalysis.a ../../../../../lib/libclangDriver.a ../../../../../lib/libclangFormat.a ../../../../../lib/libclangToolingCore.a ../../../../../lib/libclangAST.a ../../../../../lib/libclangRewrite.a ../../../../../lib/libclangLex.a ../../../../../lib/libclangBasic.a ../../../../../lib/libLLVM-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target tool-template
/usr/bin/make -f tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/build.make tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/depend.internal".
Scanning dependencies of target lldb-server
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/build.make tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/Acceptor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../../../llvm/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-server.dir/Acceptor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/Acceptor.cpp
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBlock.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBBlock.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBBlock.cpp
[ 91%] Building CXX object tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/lldb-gdbserver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../../../llvm/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-server.dir/lldb-gdbserver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/CXType.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/CXType.cpp
[ 91%] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/Indexing.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/g++-7  -DCLANG_TOOL_EXTRA_BUILD -DLLVM_BUILD_GLOBAL_ISEL -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/libclang.dir/Indexing.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/libclang/Indexing.cpp
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBBreakpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBBreakpoint.cpp
[ 91%] Building CXX object tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/lldb-platform.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../../../llvm/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-server.dir/lldb-platform.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/lldb-platform.cpp
[ 91%] Building CXX object tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/lldb-server.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../../../llvm/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-server.dir/lldb-server.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/lldb-server.cpp
[ 91%] Building CXX object tools/lldb/tools/lldb-server/CMakeFiles/lldb-server.dir/LLDBServerUtilities.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../../../llvm/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source/Plugins/Process/Linux -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source/Plugins/Process/POSIX -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/../../source  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-server.dir/LLDBServerUtilities.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-server/LLDBServerUtilities.cpp
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointLocation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBBreakpointLocation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBBreakpointLocation.cpp
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBroadcaster.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBBroadcaster.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBBroadcaster.cpp
[ 91%] Linking CXX executable ../../../../bin/lldb-server
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-server && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldb-server.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/lldb-server.dir/Acceptor.cpp.o CMakeFiles/lldb-server.dir/lldb-gdbserver.cpp.o CMakeFiles/lldb-server.dir/lldb-platform.cpp.o CMakeFiles/lldb-server.dir/lldb-server.cpp.o CMakeFiles/lldb-server.dir/LLDBServerUtilities.cpp.o  -o ../../../../bin/lldb-server -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/liblldbBase.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInitialization.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbPluginProcessLinux.a -ledit -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libpanel.so -ltinfo /usr/lib/x86_64-linux-gnu/libpython2.7.so -lpthread -ldl -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libpanel.so -ledit -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libpanel.so -ltinfo /usr/lib/x86_64-linux-gnu/libpython2.7.so -lpthread -ldl -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libpanel.so ../../../../lib/liblldbPluginInstructionARM.a ../../../../lib/liblldbPluginInstructionMIPS.a ../../../../lib/liblldbPluginInstructionMIPS64.a ../../../../lib/liblldbPluginObjectContainerMachOArchive.a ../../../../lib/liblldbPluginObjectFilePECOFF.a ../../../../lib/liblldbPluginProcessGDBRemote.a ../../../../lib/liblldbPluginPlatformMacOSX.a ../../../../lib/liblldbPluginPlatformPOSIX.a ../../../../lib/liblldbPluginProcessPOSIX.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libpanel.so -ltinfo -ldl -ledit ../../../../lib/liblldbBase.a ../../../../lib/libclangCodeGen.a ../../../../lib/libclangRewriteFrontend.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangParse.a ../../../../lib/libclangDriver.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangEdit.a ../../../../lib/libclangAnalysis.a ../../../../lib/libclangAST.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/liblldbUtility.a ../../../../lib/libLLVM-5.0.so.1 
[ 91%] Linking CXX shared library ../../../../lib/libclang-5.0.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/cmake -E cmake_link_script CMakeFiles/libclang.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections  -Wl,--version-script,/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang/libclang.exports -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,libclang-5.0.so.1 -o ../../../../lib/libclang-5.0.so.1 CMakeFiles/libclang.dir/ARCMigrate.cpp.o CMakeFiles/libclang.dir/BuildSystem.cpp.o CMakeFiles/libclang.dir/CIndex.cpp.o CMakeFiles/libclang.dir/CIndexCXX.cpp.o CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o CMakeFiles/libclang.dir/CIndexDiagnostic.cpp.o CMakeFiles/libclang.dir/CIndexHigh.cpp.o CMakeFiles/libclang.dir/CIndexInclusionStack.cpp.o CMakeFiles/libclang.dir/CIndexUSRs.cpp.o CMakeFiles/libclang.dir/CIndexer.cpp.o CMakeFiles/libclang.dir/CXComment.cpp.o CMakeFiles/libclang.dir/CXCursor.cpp.o CMakeFiles/libclang.dir/CXIndexDataConsumer.cpp.o CMakeFiles/libclang.dir/CXCompilationDatabase.cpp.o CMakeFiles/libclang.dir/CXLoadedDiagnostic.cpp.o CMakeFiles/libclang.dir/CXSourceLocation.cpp.o CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o CMakeFiles/libclang.dir/CXString.cpp.o CMakeFiles/libclang.dir/CXType.cpp.o CMakeFiles/libclang.dir/Indexing.cpp.o -Wl,-rpath,"\$ORIGIN/../lib" ../../../../lib/libclangAST.a ../../../../lib/libclangBasic.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangIndex.a ../../../../lib/libclangLex.a ../../../../lib/libclangSema.a ../../../../lib/libclangTooling.a ../../../../lib/libclangARCMigrate.a ../../../../lib/libclangTidyPlugin.a ../../../../lib/libclangIncludeFixerPlugin.a -ldl ../../../../lib/libclangTidyAndroidModule.a ../../../../lib/libclangTidyBoostModule.a ../../../../lib/libclangTidyCERTModule.a ../../../../lib/libclangTidyCppCoreGuidelinesModule.a ../../../../lib/libclangTidyGoogleModule.a ../../../../lib/libclangTidyLLVMModule.a ../../../../lib/libclangTidyMiscModule.a ../../../../lib/libclangTidyModernizeModule.a ../../../../lib/libclangTidyMPIModule.a ../../../../lib/libclangTidyPerformanceModule.a ../../../../lib/libclangTidyReadabilityModule.a ../../../../lib/libclangTidyUtils.a ../../../../lib/libclangTidy.a ../../../../lib/libclangStaticAnalyzerFrontend.a ../../../../lib/libclangStaticAnalyzerCheckers.a ../../../../lib/libclangStaticAnalyzerCore.a ../../../../lib/libclangIncludeFixer.a ../../../../lib/libfindAllSymbols.a ../../../../lib/libclangTooling.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangParse.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangEdit.a ../../../../lib/libclangAnalysis.a ../../../../lib/libclangDriver.a ../../../../lib/libclangFormat.a ../../../../lib/libclangToolingCore.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangASTMatchers.a ../../../../lib/libclangAST.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 -lpthread 
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandInterpreter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBCommandInterpreter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBCommandInterpreter.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target lldb-server
/usr/bin/make -f tools/bugpoint/CMakeFiles/bugpoint.dir/build.make tools/bugpoint/CMakeFiles/bugpoint.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint/CMakeFiles/bugpoint.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint/CMakeFiles/bugpoint.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint/CMakeFiles/bugpoint.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint/CMakeFiles/bugpoint.dir/depend.internal".
Scanning dependencies of target bugpoint
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/bugpoint/CMakeFiles/bugpoint.dir/build.make tools/bugpoint/CMakeFiles/bugpoint.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/BugDriver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/bugpoint.dir/BugDriver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint/BugDriver.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/libclang && /usr/bin/cmake -E cmake_symlink_library ../../../../lib/libclang-5.0.so.1 ../../../../lib/libclang-5.0.so.1 ../../../../lib/libclang-5.0.so
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Built target libclang
/usr/bin/make -f tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/build.make tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/dsymutil /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/depend.internal".
Scanning dependencies of target llvm-dsymutil
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/build.make tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 91%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/dsymutil.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-dsymutil.dir/dsymutil.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/dsymutil/dsymutil.cpp
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandReturnObject.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBCommandReturnObject.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBCommandReturnObject.cpp
[ 91%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint/CrashDebugger.cpp
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommunication.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBCommunication.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBCommunication.cpp
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCompileUnit.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBCompileUnit.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBCompileUnit.cpp
[ 91%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/BinaryHolder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-dsymutil.dir/BinaryHolder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/dsymutil/BinaryHolder.cpp
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBData.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBData.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBData.cpp
[ 91%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBDebugger.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBDebugger.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBDebugger.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBDeclaration.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBDeclaration.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBDeclaration.cpp
[ 93%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/DebugMap.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-dsymutil.dir/DebugMap.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/dsymutil/DebugMap.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBError.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBError.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBError.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBEvent.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBEvent.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBEvent.cpp
[ 93%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/DwarfLinker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-dsymutil.dir/DwarfLinker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/dsymutil/DwarfLinker.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBExecutionContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBExecutionContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBExecutionContext.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBExpressionOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBExpressionOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBExpressionOptions.cpp
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint/ExecutionDriver.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFileSpec.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBFileSpec.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBFileSpec.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFileSpecList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBFileSpecList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBFileSpecList.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFrame.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBFrame.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBFrame.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBFunction.cpp
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint/ExtractFunction.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBHostOS.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBHostOS.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBHostOS.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBInstruction.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBInstruction.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBInstruction.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBInstructionList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBInstructionList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBInstructionList.cpp
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/FindBugs.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/bugpoint.dir/FindBugs.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint/FindBugs.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLanguageRuntime.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBLanguageRuntime.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBLanguageRuntime.cpp
[ 93%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/MachODebugMapParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-dsymutil.dir/MachODebugMapParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/dsymutil/MachODebugMapParser.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLaunchInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBLaunchInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBLaunchInfo.cpp
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/Miscompilation.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/bugpoint.dir/Miscompilation.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint/Miscompilation.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLineEntry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBLineEntry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBLineEntry.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBListener.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBListener.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBListener.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBMemoryRegionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBMemoryRegionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBMemoryRegionInfo.cpp
[ 93%] Building CXX object tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/MachOUtils.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/tools/dsymutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-dsymutil.dir/MachOUtils.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/dsymutil/MachOUtils.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBMemoryRegionInfoList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBMemoryRegionInfoList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBMemoryRegionInfoList.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBModule.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBModule.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBModule.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBModuleSpec.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBModuleSpec.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBModuleSpec.cpp
[ 93%] Linking CXX executable ../../bin/llvm-dsymutil
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-dsymutil.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-dsymutil.dir/dsymutil.cpp.o CMakeFiles/llvm-dsymutil.dir/BinaryHolder.cpp.o CMakeFiles/llvm-dsymutil.dir/DebugMap.cpp.o CMakeFiles/llvm-dsymutil.dir/DwarfLinker.cpp.o CMakeFiles/llvm-dsymutil.dir/MachODebugMapParser.cpp.o CMakeFiles/llvm-dsymutil.dir/MachOUtils.cpp.o  -o ../../bin/llvm-dsymutil -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-dsymutil
/usr/bin/make -f tools/llc/CMakeFiles/llc.dir/build.make tools/llc/CMakeFiles/llc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc/CMakeFiles/llc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc/CMakeFiles/llc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc/CMakeFiles/llc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc/CMakeFiles/llc.dir/depend.internal".
Scanning dependencies of target llc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llc/CMakeFiles/llc.dir/build.make tools/llc/CMakeFiles/llc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llc/CMakeFiles/llc.dir/llc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc -I/build/llvm-toolchain-5.0-5.0.1/tools/llc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llc.dir/llc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llc/llc.cpp
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint/OptimizerDriver.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBPlatform.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBPlatform.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBPlatform.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBProcess.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBProcess.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBProcess.cpp
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ToolRunner.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/bugpoint.dir/ToolRunner.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint/ToolRunner.cpp
[ 93%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/bugpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/tools/bugpoint -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/bugpoint.dir/bugpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint/bugpoint.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBQueue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBQueue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBQueue.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBQueueItem.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBQueueItem.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBQueueItem.cpp
[ 93%] Linking CXX executable ../../bin/llc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc && /usr/bin/cmake -E cmake_link_script CMakeFiles/llc.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined -Wl,--export-dynamic  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 CMakeFiles/llc.dir/llc.cpp.o  -o ../../bin/llc -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llc
/usr/bin/make -f tools/lli/CMakeFiles/lli.dir/build.make tools/lli/CMakeFiles/lli.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lli /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/CMakeFiles/lli.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/CMakeFiles/lli.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/CMakeFiles/lli.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/CMakeFiles/lli.dir/depend.internal".
Scanning dependencies of target lli
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lli/CMakeFiles/lli.dir/build.make tools/lli/CMakeFiles/lli.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/lli/CMakeFiles/lli.dir/lli.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli -I/build/llvm-toolchain-5.0-5.0.1/tools/lli -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lli.dir/lli.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lli/lli.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBSection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBSection.cpp
[ 93%] Linking CXX executable ../../bin/bugpoint
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint && /usr/bin/cmake -E cmake_link_script CMakeFiles/bugpoint.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined -Wl,--export-dynamic  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 CMakeFiles/bugpoint.dir/BugDriver.cpp.o CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o CMakeFiles/bugpoint.dir/FindBugs.cpp.o CMakeFiles/bugpoint.dir/Miscompilation.cpp.o CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o CMakeFiles/bugpoint.dir/ToolRunner.cpp.o CMakeFiles/bugpoint.dir/bugpoint.cpp.o  -o ../../bin/bugpoint -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../lib/libPolly.a ../../lib/libLLVMTarget.a ../../lib/libLLVM-5.0.so.1 ../../lib/libPollyISL.a /usr/lib/x86_64-linux-gnu/libjsoncpp.so ../../lib/libLLVMAnalysis.a ../../lib/libLLVMObject.a ../../lib/libLLVMBitReader.a ../../lib/libLLVMMCParser.a ../../lib/libLLVMProfileData.a ../../lib/libLLVMCore.a ../../lib/libLLVMBinaryFormat.a ../../lib/libLLVMMC.a ../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../lib/libLLVMDemangle.a 
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSourceManager.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBSourceManager.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBSourceManager.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target bugpoint
/usr/bin/make -f tools/llvm-as/CMakeFiles/llvm-as.dir/build.make tools/llvm-as/CMakeFiles/llvm-as.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-as /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as/CMakeFiles/llvm-as.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as/CMakeFiles/llvm-as.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as/CMakeFiles/llvm-as.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as/CMakeFiles/llvm-as.dir/depend.internal".
Scanning dependencies of target llvm-as
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-as/CMakeFiles/llvm-as.dir/build.make tools/llvm-as/CMakeFiles/llvm-as.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-as/CMakeFiles/llvm-as.dir/llvm-as.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-as -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-as.dir/llvm-as.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-as/llvm-as.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStream.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBStream.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBStream.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStringList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBStringList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBStringList.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStructuredData.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBStructuredData.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBStructuredData.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBSymbol.cpp
[ 93%] Linking CXX executable ../../bin/llvm-as
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-as.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-as.dir/llvm-as.cpp.o  -o ../../bin/llvm-as -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-as
/usr/bin/make -f tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/build.make tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-bcanalyzer /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/depend.internal".
Scanning dependencies of target llvm-bcanalyzer
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/build.make tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-bcanalyzer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbolContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBSymbolContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBSymbolContext.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbolContextList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBSymbolContextList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBSymbolContextList.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBTarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBTarget.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThread.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBThread.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBThread.cpp
[ 93%] Linking CXX executable ../../bin/llvm-bcanalyzer
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-bcanalyzer.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o  -o ../../bin/llvm-bcanalyzer -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-bcanalyzer
/usr/bin/make -f tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/build.make tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/depend.internal".
Scanning dependencies of target llvm-c-test
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/build.make tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/attributes.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/attributes.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/attributes.c
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/calc.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/calc.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/calc.c
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/diagnostic.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/diagnostic.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/diagnostic.c
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/disassemble.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/disassemble.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/disassemble.c
[ 93%] Building CXX object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/echo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-c-test.dir/echo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/echo.cpp
[ 93%] Building CXX object tools/lli/CMakeFiles/lli.dir/OrcLazyJIT.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli -I/build/llvm-toolchain-5.0-5.0.1/tools/lli -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lli.dir/OrcLazyJIT.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lli/OrcLazyJIT.cpp
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/helpers.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/helpers.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/helpers.c
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/include-all.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/include-all.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/include-all.c
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/main.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/main.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/main.c
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/module.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/module.c
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/metadata.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/metadata.c
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/object.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/object.c
[ 93%] Building C object tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/targets.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -O2 -g -DNDEBUG   -o CMakeFiles/llvm-c-test.dir/targets.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test/targets.c
[ 93%] Linking CXX executable ../../bin/llvm-c-test
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-c-test.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-c-test.dir/attributes.c.o CMakeFiles/llvm-c-test.dir/calc.c.o CMakeFiles/llvm-c-test.dir/diagnostic.c.o CMakeFiles/llvm-c-test.dir/disassemble.c.o CMakeFiles/llvm-c-test.dir/echo.cpp.o CMakeFiles/llvm-c-test.dir/helpers.c.o CMakeFiles/llvm-c-test.dir/include-all.c.o CMakeFiles/llvm-c-test.dir/main.c.o CMakeFiles/llvm-c-test.dir/module.c.o CMakeFiles/llvm-c-test.dir/metadata.c.o CMakeFiles/llvm-c-test.dir/object.c.o CMakeFiles/llvm-c-test.dir/targets.c.o  -o ../../bin/llvm-c-test -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-c-test
/usr/bin/make -f tools/llvm-cat/CMakeFiles/llvm-cat.dir/build.make tools/llvm-cat/CMakeFiles/llvm-cat.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cat /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat/CMakeFiles/llvm-cat.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat/CMakeFiles/llvm-cat.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat/CMakeFiles/llvm-cat.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat/CMakeFiles/llvm-cat.dir/depend.internal".
Scanning dependencies of target llvm-cat
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cat/CMakeFiles/llvm-cat.dir/build.make tools/llvm-cat/CMakeFiles/llvm-cat.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-cat/CMakeFiles/llvm-cat.dir/llvm-cat.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cat -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cat.dir/llvm-cat.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cat/llvm-cat.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThreadCollection.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBThreadCollection.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBThreadCollection.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThreadPlan.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBThreadPlan.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBThreadPlan.cpp
[ 93%] Linking CXX executable ../../bin/llvm-cat
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-cat.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-cat.dir/llvm-cat.cpp.o  -o ../../bin/llvm-cat -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-cat
/usr/bin/make -f tools/llvm-cov/CMakeFiles/llvm-cov.dir/build.make tools/llvm-cov/CMakeFiles/llvm-cov.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov/CMakeFiles/llvm-cov.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov/CMakeFiles/llvm-cov.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov/CMakeFiles/llvm-cov.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov/CMakeFiles/llvm-cov.dir/depend.internal".
Scanning dependencies of target llvm-cov
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cov/CMakeFiles/llvm-cov.dir/build.make tools/llvm-cov/CMakeFiles/llvm-cov.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/llvm-cov.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/llvm-cov.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/llvm-cov.cpp
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/gcov.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/gcov.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/gcov.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTrace.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBTrace.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBTrace.cpp
[ 93%] Linking CXX executable ../../bin/lli
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli && /usr/bin/cmake -E cmake_link_script CMakeFiles/lli.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined -Wl,--export-dynamic  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/lli.dir/lli.cpp.o CMakeFiles/lli.dir/OrcLazyJIT.cpp.o  -o ../../bin/lli -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTraceOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBTraceOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBTraceOptions.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target lli
/usr/bin/make -f tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/build.make tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cvtres /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/depend.internal".
Scanning dependencies of target llvm-cvtres
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/build.make tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/llvm-cvtres.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cvtres -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cvtres.dir/llvm-cvtres.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cvtres/llvm-cvtres.cpp
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CodeCoverage.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/CodeCoverage.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/CodeCoverage.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBType.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBType.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBType.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeCategory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBTypeCategory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBTypeCategory.cpp
[ 93%] Linking CXX executable ../../bin/llvm-cvtres
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-cvtres.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-cvtres.dir/llvm-cvtres.cpp.o  -o ../../bin/llvm-cvtres -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-cvtres
/usr/bin/make -f tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/build.make tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cxxdump /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/depend.internal".
Scanning dependencies of target llvm-cxxdump
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/build.make tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/llvm-cxxdump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cxxdump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cxxdump.dir/llvm-cxxdump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cxxdump/llvm-cxxdump.cpp
[ 93%] Building CXX object tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/Error.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cxxdump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cxxdump.dir/Error.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cxxdump/Error.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeEnumMember.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBTypeEnumMember.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBTypeEnumMember.cpp
/usr/bin/make -f tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/build.make tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cxxfilt /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/depend.internal".
Scanning dependencies of target llvm-cxxfilt
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/build.make tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cxxfilt -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cxxfilt/llvm-cxxfilt.cpp
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterJson.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/CoverageExporterJson.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/CoverageExporterJson.cpp
[ 93%] Linking CXX executable ../../bin/llvm-cxxdump
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-cxxdump.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-cxxdump.dir/llvm-cxxdump.cpp.o CMakeFiles/llvm-cxxdump.dir/Error.cpp.o  -o ../../bin/llvm-cxxdump -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-cxxdump
/usr/bin/make -f tools/llvm-diff/CMakeFiles/llvm-diff.dir/build.make tools/llvm-diff/CMakeFiles/llvm-diff.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-diff /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff/CMakeFiles/llvm-diff.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff/CMakeFiles/llvm-diff.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff/CMakeFiles/llvm-diff.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff/CMakeFiles/llvm-diff.dir/depend.internal".
Scanning dependencies of target llvm-diff
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-diff/CMakeFiles/llvm-diff.dir/build.make tools/llvm-diff/CMakeFiles/llvm-diff.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-diff/CMakeFiles/llvm-diff.dir/llvm-diff.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-diff -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-diff.dir/llvm-diff.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-diff/llvm-diff.cpp
[ 93%] Linking CXX executable ../../bin/llvm-cxxfilt
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-cxxfilt.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt.cpp.o  -o ../../bin/llvm-cxxfilt -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-cxxfilt
/usr/bin/make -f tools/llvm-dis/CMakeFiles/llvm-dis.dir/build.make tools/llvm-dis/CMakeFiles/llvm-dis.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-dis /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis/CMakeFiles/llvm-dis.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis/CMakeFiles/llvm-dis.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis/CMakeFiles/llvm-dis.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis/CMakeFiles/llvm-dis.dir/depend.internal".
Scanning dependencies of target llvm-dis
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-dis/CMakeFiles/llvm-dis.dir/build.make tools/llvm-dis/CMakeFiles/llvm-dis.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-dis/CMakeFiles/llvm-dis.dir/llvm-dis.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-dis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-dis.dir/llvm-dis.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-dis/llvm-dis.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeFilter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBTypeFilter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBTypeFilter.cpp
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageFilters.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/CoverageFilters.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/CoverageFilters.cpp
[ 93%] Building CXX object tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffConsumer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-diff -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-diff.dir/DiffConsumer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-diff/DiffConsumer.cpp
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageReport.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/CoverageReport.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/CoverageReport.cpp
[ 93%] Linking CXX executable ../../bin/llvm-dis
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-dis.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-dis.dir/llvm-dis.cpp.o  -o ../../bin/llvm-dis -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
[ 93%] Building CXX object tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffLog.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-diff -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-diff.dir/DiffLog.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-diff/DiffLog.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-dis
/usr/bin/make -f tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/build.make tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-dwarfdump /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/depend.internal".
Scanning dependencies of target llvm-dwarfdump
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/build.make tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/llvm-dwarfdump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-dwarfdump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-dwarfdump.dir/llvm-dwarfdump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeFormat.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBTypeFormat.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBTypeFormat.cpp
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageSummaryInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/CoverageSummaryInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/CoverageSummaryInfo.cpp
[ 93%] Building CXX object tools/llvm-diff/CMakeFiles/llvm-diff.dir/DifferenceEngine.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-diff -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-diff.dir/DifferenceEngine.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-diff/DifferenceEngine.cpp
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/SourceCoverageView.cpp
[ 93%] Linking CXX executable ../../bin/llvm-dwarfdump
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-dwarfdump.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-dwarfdump.dir/llvm-dwarfdump.cpp.o  -o ../../bin/llvm-dwarfdump -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-dwarfdump
/usr/bin/make -f tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/build.make tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-dwp /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/depend.internal".
Scanning dependencies of target llvm-dwp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/build.make tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-dwp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-dwp/llvm-dwp.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeNameSpecifier.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBTypeNameSpecifier.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBTypeNameSpecifier.cpp
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewHTML.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/SourceCoverageViewHTML.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/SourceCoverageViewHTML.cpp
[ 93%] Linking CXX executable ../../bin/llvm-diff
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-diff.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-diff.dir/llvm-diff.cpp.o CMakeFiles/llvm-diff.dir/DiffConsumer.cpp.o CMakeFiles/llvm-diff.dir/DiffLog.cpp.o CMakeFiles/llvm-diff.dir/DifferenceEngine.cpp.o  -o ../../bin/llvm-diff -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-diff
/usr/bin/make -f tools/llvm-extract/CMakeFiles/llvm-extract.dir/build.make tools/llvm-extract/CMakeFiles/llvm-extract.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-extract /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract/CMakeFiles/llvm-extract.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract/CMakeFiles/llvm-extract.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract/CMakeFiles/llvm-extract.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract/CMakeFiles/llvm-extract.dir/depend.internal".
Scanning dependencies of target llvm-extract
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-extract/CMakeFiles/llvm-extract.dir/build.make tools/llvm-extract/CMakeFiles/llvm-extract.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-extract/CMakeFiles/llvm-extract.dir/llvm-extract.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-extract -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-extract.dir/llvm-extract.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-extract/llvm-extract.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeSummary.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBTypeSummary.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBTypeSummary.cpp
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewText.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/SourceCoverageViewText.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/SourceCoverageViewText.cpp
[ 93%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/TestingSupport.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-cov.dir/TestingSupport.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov/TestingSupport.cpp
[ 93%] Linking CXX executable ../../bin/llvm-extract
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-extract.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-extract.dir/llvm-extract.cpp.o  -o ../../bin/llvm-extract -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-extract
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeSynthetic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBTypeSynthetic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBTypeSynthetic.cpp
[ 93%] Building CXX object tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/DWPError.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-dwp -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-dwp.dir/DWPError.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-dwp/DWPError.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBValue.cpp
[ 93%] Linking CXX executable ../../bin/llvm-cov
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-cov.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-cov.dir/llvm-cov.cpp.o CMakeFiles/llvm-cov.dir/gcov.cpp.o CMakeFiles/llvm-cov.dir/CodeCoverage.cpp.o CMakeFiles/llvm-cov.dir/CoverageExporterJson.cpp.o CMakeFiles/llvm-cov.dir/CoverageFilters.cpp.o CMakeFiles/llvm-cov.dir/CoverageReport.cpp.o CMakeFiles/llvm-cov.dir/CoverageSummaryInfo.cpp.o CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o CMakeFiles/llvm-cov.dir/SourceCoverageViewHTML.cpp.o CMakeFiles/llvm-cov.dir/SourceCoverageViewText.cpp.o CMakeFiles/llvm-cov.dir/TestingSupport.cpp.o  -o ../../bin/llvm-cov -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-cov
/usr/bin/make -f tools/llvm-link/CMakeFiles/llvm-link.dir/build.make tools/llvm-link/CMakeFiles/llvm-link.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-link /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link/CMakeFiles/llvm-link.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link/CMakeFiles/llvm-link.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link/CMakeFiles/llvm-link.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link/CMakeFiles/llvm-link.dir/depend.internal".
Scanning dependencies of target llvm-link
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-link/CMakeFiles/llvm-link.dir/build.make tools/llvm-link/CMakeFiles/llvm-link.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-link/CMakeFiles/llvm-link.dir/llvm-link.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-link -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-link.dir/llvm-link.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-link/llvm-link.cpp
[ 93%] Linking CXX executable ../../bin/llvm-dwp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-dwp.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o CMakeFiles/llvm-dwp.dir/DWPError.cpp.o  -o ../../bin/llvm-dwp -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-dwp
/usr/bin/make -f tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/build.make tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-lto2 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/depend.internal".
Scanning dependencies of target llvm-lto2
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/build.make tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2 -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-lto2 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-lto2/llvm-lto2.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBValueList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBValueList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBValueList.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBVariablesOptions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBVariablesOptions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBVariablesOptions.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBWatchpoint.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBWatchpoint.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBWatchpoint.cpp
[ 93%] Linking CXX executable ../../bin/llvm-link
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-link.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-link.dir/llvm-link.cpp.o  -o ../../bin/llvm-link -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-link
/usr/bin/make -f tools/llvm-mc/CMakeFiles/llvm-mc.dir/build.make tools/llvm-mc/CMakeFiles/llvm-mc.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc/CMakeFiles/llvm-mc.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc/CMakeFiles/llvm-mc.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc/CMakeFiles/llvm-mc.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc/CMakeFiles/llvm-mc.dir/depend.internal".
Scanning dependencies of target llvm-mc
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-mc/CMakeFiles/llvm-mc.dir/build.make tools/llvm-mc/CMakeFiles/llvm-mc.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-mc/CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-mc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mc/llvm-mc.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SBUnixSignals.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SBUnixSignals.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SBUnixSignals.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API/SystemInitializerFull.cpp
[ 93%] Building CXX object tools/llvm-mc/CMakeFiles/llvm-mc.dir/Disassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-mc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-mc.dir/Disassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mc/Disassembler.cpp
[ 93%] Building CXX object tools/lldb/source/API/CMakeFiles/liblldb.dir/__/__/scripts/LLDBWrapPython.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/API -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/source/.  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC    -fno-exceptions  -Wno-sequence-point -Wno-cast-qual -o CMakeFiles/liblldb.dir/__/__/scripts/LLDBWrapPython.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp
[ 93%] Linking CXX executable ../../bin/llvm-lto2
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2 && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-lto2.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o  -o ../../bin/llvm-lto2 -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-lto2
/usr/bin/make -f tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/build.make tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mcmarkup /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/depend.internal".
Scanning dependencies of target llvm-mcmarkup
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/build.make tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/llvm-mcmarkup.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-mcmarkup -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-mcmarkup.dir/llvm-mcmarkup.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mcmarkup/llvm-mcmarkup.cpp
[ 93%] Linking CXX executable ../../bin/llvm-mc
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-mc.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o CMakeFiles/llvm-mc.dir/Disassembler.cpp.o  -o ../../bin/llvm-mc -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-mc
/usr/bin/make -f tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/build.make tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-modextract /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/depend.internal".
Scanning dependencies of target llvm-modextract
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/build.make tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/llvm-modextract.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-modextract -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-modextract.dir/llvm-modextract.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-modextract/llvm-modextract.cpp
[ 93%] Linking CXX executable ../../bin/llvm-mcmarkup
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-mcmarkup.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-mcmarkup.dir/llvm-mcmarkup.cpp.o  -o ../../bin/llvm-mcmarkup -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-mcmarkup
/usr/bin/make -f tools/llvm-mt/CMakeFiles/llvm-mt.dir/build.make tools/llvm-mt/CMakeFiles/llvm-mt.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mt /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/llvm-mt.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/llvm-mt.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/llvm-mt.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/llvm-mt.dir/depend.internal".
Scanning dependencies of target llvm-mt
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-mt/CMakeFiles/llvm-mt.dir/build.make tools/llvm-mt/CMakeFiles/llvm-mt.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-mt/CMakeFiles/llvm-mt.dir/llvm-mt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-mt -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-mt.dir/llvm-mt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mt/llvm-mt.cpp
/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp: In function 'PyObject* _wrap_SBTarget_BreakpointCreateByNames__SWIG_0(PyObject*, PyObject*)':
/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp:50149:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (i = 0; i < arg3; i++) {
                   ~~^~~~~~
/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp: In function 'PyObject* _wrap_SBTarget_BreakpointCreateByNames__SWIG_1(PyObject*, PyObject*)':
/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp:50241:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (i = 0; i < arg3; i++) {
                   ~~^~~~~~
/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp: In function 'PyObject* _wrap_SBTarget_BreakpointCreateByNames__SWIG_2(PyObject*, PyObject*)':
/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts/LLDBWrapPython.cpp:50342:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for (i = 0; i < arg3; i++) {
                   ~~^~~~~~
[ 93%] Linking CXX executable ../../bin/llvm-mt
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-mt.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-mt.dir/llvm-mt.cpp.o  -o ../../bin/llvm-mt -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-mt
/usr/bin/make -f tools/llvm-nm/CMakeFiles/llvm-nm.dir/build.make tools/llvm-nm/CMakeFiles/llvm-nm.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-nm /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm/CMakeFiles/llvm-nm.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm/CMakeFiles/llvm-nm.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm/CMakeFiles/llvm-nm.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm/CMakeFiles/llvm-nm.dir/depend.internal".
Scanning dependencies of target llvm-nm
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-nm/CMakeFiles/llvm-nm.dir/build.make tools/llvm-nm/CMakeFiles/llvm-nm.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-nm -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-nm/llvm-nm.cpp
[ 93%] Linking CXX executable ../../bin/llvm-modextract
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-modextract.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-modextract.dir/llvm-modextract.cpp.o  -o ../../bin/llvm-modextract -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-modextract
/usr/bin/make -f tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/build.make tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/depend.internal".
Scanning dependencies of target llvm-objdump
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/build.make tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump/llvm-objdump.cpp
[ 93%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/COFFDump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-objdump.dir/COFFDump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump/COFFDump.cpp
[ 93%] Linking CXX executable ../../bin/llvm-nm
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-nm.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o  -o ../../bin/llvm-nm -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-nm
/usr/bin/make -f tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/build.make tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-opt-report /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/depend.internal".
Scanning dependencies of target llvm-opt-report
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/build.make tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/OptReport.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-opt-report -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-opt-report.dir/OptReport.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-opt-report/OptReport.cpp
[ 93%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/ELFDump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-objdump.dir/ELFDump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump/ELFDump.cpp
[ 93%] Linking CXX executable ../../bin/llvm-opt-report
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-opt-report.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-opt-report.dir/OptReport.cpp.o  -o ../../bin/llvm-opt-report -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-opt-report
/usr/bin/make -f tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/build.make tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/depend.internal".
Scanning dependencies of target llvm-pdbutil
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/build.make tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/Analyze.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/Analyze.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/Analyze.cpp
[ 93%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/MachODump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-objdump.dir/MachODump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump/MachODump.cpp
[ 93%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/BytesOutputStyle.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/BytesOutputStyle.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/BytesOutputStyle.cpp
[ 93%] Building CXX object tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/WasmDump.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-objdump.dir/WasmDump.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump/WasmDump.cpp
/usr/bin/make -f tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/build.make tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/depend.internal".
Scanning dependencies of target llvm-readobj
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/build.make tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ARMWinEHPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-readobj.dir/ARMWinEHPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj/ARMWinEHPrinter.cpp
[ 93%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/Diff.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/Diff.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/Diff.cpp
[ 93%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-readobj.dir/COFFDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj/COFFDumper.cpp
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
[ 93%] Linking CXX shared library ../../../../lib/liblldb-5.0.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/cmake -E cmake_link_script CMakeFiles/liblldb.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections  -Wl,--version-script,/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API/liblldb.exports -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,liblldb-5.0.so.1 -o ../../../../lib/liblldb-5.0.so.1 CMakeFiles/liblldb.dir/SBAddress.cpp.o CMakeFiles/liblldb.dir/SBAttachInfo.cpp.o CMakeFiles/liblldb.dir/SBBlock.cpp.o CMakeFiles/liblldb.dir/SBBreakpoint.cpp.o CMakeFiles/liblldb.dir/SBBreakpointLocation.cpp.o CMakeFiles/liblldb.dir/SBBroadcaster.cpp.o CMakeFiles/liblldb.dir/SBCommandInterpreter.cpp.o CMakeFiles/liblldb.dir/SBCommandReturnObject.cpp.o CMakeFiles/liblldb.dir/SBCommunication.cpp.o CMakeFiles/liblldb.dir/SBCompileUnit.cpp.o CMakeFiles/liblldb.dir/SBData.cpp.o CMakeFiles/liblldb.dir/SBDebugger.cpp.o CMakeFiles/liblldb.dir/SBDeclaration.cpp.o CMakeFiles/liblldb.dir/SBError.cpp.o CMakeFiles/liblldb.dir/SBEvent.cpp.o CMakeFiles/liblldb.dir/SBExecutionContext.cpp.o CMakeFiles/liblldb.dir/SBExpressionOptions.cpp.o CMakeFiles/liblldb.dir/SBFileSpec.cpp.o CMakeFiles/liblldb.dir/SBFileSpecList.cpp.o CMakeFiles/liblldb.dir/SBFrame.cpp.o CMakeFiles/liblldb.dir/SBFunction.cpp.o CMakeFiles/liblldb.dir/SBHostOS.cpp.o CMakeFiles/liblldb.dir/SBInstruction.cpp.o CMakeFiles/liblldb.dir/SBInstructionList.cpp.o CMakeFiles/liblldb.dir/SBLanguageRuntime.cpp.o CMakeFiles/liblldb.dir/SBLaunchInfo.cpp.o CMakeFiles/liblldb.dir/SBLineEntry.cpp.o CMakeFiles/liblldb.dir/SBListener.cpp.o CMakeFiles/liblldb.dir/SBMemoryRegionInfo.cpp.o CMakeFiles/liblldb.dir/SBMemoryRegionInfoList.cpp.o CMakeFiles/liblldb.dir/SBModule.cpp.o CMakeFiles/liblldb.dir/SBModuleSpec.cpp.o CMakeFiles/liblldb.dir/SBPlatform.cpp.o CMakeFiles/liblldb.dir/SBProcess.cpp.o CMakeFiles/liblldb.dir/SBQueue.cpp.o CMakeFiles/liblldb.dir/SBQueueItem.cpp.o CMakeFiles/liblldb.dir/SBSection.cpp.o CMakeFiles/liblldb.dir/SBSourceManager.cpp.o CMakeFiles/liblldb.dir/SBStream.cpp.o CMakeFiles/liblldb.dir/SBStringList.cpp.o CMakeFiles/liblldb.dir/SBStructuredData.cpp.o CMakeFiles/liblldb.dir/SBSymbol.cpp.o CMakeFiles/liblldb.dir/SBSymbolContext.cpp.o CMakeFiles/liblldb.dir/SBSymbolContextList.cpp.o CMakeFiles/liblldb.dir/SBTarget.cpp.o CMakeFiles/liblldb.dir/SBThread.cpp.o CMakeFiles/liblldb.dir/SBThreadCollection.cpp.o CMakeFiles/liblldb.dir/SBThreadPlan.cpp.o CMakeFiles/liblldb.dir/SBTrace.cpp.o CMakeFiles/liblldb.dir/SBTraceOptions.cpp.o CMakeFiles/liblldb.dir/SBType.cpp.o CMakeFiles/liblldb.dir/SBTypeCategory.cpp.o CMakeFiles/liblldb.dir/SBTypeEnumMember.cpp.o CMakeFiles/liblldb.dir/SBTypeFilter.cpp.o CMakeFiles/liblldb.dir/SBTypeFormat.cpp.o CMakeFiles/liblldb.dir/SBTypeNameSpecifier.cpp.o CMakeFiles/liblldb.dir/SBTypeSummary.cpp.o CMakeFiles/liblldb.dir/SBTypeSynthetic.cpp.o CMakeFiles/liblldb.dir/SBValue.cpp.o CMakeFiles/liblldb.dir/SBValueList.cpp.o CMakeFiles/liblldb.dir/SBVariablesOptions.cpp.o CMakeFiles/liblldb.dir/SBWatchpoint.cpp.o CMakeFiles/liblldb.dir/SBUnixSignals.cpp.o CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o CMakeFiles/liblldb.dir/__/__/scripts/LLDBWrapPython.cpp.o -Wl,-rpath,"\$ORIGIN/../lib" ../../../../lib/liblldbBase.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInitialization.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbUtility.a ../../../../lib/liblldbPluginABISysV_arm.a ../../../../lib/liblldbPluginABISysV_arm64.a ../../../../lib/liblldbPluginABISysV_hexagon.a ../../../../lib/liblldbPluginABISysV_ppc.a ../../../../lib/liblldbPluginABISysV_ppc64.a ../../../../lib/liblldbPluginABISysV_mips.a ../../../../lib/liblldbPluginABISysV_mips64.a ../../../../lib/liblldbPluginABISysV_s390x.a ../../../../lib/liblldbPluginABISysV_i386.a ../../../../lib/liblldbPluginABISysV_x86_64.a ../../../../lib/liblldbPluginABIMacOSX_i386.a ../../../../lib/liblldbPluginABIMacOSX_arm.a ../../../../lib/liblldbPluginABIMacOSX_arm64.a ../../../../lib/liblldbPluginDisassemblerLLVM.a ../../../../lib/liblldbPluginDynamicLoaderMacOSXDYLD.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbPluginDynamicLoaderStatic.a ../../../../lib/liblldbPluginDynamicLoaderHexagonDYLD.a ../../../../lib/liblldbPluginDynamicLoaderWindowsDYLD.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginInstructionARM.a ../../../../lib/liblldbPluginInstructionARM64.a ../../../../lib/liblldbPluginInstructionMIPS.a ../../../../lib/liblldbPluginInstructionMIPS64.a ../../../../lib/liblldbPluginInstrumentationRuntimeASan.a ../../../../lib/liblldbPluginInstrumentationRuntimeMainThreadChecker.a ../../../../lib/liblldbPluginInstrumentationRuntimeTSan.a ../../../../lib/liblldbPluginInstrumentationRuntimeUBSan.a ../../../../lib/liblldbPluginJITLoaderGDB.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginGoLanguage.a ../../../../lib/liblldbPluginJavaLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginObjCPlusPlusLanguage.a ../../../../lib/liblldbPluginOCamlLanguage.a ../../../../lib/liblldbPluginCXXItaniumABI.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginLanguageRuntimeGo.a ../../../../lib/liblldbPluginLanguageRuntimeJava.a ../../../../lib/liblldbPluginRenderScriptRuntime.a ../../../../lib/liblldbPluginMemoryHistoryASan.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginObjectContainerMachOArchive.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbPluginObjectFileMachO.a ../../../../lib/liblldbPluginObjectFilePECOFF.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginOSGo.a ../../../../lib/liblldbPluginOSPython.a ../../../../lib/liblldbPluginPlatformLinux.a ../../../../lib/liblldbPluginPlatformFreeBSD.a ../../../../lib/liblldbPluginPlatformNetBSD.a ../../../../lib/liblldbPluginPlatformOpenBSD.a ../../../../lib/liblldbPluginPlatformMacOSX.a ../../../../lib/liblldbPluginPlatformWindows.a ../../../../lib/liblldbPluginPlatformPOSIX.a ../../../../lib/liblldbPluginPlatformGDB.a ../../../../lib/liblldbPluginPlatformKalimba.a ../../../../lib/liblldbPluginPlatformAndroid.a ../../../../lib/liblldbPluginProcessLinux.a ../../../../lib/liblldbPluginProcessPOSIX.a ../../../../lib/liblldbPluginProcessGDBRemote.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginProcessMinidump.a ../../../../lib/liblldbPluginScriptInterpreterNone.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbPluginStructuredDataDarwinLog.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFileSymtab.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbPluginSystemRuntimeMacOSX.a ../../../../lib/liblldbPluginSymbolVendorELF.a ../../../../lib/liblldbPluginUnwindAssemblyInstEmulation.a ../../../../lib/liblldbPluginUnwindAssemblyX86.a ../../../../lib/liblldbPluginScriptInterpreterNone.a ../../../../lib/liblldbPluginScriptInterpreterPython.a -ledit -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libpanel.so -ltinfo /usr/lib/x86_64-linux-gnu/libpython2.7.so -lpthread -ldl -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libpanel.so ../../../../lib/liblldbPluginPlatformMacOSX.a ../../../../lib/liblldbPluginPlatformLinux.a ../../../../lib/liblldbPluginPlatformPOSIX.a ../../../../lib/liblldbPluginPlatformGDB.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbCommands.a ../../../../lib/liblldbBreakpoint.a ../../../../lib/liblldbCore.a ../../../../lib/liblldbDataFormatters.a ../../../../lib/liblldbExpression.a ../../../../lib/liblldbHost.a ../../../../lib/liblldbInterpreter.a ../../../../lib/liblldbSymbol.a ../../../../lib/liblldbTarget.a ../../../../lib/liblldbPluginDynamicLoaderPosixDYLD.a ../../../../lib/liblldbPluginExpressionParserClang.a ../../../../lib/liblldbPluginExpressionParserGo.a ../../../../lib/liblldbPluginCPlusPlusLanguage.a ../../../../lib/liblldbPluginObjCLanguage.a ../../../../lib/liblldbPluginAppleObjCRuntime.a ../../../../lib/liblldbPluginObjectContainerBSDArchive.a ../../../../lib/liblldbPluginObjectFileELF.a ../../../../lib/liblldbPluginObjectFileJIT.a ../../../../lib/liblldbPluginProcessUtility.a ../../../../lib/liblldbPluginProcessElfCore.a ../../../../lib/liblldbPluginScriptInterpreterPython.a ../../../../lib/liblldbPluginSymbolFileDWARF.a ../../../../lib/liblldbPluginSymbolFilePDB.a ../../../../lib/liblldbCommands.a -ledit ../../../../lib/libclangCodeGen.a ../../../../lib/libclangRewriteFrontend.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangParse.a ../../../../lib/libclangDriver.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangEdit.a ../../../../lib/libclangAnalysis.a ../../../../lib/libclangAST.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/liblldbBase.a ../../../../lib/liblldbUtility.a ../../../../lib/libLLVM-5.0.so.1 -lcurses /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libpanel.so -ltinfo -ldl 
[ 93%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DiffPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/DiffPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/DiffPrinter.cpp
[ 93%] Linking CXX executable ../../bin/llvm-objdump
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-objdump.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o CMakeFiles/llvm-objdump.dir/COFFDump.cpp.o CMakeFiles/llvm-objdump.dir/ELFDump.cpp.o CMakeFiles/llvm-objdump.dir/MachODump.cpp.o CMakeFiles/llvm-objdump.dir/WasmDump.cpp.o  -o ../../bin/llvm-objdump -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-objdump
/usr/bin/make -f tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/build.make tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-rtdyld /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/depend.internal".
Scanning dependencies of target llvm-rtdyld
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/build.make tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/llvm-rtdyld.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-rtdyld -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-rtdyld.dir/llvm-rtdyld.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-rtdyld/llvm-rtdyld.cpp
[ 93%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DumpOutputStyle.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/DumpOutputStyle.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/DumpOutputStyle.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/source/API && /usr/bin/cmake -E cmake_symlink_library ../../../../lib/liblldb-5.0.so.1 ../../../../lib/liblldb-5.0.so.1 ../../../../lib/liblldb-5.0.so
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target liblldb
/usr/bin/make -f tools/llvm-size/CMakeFiles/llvm-size.dir/build.make tools/llvm-size/CMakeFiles/llvm-size.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-size /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size/CMakeFiles/llvm-size.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size/CMakeFiles/llvm-size.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size/CMakeFiles/llvm-size.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size/CMakeFiles/llvm-size.dir/depend.internal".
Scanning dependencies of target llvm-size
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-size/CMakeFiles/llvm-size.dir/build.make tools/llvm-size/CMakeFiles/llvm-size.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-size/CMakeFiles/llvm-size.dir/llvm-size.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-size -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-size.dir/llvm-size.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-size/llvm-size.cpp
[ 93%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFImportDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-readobj.dir/COFFImportDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj/COFFImportDumper.cpp
[ 93%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ELFDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-readobj.dir/ELFDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj/ELFDumper.cpp
[ 93%] Linking CXX executable ../../bin/llvm-rtdyld
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-rtdyld.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-rtdyld.dir/llvm-rtdyld.cpp.o  -o ../../bin/llvm-rtdyld -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
[ 93%] Linking CXX executable ../../bin/llvm-size
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-size.dir/link.txt --verbose=1
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-rtdyld
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-size.dir/llvm-size.cpp.o  -o ../../bin/llvm-size -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
[ 93%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/Error.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-readobj.dir/Error.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj/Error.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-size
/usr/bin/make -f tools/llvm-split/CMakeFiles/llvm-split.dir/build.make tools/llvm-split/CMakeFiles/llvm-split.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-split /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split/CMakeFiles/llvm-split.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split/CMakeFiles/llvm-split.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split/CMakeFiles/llvm-split.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split/CMakeFiles/llvm-split.dir/depend.internal".
Scanning dependencies of target llvm-split
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-split/CMakeFiles/llvm-split.dir/build.make tools/llvm-split/CMakeFiles/llvm-split.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-split/CMakeFiles/llvm-split.dir/llvm-split.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-split -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-split.dir/llvm-split.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-split/llvm-split.cpp
[ 93%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/llvm-readobj.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-readobj.dir/llvm-readobj.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj/llvm-readobj.cpp
[ 93%] Linking CXX executable ../../bin/llvm-split
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-split.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-split.dir/llvm-split.cpp.o  -o ../../bin/llvm-split -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-split
/usr/bin/make -f tools/llvm-stress/CMakeFiles/llvm-stress.dir/build.make tools/llvm-stress/CMakeFiles/llvm-stress.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-stress /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-stress /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-stress/CMakeFiles/llvm-stress.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-stress/CMakeFiles/llvm-stress.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-stress/CMakeFiles/llvm-stress.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-stress/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-stress/CMakeFiles/llvm-stress.dir/depend.internal".
Scanning dependencies of target llvm-stress
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-stress/CMakeFiles/llvm-stress.dir/build.make tools/llvm-stress/CMakeFiles/llvm-stress.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-stress/CMakeFiles/llvm-stress.dir/llvm-stress.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-stress && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-stress -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-stress -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-stress.dir/llvm-stress.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-stress/llvm-stress.cpp
[ 93%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/MachODumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-readobj.dir/MachODumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj/MachODumper.cpp
[ 93%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/llvm-pdbutil.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/llvm-pdbutil.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/llvm-pdbutil.cpp
[ 93%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ObjDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-readobj.dir/ObjDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj/ObjDumper.cpp
[ 93%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WasmDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-readobj.dir/WasmDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj/WasmDumper.cpp
[ 93%] Linking CXX executable ../../bin/llvm-stress
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-stress && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-stress.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined -Wl,--export-dynamic  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-stress.dir/llvm-stress.cpp.o  -o ../../bin/llvm-stress -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-stress
/usr/bin/make -f tools/llvm-strings/CMakeFiles/llvm-strings.dir/build.make tools/llvm-strings/CMakeFiles/llvm-strings.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-strings /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings/CMakeFiles/llvm-strings.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings/CMakeFiles/llvm-strings.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings/CMakeFiles/llvm-strings.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings/CMakeFiles/llvm-strings.dir/depend.internal".
Scanning dependencies of target llvm-strings
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-strings/CMakeFiles/llvm-strings.dir/build.make tools/llvm-strings/CMakeFiles/llvm-strings.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-strings/CMakeFiles/llvm-strings.dir/llvm-strings.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-strings -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-strings.dir/llvm-strings.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-strings/llvm-strings.cpp
[ 93%] Linking CXX executable ../../bin/llvm-strings
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-strings.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-strings.dir/llvm-strings.cpp.o  -o ../../bin/llvm-strings -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-strings
/usr/bin/make -f tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/build.make tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-symbolizer /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/depend.internal".
Scanning dependencies of target llvm-symbolizer
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/build.make tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Building CXX object tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/llvm-symbolizer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-symbolizer -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-symbolizer.dir/llvm-symbolizer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-symbolizer/llvm-symbolizer.cpp
[ 94%] Building CXX object tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/Win64EHDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-readobj.dir/Win64EHDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj/Win64EHDumper.cpp
[ 94%] Linking CXX executable ../../bin/llvm-symbolizer
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-symbolizer.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-symbolizer.dir/llvm-symbolizer.cpp.o  -o ../../bin/llvm-symbolizer -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/FormatUtil.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/FormatUtil.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/FormatUtil.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Built target llvm-symbolizer
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/LinePrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/LinePrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/LinePrinter.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalSymbolDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/MinimalSymbolDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalTypeDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/MinimalTypeDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/MinimalTypeDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PdbYaml.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PdbYaml.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PdbYaml.cpp
[ 94%] Linking CXX executable ../../bin/llvm-readobj
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-readobj.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-readobj.dir/ARMWinEHPrinter.cpp.o CMakeFiles/llvm-readobj.dir/COFFDumper.cpp.o CMakeFiles/llvm-readobj.dir/COFFImportDumper.cpp.o CMakeFiles/llvm-readobj.dir/ELFDumper.cpp.o CMakeFiles/llvm-readobj.dir/Error.cpp.o CMakeFiles/llvm-readobj.dir/llvm-readobj.cpp.o CMakeFiles/llvm-readobj.dir/MachODumper.cpp.o CMakeFiles/llvm-readobj.dir/ObjDumper.cpp.o CMakeFiles/llvm-readobj.dir/WasmDumper.cpp.o CMakeFiles/llvm-readobj.dir/Win64EHDumper.cpp.o  -o ../../bin/llvm-readobj -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Built target llvm-readobj
/usr/bin/make -f tools/llvm-xray/CMakeFiles/llvm-xray.dir/build.make tools/llvm-xray/CMakeFiles/llvm-xray.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray/CMakeFiles/llvm-xray.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray/CMakeFiles/llvm-xray.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray/CMakeFiles/llvm-xray.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray/CMakeFiles/llvm-xray.dir/depend.internal".
Scanning dependencies of target llvm-xray
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-xray/CMakeFiles/llvm-xray.dir/build.make tools/llvm-xray/CMakeFiles/llvm-xray.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/llvm-xray.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-xray.dir/llvm-xray.cc.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray/llvm-xray.cc
[ 94%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/func-id-helper.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-xray.dir/func-id-helper.cc.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray/func-id-helper.cc
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyBuiltinDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PrettyBuiltinDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PrettyBuiltinDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassDefinitionDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PrettyClassDefinitionDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassLayoutGraphicalDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PrettyClassLayoutGraphicalDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp
[ 94%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-account.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-xray.dir/xray-account.cc.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray/xray-account.cc
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyCompilandDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PrettyCompilandDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PrettyCompilandDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyEnumDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PrettyEnumDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PrettyEnumDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyExternalSymbolDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PrettyExternalSymbolDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyFunctionDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PrettyFunctionDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PrettyFunctionDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypeDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PrettyTypeDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PrettyTypeDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypedefDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PrettyTypedefDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PrettyTypedefDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyVariableDumper.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/PrettyVariableDumper.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/PrettyVariableDumper.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/StreamUtil.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/StreamUtil.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/StreamUtil.cpp
[ 94%] Building CXX object tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/YAMLOutputStyle.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-pdbutil.dir/YAMLOutputStyle.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil/YAMLOutputStyle.cpp
[ 94%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-color-helper.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-xray.dir/xray-color-helper.cc.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray/xray-color-helper.cc
[ 94%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-converter.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-xray.dir/xray-converter.cc.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray/xray-converter.cc
[ 94%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-extract.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-xray.dir/xray-extract.cc.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray/xray-extract.cc
/usr/bin/make -f tools/obj2yaml/CMakeFiles/obj2yaml.dir/build.make tools/obj2yaml/CMakeFiles/obj2yaml.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml/CMakeFiles/obj2yaml.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml/CMakeFiles/obj2yaml.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml/CMakeFiles/obj2yaml.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml/CMakeFiles/obj2yaml.dir/depend.internal".
Scanning dependencies of target obj2yaml
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/obj2yaml/CMakeFiles/obj2yaml.dir/build.make tools/obj2yaml/CMakeFiles/obj2yaml.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/obj2yaml.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj2yaml.dir/obj2yaml.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml/obj2yaml.cpp
[ 94%] Linking CXX executable ../../bin/llvm-pdbutil
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-pdbutil.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-pdbutil.dir/Analyze.cpp.o CMakeFiles/llvm-pdbutil.dir/BytesOutputStyle.cpp.o CMakeFiles/llvm-pdbutil.dir/Diff.cpp.o CMakeFiles/llvm-pdbutil.dir/DiffPrinter.cpp.o CMakeFiles/llvm-pdbutil.dir/DumpOutputStyle.cpp.o CMakeFiles/llvm-pdbutil.dir/llvm-pdbutil.cpp.o CMakeFiles/llvm-pdbutil.dir/FormatUtil.cpp.o CMakeFiles/llvm-pdbutil.dir/LinePrinter.cpp.o CMakeFiles/llvm-pdbutil.dir/MinimalSymbolDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/MinimalTypeDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/PdbYaml.cpp.o CMakeFiles/llvm-pdbutil.dir/PrettyBuiltinDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/PrettyClassDefinitionDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/PrettyClassLayoutGraphicalDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/PrettyCompilandDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/PrettyEnumDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/PrettyExternalSymbolDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/PrettyFunctionDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/PrettyTypeDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/PrettyTypedefDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/PrettyVariableDumper.cpp.o CMakeFiles/llvm-pdbutil.dir/StreamUtil.cpp.o CMakeFiles/llvm-pdbutil.dir/YAMLOutputStyle.cpp.o  -o ../../bin/llvm-pdbutil -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
[ 94%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/coff2yaml.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj2yaml.dir/coff2yaml.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml/coff2yaml.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Built target llvm-pdbutil
/usr/bin/make -f tools/opt/CMakeFiles/opt.dir/build.make tools/opt/CMakeFiles/opt.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/opt /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt/CMakeFiles/opt.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt/CMakeFiles/opt.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt/CMakeFiles/opt.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt/CMakeFiles/opt.dir/depend.internal".
[ 94%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-xray.dir/xray-graph.cc.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray/xray-graph.cc
Scanning dependencies of target opt
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/opt/CMakeFiles/opt.dir/build.make tools/opt/CMakeFiles/opt.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Building CXX object tools/opt/CMakeFiles/opt.dir/AnalysisWrappers.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/opt.dir/AnalysisWrappers.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/opt/AnalysisWrappers.cpp
[ 94%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph-diff.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-xray.dir/xray-graph-diff.cc.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray/xray-graph-diff.cc
[ 94%] Building CXX object tools/opt/CMakeFiles/opt.dir/BreakpointPrinter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/opt.dir/BreakpointPrinter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/opt/BreakpointPrinter.cpp
[ 94%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/dwarf2yaml.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj2yaml.dir/dwarf2yaml.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml/dwarf2yaml.cpp
[ 94%] Building CXX object tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-registry.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/llvm-xray.dir/xray-registry.cc.o -c /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray/xray-registry.cc
/usr/bin/make -f tools/sancov/CMakeFiles/sancov.dir/build.make tools/sancov/CMakeFiles/sancov.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/sancov /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov/CMakeFiles/sancov.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov/CMakeFiles/sancov.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov/CMakeFiles/sancov.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov/CMakeFiles/sancov.dir/depend.internal".
Scanning dependencies of target sancov
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/sancov/CMakeFiles/sancov.dir/build.make tools/sancov/CMakeFiles/sancov.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Building CXX object tools/sancov/CMakeFiles/sancov.dir/sancov.cc.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov -I/build/llvm-toolchain-5.0-5.0.1/tools/sancov -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/sancov.dir/sancov.cc.o -c /build/llvm-toolchain-5.0-5.0.1/tools/sancov/sancov.cc
[ 94%] Building CXX object tools/opt/CMakeFiles/opt.dir/GraphPrinters.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/opt.dir/GraphPrinters.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/opt/GraphPrinters.cpp
[ 94%] Linking CXX executable ../../bin/llvm-xray
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray && /usr/bin/cmake -E cmake_link_script CMakeFiles/llvm-xray.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/llvm-xray.dir/llvm-xray.cc.o CMakeFiles/llvm-xray.dir/func-id-helper.cc.o CMakeFiles/llvm-xray.dir/xray-account.cc.o CMakeFiles/llvm-xray.dir/xray-color-helper.cc.o CMakeFiles/llvm-xray.dir/xray-converter.cc.o CMakeFiles/llvm-xray.dir/xray-extract.cc.o CMakeFiles/llvm-xray.dir/xray-graph.cc.o CMakeFiles/llvm-xray.dir/xray-graph-diff.cc.o CMakeFiles/llvm-xray.dir/xray-registry.cc.o  -o ../../bin/llvm-xray -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Built target llvm-xray
/usr/bin/make -f tools/sanstats/CMakeFiles/sanstats.dir/build.make tools/sanstats/CMakeFiles/sanstats.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/sanstats /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats/CMakeFiles/sanstats.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats/CMakeFiles/sanstats.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats/CMakeFiles/sanstats.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats/CMakeFiles/sanstats.dir/depend.internal".
Scanning dependencies of target sanstats
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/sanstats/CMakeFiles/sanstats.dir/build.make tools/sanstats/CMakeFiles/sanstats.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Building CXX object tools/sanstats/CMakeFiles/sanstats.dir/sanstats.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats -I/build/llvm-toolchain-5.0-5.0.1/tools/sanstats -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/sanstats.dir/sanstats.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/sanstats/sanstats.cpp
[ 94%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/elf2yaml.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj2yaml.dir/elf2yaml.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml/elf2yaml.cpp
[ 94%] Building CXX object tools/opt/CMakeFiles/opt.dir/NewPMDriver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/opt.dir/NewPMDriver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/opt/NewPMDriver.cpp
[ 94%] Linking CXX executable ../../bin/sanstats
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats && /usr/bin/cmake -E cmake_link_script CMakeFiles/sanstats.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/sanstats.dir/sanstats.cpp.o  -o ../../bin/sanstats -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Built target sanstats
/usr/bin/make -f tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/build.make tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/verify-uselistorder /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/depend.internal".
Scanning dependencies of target verify-uselistorder
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/build.make tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Building CXX object tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/verify-uselistorder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder -I/build/llvm-toolchain-5.0-5.0.1/tools/verify-uselistorder -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/verify-uselistorder.dir/verify-uselistorder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/verify-uselistorder/verify-uselistorder.cpp
[ 94%] Linking CXX executable ../../bin/sancov
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov && /usr/bin/cmake -E cmake_link_script CMakeFiles/sancov.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/sancov.dir/sancov.cc.o  -o ../../bin/sancov -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Built target sancov
/usr/bin/make -f tools/yaml2obj/CMakeFiles/yaml2obj.dir/build.make tools/yaml2obj/CMakeFiles/yaml2obj.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj/CMakeFiles/yaml2obj.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj/CMakeFiles/yaml2obj.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj/CMakeFiles/yaml2obj.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj/CMakeFiles/yaml2obj.dir/depend.internal".
Scanning dependencies of target yaml2obj
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/yaml2obj/CMakeFiles/yaml2obj.dir/build.make tools/yaml2obj/CMakeFiles/yaml2obj.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2obj.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj -I/build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/yaml2obj.dir/yaml2obj.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj/yaml2obj.cpp
[ 94%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/macho2yaml.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj2yaml.dir/macho2yaml.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml/macho2yaml.cpp
[ 94%] Building CXX object tools/opt/CMakeFiles/opt.dir/PassPrinters.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/opt.dir/PassPrinters.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/opt/PassPrinters.cpp
[ 94%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2coff.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj -I/build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/yaml2obj.dir/yaml2coff.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj/yaml2coff.cpp
[ 94%] Linking CXX executable ../../bin/verify-uselistorder
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder && /usr/bin/cmake -E cmake_link_script CMakeFiles/verify-uselistorder.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/verify-uselistorder.dir/verify-uselistorder.cpp.o  -o ../../bin/verify-uselistorder -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 94%] Built target verify-uselistorder
[ 94%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2elf.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj -I/build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/yaml2obj.dir/yaml2elf.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj/yaml2elf.cpp
[ 94%] Building CXX object tools/opt/CMakeFiles/opt.dir/PrintSCC.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/opt.dir/PrintSCC.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/opt/PrintSCC.cpp
[ 94%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2macho.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj -I/build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/yaml2obj.dir/yaml2macho.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj/yaml2macho.cpp
[ 94%] Building CXX object tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2wasm.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj -I/build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/yaml2obj.dir/yaml2wasm.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj/yaml2wasm.cpp
[ 94%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/wasm2yaml.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj2yaml.dir/wasm2yaml.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml/wasm2yaml.cpp
[ 94%] Building CXX object tools/opt/CMakeFiles/opt.dir/opt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/tools/opt -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/opt.dir/opt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/opt/opt.cpp
[ 94%] Building CXX object tools/obj2yaml/CMakeFiles/obj2yaml.dir/Error.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/obj2yaml.dir/Error.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml/Error.cpp
[ 95%] Linking CXX executable ../../bin/yaml2obj
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj && /usr/bin/cmake -E cmake_link_script CMakeFiles/yaml2obj.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/yaml2obj.dir/yaml2obj.cpp.o CMakeFiles/yaml2obj.dir/yaml2coff.cpp.o CMakeFiles/yaml2obj.dir/yaml2elf.cpp.o CMakeFiles/yaml2obj.dir/yaml2macho.cpp.o CMakeFiles/yaml2obj.dir/yaml2wasm.cpp.o  -o ../../bin/yaml2obj -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 95%] Built target yaml2obj
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/build.make tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/depend.internal".
Scanning dependencies of target llvm-dlltool
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/build.make tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Generating ../../bin/llvm-dlltool
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar && /usr/bin/cmake -E create_symlink llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/llvm-dlltool
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Built target llvm-dlltool
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/build.make tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/depend.internal".
Scanning dependencies of target llvm-ranlib
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/build.make tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Generating ../../bin/llvm-ranlib
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar && /usr/bin/cmake -E create_symlink llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/llvm-ranlib
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Built target llvm-ranlib
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-lib.dir/build.make tools/llvm-ar/CMakeFiles/llvm-lib.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-lib.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-lib.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-lib.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-lib.dir/depend.internal".
Scanning dependencies of target llvm-lib
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-lib.dir/build.make tools/llvm-ar/CMakeFiles/llvm-lib.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/driver/CMakeFiles/clang.dir/build.make tools/clang/tools/driver/CMakeFiles/clang.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/driver /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver/CMakeFiles/clang.dir/DependInfo.cmake --color=
[ 97%] Generating ../../bin/llvm-lib
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar && /usr/bin/cmake -E create_symlink llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/llvm-lib
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver/CMakeFiles/clang.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver/CMakeFiles/clang.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver/CMakeFiles/clang.dir/depend.internal".
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Built target llvm-lib
/usr/bin/make -f tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/build.make tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/c-index-test /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/depend.internal".
Scanning dependencies of target clang
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/driver/CMakeFiles/clang.dir/build.make tools/clang/tools/driver/CMakeFiles/clang.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Scanning dependencies of target c-index-test
[ 97%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/build.make tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/build
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang.dir/driver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/driver/driver.cpp
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Building C object tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/c-index-test -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -std=gnu89 -o CMakeFiles/c-index-test.dir/c-index-test.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/c-index-test/c-index-test.c
[ 97%] Building CXX object tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/c-index-test -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/c-index-test.dir/core_main.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/c-index-test/core_main.cpp
[ 97%] Linking CXX executable ../../bin/obj2yaml
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml && /usr/bin/cmake -E cmake_link_script CMakeFiles/obj2yaml.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/obj2yaml.dir/obj2yaml.cpp.o CMakeFiles/obj2yaml.dir/coff2yaml.cpp.o CMakeFiles/obj2yaml.dir/dwarf2yaml.cpp.o CMakeFiles/obj2yaml.dir/elf2yaml.cpp.o CMakeFiles/obj2yaml.dir/macho2yaml.cpp.o CMakeFiles/obj2yaml.dir/wasm2yaml.cpp.o CMakeFiles/obj2yaml.dir/Error.cpp.o  -o ../../bin/obj2yaml -Wl,-rpath,"\$ORIGIN/../lib" ../../lib/libLLVM-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Built target obj2yaml
/usr/bin/make -f tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/build.make tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/c-arcmt-test /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-arcmt-test /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-arcmt-test/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/depend.internal".
Scanning dependencies of target c-arcmt-test
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/build.make tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Building C object tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-arcmt-test && /usr/bin/gcc-7 -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-arcmt-test -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/c-arcmt-test -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Werror=date-time -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -ffunction-sections -fdata-sections -O2 -g -DNDEBUG   -o CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o   -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/c-arcmt-test/c-arcmt-test.c
[ 97%] Linking CXX executable ../../../../bin/c-arcmt-test
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-arcmt-test && /usr/bin/cmake -E cmake_link_script CMakeFiles/c-arcmt-test.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o  -o ../../../../bin/c-arcmt-test -Wl,-rpath,"\$ORIGIN/../lib" ../../../../lib/libLLVM-5.0.so.1 -lpthread ../../../../lib/libclang-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Built target c-arcmt-test
/usr/bin/make -f tools/lldb/CMakeFiles/finish_swig.dir/build.make tools/lldb/CMakeFiles/finish_swig.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/CMakeFiles/finish_swig.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/CMakeFiles/finish_swig.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/CMakeFiles/finish_swig.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/CMakeFiles/finish_swig.dir/depend.internal".
Scanning dependencies of target finish_swig
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/CMakeFiles/finish_swig.dir/build.make tools/lldb/CMakeFiles/finish_swig.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Python script sym-linking LLDB Python API
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/scripts/finishSwigWrapperClasses.py --srcRoot=/build/llvm-toolchain-5.0-5.0.1/tools/lldb --targetDir=/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts --cfgBldDir=/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/scripts --prefix=/build/llvm-toolchain-5.0-5.0.1/build-llvm --cmakeBuildConfiguration=. --lldbLibDir=lib -m
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Built target finish_swig
/usr/bin/make -f tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/build.make tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/depend.internal".
Scanning dependencies of target lldb-mi
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/build.make tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgContext.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgContext.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgContext.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgSet.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgSet.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgSet.cpp
[ 97%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang.dir/cc1_main.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/driver/cc1_main.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValBase.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValConsume.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValConsume.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValConsume.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValFile.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValListBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValListBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValListBase.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValListOfN.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValListOfN.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValListOfN.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValNumber.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValNumber.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValNumber.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValOptionLong.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValOptionLong.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValOptionShort.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValOptionShort.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValOptionShort.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValPrintValues.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValPrintValues.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValPrintValues.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValString.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdArgValThreadGrp.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdArgValThreadGrp.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdBase.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCommands.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCommands.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCommands.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmd.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmd.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmd.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdBreak.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdBreak.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdBreak.cpp
[ 97%] Linking CXX executable ../../bin/opt
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt && /usr/bin/cmake -E cmake_link_script CMakeFiles/opt.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined -Wl,--export-dynamic  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 CMakeFiles/opt.dir/AnalysisWrappers.cpp.o CMakeFiles/opt.dir/BreakpointPrinter.cpp.o CMakeFiles/opt.dir/GraphPrinters.cpp.o CMakeFiles/opt.dir/NewPMDriver.cpp.o CMakeFiles/opt.dir/PassPrinters.cpp.o CMakeFiles/opt.dir/PrintSCC.cpp.o CMakeFiles/opt.dir/opt.cpp.o  -o ../../bin/opt -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../lib/libPolly.a ../../lib/libLLVM-5.0.so.1 ../../lib/libPollyISL.a /usr/lib/x86_64-linux-gnu/libjsoncpp.so 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Built target opt
/usr/bin/make -f tools/lldb/tools/intel-mpx/CMakeFiles/lldb-intel-mpxtable.dir/build.make tools/lldb/tools/intel-mpx/CMakeFiles/lldb-intel-mpxtable.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/intel-mpx /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/intel-mpx /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/intel-mpx/CMakeFiles/lldb-intel-mpxtable.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/intel-mpx/CMakeFiles/lldb-intel-mpxtable.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/intel-mpx/CMakeFiles/lldb-intel-mpxtable.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/intel-mpx/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/intel-mpx/CMakeFiles/lldb-intel-mpxtable.dir/depend.internal".
Scanning dependencies of target lldb-intel-mpxtable
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/tools/intel-mpx/CMakeFiles/lldb-intel-mpxtable.dir/build.make tools/lldb/tools/intel-mpx/CMakeFiles/lldb-intel-mpxtable.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Building CXX object tools/lldb/tools/intel-mpx/CMakeFiles/lldb-intel-mpxtable.dir/IntelMPXTablePlugin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/intel-mpx && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Dlldb_intel_mpxtable_EXPORTS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/intel-mpx -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/intel-mpx -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -fPIC   -o CMakeFiles/lldb-intel-mpxtable.dir/IntelMPXTablePlugin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/intel-mpx/IntelMPXTablePlugin.cpp
[ 97%] Linking CXX executable ../../../../bin/c-index-test
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/c-index-test && /usr/bin/cmake -E cmake_link_script CMakeFiles/c-index-test.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/c-index-test.dir/c-index-test.c.o CMakeFiles/c-index-test.dir/core_main.cpp.o  -o ../../../../bin/c-index-test -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/libclang-5.0.so.1 ../../../../lib/libclangAST.a ../../../../lib/libclangBasic.a ../../../../lib/libclangCodeGen.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangIndex.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangDriver.a ../../../../lib/libclangParse.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangAnalysis.a ../../../../lib/libclangEdit.a ../../../../lib/libclangFormat.a ../../../../lib/libclangToolingCore.a ../../../../lib/libclangAST.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 
[ 97%] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1as_main.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/driver -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/clang.dir/cc1as_main.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/clang/tools/driver/cc1as_main.cpp
[ 97%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdData.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdData.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdData.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Built target c-index-test
/usr/bin/make -f tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/build.make tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint-passes /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/depend.internal".
Scanning dependencies of target BugpointPasses
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/build.make tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Building CXX object tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/TestPasses.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes -I/build/llvm-toolchain-5.0-5.0.1/tools/bugpoint-passes -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG -fPIC    -fno-exceptions -o CMakeFiles/BugpointPasses.dir/TestPasses.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint-passes/TestPasses.cpp
[ 97%] Linking CXX shared library ../../../../lib/liblldb-intel-mpxtable.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/intel-mpx && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldb-intel-mpxtable.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG -Wl,-z,relro -Wl,-z,defs -shared -Wl,-soname,liblldb-intel-mpxtable.so -o ../../../../lib/liblldb-intel-mpxtable.so CMakeFiles/lldb-intel-mpxtable.dir/IntelMPXTablePlugin.cpp.o -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib: ../../../../lib/liblldb-5.0.so.1 ../../../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../../../lib/libLLVMDemangle.a 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Built target lldb-intel-mpxtable
/usr/bin/make -f tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/build.make tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/depend.internal".
Scanning dependencies of target llvm-readelf
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/build.make tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Generating ../../bin/llvm-readelf
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj && /usr/bin/cmake -E create_symlink llvm-readobj /build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/llvm-readelf
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 97%] Built target llvm-readelf
/usr/bin/make -f tools/lldb/tools/driver/CMakeFiles/lldb.dir/build.make tools/lldb/tools/driver/CMakeFiles/lldb.dir/depend
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/driver /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver/CMakeFiles/lldb.dir/DependInfo.cmake --color=
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver/CMakeFiles/lldb.dir/DependInfo.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver/CMakeFiles/lldb.dir/depend.internal".
Dependee "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver/CMakeFiles/lldb.dir/depend.internal".
Scanning dependencies of target lldb
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lldb/tools/driver/CMakeFiles/lldb.dir/build.make tools/lldb/tools/driver/CMakeFiles/lldb.dir/build
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 98%] Building CXX object tools/lldb/tools/driver/CMakeFiles/lldb.dir/Driver.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/driver -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb.dir/Driver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/driver/Driver.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdEnviro.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdEnviro.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdEnviro.cpp
[ 98%] Building CXX object tools/lldb/tools/driver/CMakeFiles/lldb.dir/Platform.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/driver -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb.dir/Platform.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/driver/Platform.cpp
[ 98%] Linking CXX executable ../../../../bin/lldb
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/driver && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldb.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/lldb.dir/Driver.cpp.o CMakeFiles/lldb.dir/Platform.cpp.o  -o ../../../../bin/lldb -Wl,-rpath,"\$ORIGIN/../lib" ../../../../lib/libLLVM-5.0.so.1 -lpthread ../../../../lib/liblldb-5.0.so.1 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 98%] Built target lldb
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdExec.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdExec.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdExec.cpp
[ 98%] Linking CXX shared module ../../lib/BugpointPasses.so
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes && /usr/bin/cmake -E cmake_link_script CMakeFiles/BugpointPasses.dir/link.txt --verbose=1
/usr/bin/g++-7 -fPIC -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections  -Wl,--version-script,/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/BugpointPasses.exports -Wl,-z,relro -shared  -o ../../lib/BugpointPasses.so CMakeFiles/BugpointPasses.dir/TestPasses.cpp.o -Wl,-rpath,"\$ORIGIN/../lib" 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdFile.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdFile.cpp
[ 98%] Built target BugpointPasses
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdGdbInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdGdbInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdGdbInfo.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdGdbSet.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdGdbSet.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdGdbSet.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdGdbShow.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdGdbShow.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdGdbShow.cpp
[ 98%] Linking CXX executable ../../../../bin/clang
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined -Wl,--export-dynamic  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 CMakeFiles/clang.dir/driver.cpp.o CMakeFiles/clang.dir/cc1_main.cpp.o CMakeFiles/clang.dir/cc1as_main.cpp.o  -o ../../../../bin/clang-5.0 -Wl,-rpath,"\$ORIGIN/../lib" -lpthread ../../../../lib/libclangBasic.a ../../../../lib/libclangCodeGen.a ../../../../lib/libclangDriver.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangFrontendTool.a ../../../../lib/libPolly.a ../../../../lib/libclangCodeGen.a ../../../../lib/libclangRewriteFrontend.a ../../../../lib/libclangARCMigrate.a ../../../../lib/libclangStaticAnalyzerFrontend.a ../../../../lib/libclangFrontend.a ../../../../lib/libclangDriver.a ../../../../lib/libclangParse.a ../../../../lib/libclangSerialization.a ../../../../lib/libclangSema.a ../../../../lib/libclangEdit.a ../../../../lib/libclangStaticAnalyzerCheckers.a ../../../../lib/libclangASTMatchers.a ../../../../lib/libclangStaticAnalyzerCore.a ../../../../lib/libclangAnalysis.a ../../../../lib/libclangAST.a ../../../../lib/libclangRewrite.a ../../../../lib/libclangLex.a ../../../../lib/libclangBasic.a ../../../../lib/libLLVM-5.0.so.1 ../../../../lib/libPollyISL.a /usr/lib/x86_64-linux-gnu/libjsoncpp.so 
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdGdbThread.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdGdbThread.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdGdbThread.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdMiscellanous.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdMiscellanous.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdStack.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdStack.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdStack.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdSupportInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdSupportInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdSupportInfo.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdSupportList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdSupportList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdSupportList.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver && /usr/bin/cmake -E cmake_symlink_executable ../../../../bin/clang-5.0 ../../../../bin/clang
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver && /usr/bin/cmake -E create_symlink clang-5.0 /build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/clang++
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver && /usr/bin/cmake -E create_symlink clang-5.0 /build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/clang-cl
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/clang/tools/driver && /usr/bin/cmake -E create_symlink clang-5.0 /build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/clang-cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdSymbol.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdSymbol.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdSymbol.cpp
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 98%] Built target clang
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdTarget.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdTarget.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdTarget.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdThread.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdThread.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdThread.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdTrace.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdTrace.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdTrace.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdCmdVar.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdCmdVar.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdCmdVar.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdData.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdData.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdData.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdFactory.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdFactory.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdFactory.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdInterpreter.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdInterpreter.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdInterpreter.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdInvoker.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdInvoker.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdInvoker.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdMgr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdMgr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdMgr.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmdMgrSetCmdDeleteCallback.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmdMgrSetCmdDeleteCallback.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnBase.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnLLDBBroadcaster.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnLLDBBroadcaster.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLLDBBroadcaster.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnLLDBDebugger.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnLLDBDebugger.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLLDBDebugger.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnLLDBDebuggerHandleEvents.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnLLDBDebuggerHandleEvents.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnLLDBDebugSessionInfo.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnLLDBDebugSessionInfo.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnLLDBDebugSessionInfoVarObj.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnLLDBDebugSessionInfoVarObj.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnLLDBProxySBValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnLLDBProxySBValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLLDBProxySBValue.cpp
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp: In member function 'bool CMICmnLLDBDebuggerHandleEvents::HandleProcessEventBroadcastBitStateChanged(const lldb::SBEvent&)':
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp:896:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
     if (bShouldBrk)
     ^~
/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp:898:3: note: here
   case lldb::eStateCrashed:
   ^~~~
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnLLDBUtilSBValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnLLDBUtilSBValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnLog.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnLog.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLog.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnLogMediumFile.cpp.o
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-vla-extension'
cc1plus: warning: unrecognized command line option '-Wno-deprecated-register'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnLogMediumFile.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnLogMediumFile.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnMIOutOfBandRecord.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnMIOutOfBandRecord.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnMIOutOfBandRecord.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnMIResultRecord.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnMIResultRecord.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnMIResultRecord.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnMIValue.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnMIValue.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnMIValue.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnMIValueConst.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnMIValueConst.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnMIValueConst.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnMIValueList.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnMIValueList.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnMIValueList.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnMIValueResult.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnMIValueResult.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnMIValueResult.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnMIValueTuple.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnMIValueTuple.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnMIValueTuple.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnResources.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnResources.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnResources.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnStreamStderr.cpp.o
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnStreamStdin.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnStreamStderr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnStreamStderr.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnStreamStdin.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnStreamStdin.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnStreamStdout.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnStreamStdout.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnStreamStdout.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MICmnThreadMgrStd.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MICmnThreadMgrStd.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MICmnThreadMgrStd.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIDriver.cpp.o
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIDriverBase.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIDriver.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIDriver.cpp
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIDriverBase.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIDriverBase.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIDriverMain.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIDriverMain.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIDriverMain.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIDriverMgr.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIDriverMgr.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIDriverMgr.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIUtilDateTimeStd.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIUtilDateTimeStd.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIUtilDateTimeStd.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIUtilDebug.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIUtilDebug.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIUtilDebug.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIUtilFileStd.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIUtilFileStd.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIUtilFileStd.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIUtilMapIdToVariant.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIUtilMapIdToVariant.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIUtilMapIdToVariant.cpp
[ 98%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIUtilString.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIUtilString.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIUtilString.cpp
[100%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIUtilThreadBaseStd.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIUtilThreadBaseStd.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIUtilThreadBaseStd.cpp
[100%] Building CXX object tools/lldb/tools/lldb-mi/CMakeFiles/lldb-mi.dir/MIUtilVariant.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/g++-7  -DHAVE_ROUND -DLLDB_USE_BUILTIN_DEMANGLER -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/tools/lldb/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/usr/include/python2.7 -I/build/llvm-toolchain-5.0-5.0.1/tools/clang/include -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/../clang/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG    -fno-exceptions -o CMakeFiles/lldb-mi.dir/MIUtilVariant.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/tools/lldb/tools/lldb-mi/MIUtilVariant.cpp
[100%] Linking CXX executable ../../../../bin/lldb-mi
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lldb/tools/lldb-mi && /usr/bin/cmake -E cmake_link_script CMakeFiles/lldb-mi.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-rpath-link,/build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib  -Wl,-O3 -Wl,--gc-sections CMakeFiles/lldb-mi.dir/MICmdArgContext.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgSet.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValBase.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValConsume.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValFile.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValListBase.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValListOfN.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValNumber.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValOptionLong.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValOptionShort.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValPrintValues.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValString.cpp.o CMakeFiles/lldb-mi.dir/MICmdArgValThreadGrp.cpp.o CMakeFiles/lldb-mi.dir/MICmdBase.cpp.o CMakeFiles/lldb-mi.dir/MICmdCommands.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmd.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdBreak.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdData.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdEnviro.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdExec.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdFile.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdGdbInfo.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdGdbSet.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdGdbShow.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdGdbThread.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdMiscellanous.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdStack.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdSupportInfo.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdSupportList.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdSymbol.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdTarget.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdThread.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdTrace.cpp.o CMakeFiles/lldb-mi.dir/MICmdCmdVar.cpp.o CMakeFiles/lldb-mi.dir/MICmdData.cpp.o CMakeFiles/lldb-mi.dir/MICmdFactory.cpp.o CMakeFiles/lldb-mi.dir/MICmdInterpreter.cpp.o CMakeFiles/lldb-mi.dir/MICmdInvoker.cpp.o CMakeFiles/lldb-mi.dir/MICmdMgr.cpp.o CMakeFiles/lldb-mi.dir/MICmdMgrSetCmdDeleteCallback.cpp.o CMakeFiles/lldb-mi.dir/MICmnBase.cpp.o CMakeFiles/lldb-mi.dir/MICmnLLDBBroadcaster.cpp.o CMakeFiles/lldb-mi.dir/MICmnLLDBDebugger.cpp.o CMakeFiles/lldb-mi.dir/MICmnLLDBDebuggerHandleEvents.cpp.o CMakeFiles/lldb-mi.dir/MICmnLLDBDebugSessionInfo.cpp.o CMakeFiles/lldb-mi.dir/MICmnLLDBDebugSessionInfoVarObj.cpp.o CMakeFiles/lldb-mi.dir/MICmnLLDBProxySBValue.cpp.o CMakeFiles/lldb-mi.dir/MICmnLLDBUtilSBValue.cpp.o CMakeFiles/lldb-mi.dir/MICmnLog.cpp.o CMakeFiles/lldb-mi.dir/MICmnLogMediumFile.cpp.o CMakeFiles/lldb-mi.dir/MICmnMIOutOfBandRecord.cpp.o CMakeFiles/lldb-mi.dir/MICmnMIResultRecord.cpp.o CMakeFiles/lldb-mi.dir/MICmnMIValue.cpp.o CMakeFiles/lldb-mi.dir/MICmnMIValueConst.cpp.o CMakeFiles/lldb-mi.dir/MICmnMIValueList.cpp.o CMakeFiles/lldb-mi.dir/MICmnMIValueResult.cpp.o CMakeFiles/lldb-mi.dir/MICmnMIValueTuple.cpp.o CMakeFiles/lldb-mi.dir/MICmnResources.cpp.o CMakeFiles/lldb-mi.dir/MICmnStreamStderr.cpp.o CMakeFiles/lldb-mi.dir/MICmnStreamStdin.cpp.o CMakeFiles/lldb-mi.dir/MICmnStreamStdout.cpp.o CMakeFiles/lldb-mi.dir/MICmnThreadMgrStd.cpp.o CMakeFiles/lldb-mi.dir/MIDriver.cpp.o CMakeFiles/lldb-mi.dir/MIDriverBase.cpp.o CMakeFiles/lldb-mi.dir/MIDriverMain.cpp.o CMakeFiles/lldb-mi.dir/MIDriverMgr.cpp.o CMakeFiles/lldb-mi.dir/MIUtilDateTimeStd.cpp.o CMakeFiles/lldb-mi.dir/MIUtilDebug.cpp.o CMakeFiles/lldb-mi.dir/MIUtilFileStd.cpp.o CMakeFiles/lldb-mi.dir/MIUtilMapIdToVariant.cpp.o CMakeFiles/lldb-mi.dir/MIUtilString.cpp.o CMakeFiles/lldb-mi.dir/MIUtilThreadBaseStd.cpp.o CMakeFiles/lldb-mi.dir/MIUtilVariant.cpp.o  -o ../../../../bin/lldb-mi -Wl,-rpath,"\$ORIGIN/../lib" ../../../../lib/libLLVM-5.0.so.1 -lpthread ../../../../lib/liblldb-5.0.so.1 -lpthread 
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target lldb-mi
make[3]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/cmake -E cmake_progress_start /build/llvm-toolchain-5.0-5.0.1/build-llvm/CMakeFiles 0
make[2]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd build-llvm \
CFLAGS=`dpkg-buildflags --get CFLAGS`; \
CFLAGS="$CFLAGS `dpkg-buildflags --get CPPFLAGS`"; \
echo $CFLAGS; \
bin/clang++ -c $CFLAGS -std=c++11 ../lib/Fuzzer/*.cpp -IFuzzer; \
ar ruv libFuzzer.a Fuzzer*.o
-g -O2 -fdebug-prefix-map=/build/llvm-toolchain-5.0-5.0.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
../lib/Fuzzer/FuzzerIOPosix.cpp:118:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  write(2, Str, strlen(Str));
  ^~~~~ ~~~~~~~~~~~~~~~~~~~
1 warning generated.
ar: `u' modifier ignored since `D' is the default (see `U')
ar: creating libFuzzer.a
a - FuzzerCrossOver.o
a - FuzzerDriver.o
a - FuzzerExtFunctionsDlsym.o
a - FuzzerExtFunctionsDlsymWin.o
a - FuzzerExtFunctionsWeak.o
a - FuzzerExtFunctionsWeakAlias.o
a - FuzzerExtraCounters.o
a - FuzzerIO.o
a - FuzzerIOPosix.o
a - FuzzerIOWindows.o
a - FuzzerLoop.o
a - FuzzerMain.o
a - FuzzerMerge.o
a - FuzzerMutate.o
a - FuzzerSHA1.o
a - FuzzerShmemPosix.o
a - FuzzerShmemWindows.o
a - FuzzerTracePC.o
a - FuzzerUtil.o
a - FuzzerUtilDarwin.o
a - FuzzerUtilLinux.o
a - FuzzerUtilPosix.o
a - FuzzerUtilWindows.o
make[1]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/llvm-toolchain-5.0-5.0.1'
/usr/bin/make -j 4 -C build-llvm check-llvm
make[2]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/cmake -H/build/llvm-toolchain-5.0-5.0.1 -B/build/llvm-toolchain-5.0-5.0.1/build-llvm --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/make -f CMakeFiles/Makefile2 check-llvm
make[3]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/cmake -H/build/llvm-toolchain-5.0-5.0.1 -B/build/llvm-toolchain-5.0-5.0.1/build-llvm --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /build/llvm-toolchain-5.0-5.0.1/build-llvm/CMakeFiles 33
/usr/bin/make -f CMakeFiles/Makefile2 test/CMakeFiles/check-llvm.dir/all
make[4]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/build.make utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/depend
/usr/bin/make -f utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/build.make utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/depend
/usr/bin/make -f lib/Demangle/CMakeFiles/LLVMDemangle.dir/build.make lib/Demangle/CMakeFiles/LLVMDemangle.dir/depend
/usr/bin/make -f lib/Support/CMakeFiles/LLVMSupport.dir/build.make lib/Support/CMakeFiles/LLVMSupport.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/unittest/UnitTestMain /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Demangle /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Demangle/CMakeFiles/LLVMDemangle.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/build.make utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Support/CMakeFiles/LLVMSupport.dir/DependInfo.cmake --color=
[  0%] Built target gtest_main
/usr/bin/make -f lib/TableGen/CMakeFiles/LLVMTableGen.dir/build.make lib/TableGen/CMakeFiles/LLVMTableGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/TableGen/CMakeFiles/LLVMTableGen.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Demangle/CMakeFiles/LLVMDemangle.dir/build.make lib/Demangle/CMakeFiles/LLVMDemangle.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Demangle/CMakeFiles/LLVMDemangle.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Support/CMakeFiles/LLVMSupport.dir/build.make lib/Support/CMakeFiles/LLVMSupport.dir/build
/usr/bin/make -f utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/build.make utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/TableGen/CMakeFiles/LLVMTableGen.dir/build.make lib/TableGen/CMakeFiles/LLVMTableGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/TableGen/CMakeFiles/LLVMTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Built target LLVMDemangle
/usr/bin/make -f include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build.make include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/include/llvm/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  0%] Built target LLVMTableGen
/usr/bin/make -f lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/build.make lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build.make include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'include/llvm/Support/CMakeFiles/llvm_vcsrevision_h.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Support/CMakeFiles/LLVMSupport.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/BinaryFormat /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/DependInfo.cmake --color=
[  3%] Built target obj.llvm-tblgen
/usr/bin/make -f lib/MC/CMakeFiles/LLVMMC.dir/build.make lib/MC/CMakeFiles/LLVMMC.dir/depend
[  6%] Built target LLVMSupport
/usr/bin/make -f lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/build.make lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/depend
[  6%] Built target llvm_vcsrevision_h
/usr/bin/make -f lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/build.make lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/build.make lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/MC /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/CMakeFiles/LLVMMC.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/MC/MCDisassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/DependInfo.cmake --color=
[  6%] Built target LLVMBinaryFormat
/usr/bin/make -f lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/build.make lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/build.make lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/build.make lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ObjectYAML /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DependInfo.cmake --color=
[  6%] Built target LLVMMCDisassembler
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/MC/CMakeFiles/LLVMMC.dir/build.make lib/MC/CMakeFiles/LLVMMC.dir/build
/usr/bin/make -f lib/Option/CMakeFiles/LLVMOption.dir/build.make lib/Option/CMakeFiles/LLVMOption.dir/depend
[  6%] Built target LLVMMCParser
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Option /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Option/CMakeFiles/LLVMOption.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/build.make lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/build.make lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/DWARF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Option/CMakeFiles/LLVMOption.dir/build.make lib/Option/CMakeFiles/LLVMOption.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/MC/CMakeFiles/LLVMMC.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Option/CMakeFiles/LLVMOption.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/build.make lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/build
[  6%] Built target LLVMObjectYAML
/usr/bin/make -f lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/build.make lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/depend
[  6%] Built target LLVMOption
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/MSF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[  9%] Built target LLVMMC
/usr/bin/make -f lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/build.make lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/depend
/usr/bin/make -f lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/build.make lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/depend
[ 12%] Built target LLVMDebugInfoDWARF
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/build.make lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/build
/usr/bin/make -f lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/build.make lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/Symbolize /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/CodeView /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DependInfo.cmake --color=
[ 12%] Built target LLVMDebugInfoMSF
/usr/bin/make -f lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/build.make lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/LineEditor /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/build.make lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/build.make lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/build.make lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/DebugInfo/PDB /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 12%] Built target LLVMLineEditor
/usr/bin/make -f utils/unittest/CMakeFiles/gtest.dir/build.make utils/unittest/CMakeFiles/gtest.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/unittest /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/unittest/CMakeFiles/gtest.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/unittest/CMakeFiles/gtest.dir/build.make utils/unittest/CMakeFiles/gtest.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'utils/unittest/CMakeFiles/gtest.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 12%] Built target LLVMDebugInfoCodeView
[ 12%] Built target LLVMSymbolize
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/build.make lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/build
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/depend
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/DependInfo.cmake --color=
[ 12%] Built target gtest
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 15%] Built target DynamicLibraryLib
[ 15%] Built target SecondLib
/usr/bin/make -f lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/build.make lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/depend
/usr/bin/make -f utils/FileCheck/CMakeFiles/FileCheck.dir/build.make utils/FileCheck/CMakeFiles/FileCheck.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Hello /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/FileCheck /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/FileCheck/CMakeFiles/FileCheck.dir/DependInfo.cmake --color=
[ 15%] Built target PipSqueak
/usr/bin/make -f utils/count/CMakeFiles/count.dir/build.make utils/count/CMakeFiles/count.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/FileCheck/CMakeFiles/FileCheck.dir/build.make utils/FileCheck/CMakeFiles/FileCheck.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/count /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/count/CMakeFiles/count.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/build.make lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Transforms/Hello/CMakeFiles/LLVMHello_exports.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'utils/FileCheck/CMakeFiles/FileCheck.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target LLVMDebugInfoPDB
/usr/bin/make -f utils/not/CMakeFiles/not.dir/build.make utils/not/CMakeFiles/not.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/count/CMakeFiles/count.dir/build.make utils/count/CMakeFiles/count.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/not /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/not/CMakeFiles/not.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'utils/count/CMakeFiles/count.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target LLVMHello_exports
[ 18%] Built target FileCheck
/usr/bin/make -f utils/yaml-bench/CMakeFiles/yaml-bench.dir/build.make utils/yaml-bench/CMakeFiles/yaml-bench.dir/depend
/usr/bin/make -f tools/lto/CMakeFiles/LTO_exports.dir/build.make tools/lto/CMakeFiles/LTO_exports.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lto /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/LTO_exports.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/yaml-bench /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/yaml-bench/CMakeFiles/yaml-bench.dir/DependInfo.cmake --color=
[ 18%] Built target count
/usr/bin/make -f tools/gold/CMakeFiles/LLVMgold_exports.dir/build.make tools/gold/CMakeFiles/LLVMgold_exports.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/not/CMakeFiles/not.dir/build.make utils/not/CMakeFiles/not.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/gold /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/LLVMgold_exports.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'utils/not/CMakeFiles/not.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f utils/yaml-bench/CMakeFiles/yaml-bench.dir/build.make utils/yaml-bench/CMakeFiles/yaml-bench.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/gold/CMakeFiles/LLVMgold_exports.dir/build.make tools/gold/CMakeFiles/LLVMgold_exports.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lto/CMakeFiles/LTO_exports.dir/build.make tools/lto/CMakeFiles/LTO_exports.dir/build
[ 18%] Built target not
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/gold/CMakeFiles/LLVMgold_exports.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'utils/yaml-bench/CMakeFiles/yaml-bench.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/polly/lib/External/CMakeFiles/PollyISL.dir/build.make tools/polly/lib/External/CMakeFiles/PollyISL.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/lto/CMakeFiles/LTO_exports.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target LLVMgold_exports
[ 18%] Built target yaml-bench
/usr/bin/make -f tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/build.make tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint-passes /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib/External /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/External/CMakeFiles/PollyISL.dir/DependInfo.cmake --color=
[ 18%] Built target LTO_exports
/usr/bin/make -f utils/TableGen/CMakeFiles/llvm-tblgen.dir/build.make utils/TableGen/CMakeFiles/llvm-tblgen.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/utils/TableGen/CMakeFiles/llvm-tblgen.dir/DependInfo.cmake --color=
/usr/bin/make -f tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/build.make tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/bugpoint-passes/CMakeFiles/BugpointPasses_exports.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 18%] Built target BugpointPasses_exports
/usr/bin/make -f utils/TableGen/CMakeFiles/llvm-tblgen.dir/build.make utils/TableGen/CMakeFiles/llvm-tblgen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'utils/TableGen/CMakeFiles/llvm-tblgen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/polly/lib/External/CMakeFiles/PollyISL.dir/build.make tools/polly/lib/External/CMakeFiles/PollyISL.dir/build
[ 18%] Built target llvm-tblgen
/usr/bin/make -f include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build.make include/llvm/IR/CMakeFiles/intrinsics_gen.dir/depend
/usr/bin/make -f lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/build.make lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/depend
/usr/bin/make -f lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/build.make lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/include/llvm/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm/include/llvm/IR/CMakeFiles/intrinsics_gen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-dlltool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/build.make lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build.make include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build
/usr/bin/make -f lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/build.make lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ToolDrivers/llvm-dlltool/CMakeFiles/DllOptionsTableGen.dir/build'.
make[5]: Nothing to be done for 'lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/polly/lib/External/CMakeFiles/PollyISL.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 21%] Built target DllOptionsTableGen
[ 21%] Built target PollyISL
[ 21%] Built target intrinsics_gen
[ 21%] Built target AttributeCompatFuncTableGen
/usr/bin/make -f lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/build.make lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/depend
/usr/bin/make -f unittests/Option/CMakeFiles/OptsTestTableGen.dir/build.make unittests/Option/CMakeFiles/OptsTestTableGen.dir/depend
/usr/bin/make -f lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/build.make lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/depend
/usr/bin/make -f tools/polly/lib/CMakeFiles/PollyCore.dir/build.make tools/polly/lib/CMakeFiles/PollyCore.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-lib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Option /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option/CMakeFiles/OptsTestTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Hello /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/DependInfo.cmake --color=
Scanning dependencies of target OptsTestTableGen
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Option/CMakeFiles/OptsTestTableGen.dir/build.make unittests/Option/CMakeFiles/OptsTestTableGen.dir/build
/usr/bin/make -f lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/build.make lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/build.make lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ToolDrivers/llvm-lib/CMakeFiles/LibOptionsTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 21%] Building Opts.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option && ../../bin/llvm-tblgen -gen-opt-parser-defs -I /build/llvm-toolchain-5.0-5.0.1/unittests/Option -I /build/llvm-toolchain-5.0-5.0.1/include /build/llvm-toolchain-5.0-5.0.1/unittests/Option/Opts.td -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option/Opts.inc.tmp
[ 21%] Built target LLVMHello
[ 21%] Built target LibOptionsTableGen
/usr/bin/make -f tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/build.make tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/depend
/usr/bin/make -f tools/llvm-mt/CMakeFiles/MtTableGen.dir/build.make tools/llvm-mt/CMakeFiles/MtTableGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cvtres /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/PollyCore.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mt /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/MtTableGen.dir/DependInfo.cmake --color=
[ 21%] Updating Opts.inc...
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option && /usr/bin/cmake -E copy_if_different /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option/Opts.inc.tmp /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option/Opts.inc
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-mt/CMakeFiles/MtTableGen.dir/build.make tools/llvm-mt/CMakeFiles/MtTableGen.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/build.make tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-mt/CMakeFiles/MtTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-cvtres/CMakeFiles/CvtResTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 21%] Built target MtTableGen
/usr/bin/make -f lib/Object/CMakeFiles/LLVMObject.dir/build.make lib/Object/CMakeFiles/LLVMObject.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/polly/lib/CMakeFiles/PollyCore.dir/build.make tools/polly/lib/CMakeFiles/PollyCore.dir/build
[ 21%] Built target CvtResTableGen
[ 21%] Built target OptsTestTableGen
/usr/bin/make -f lib/IR/CMakeFiles/LLVMCore.dir/build.make lib/IR/CMakeFiles/LLVMCore.dir/depend
/usr/bin/make -f lib/IRReader/CMakeFiles/LLVMIRReader.dir/build.make lib/IRReader/CMakeFiles/LLVMIRReader.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/IRReader /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IRReader/CMakeFiles/LLVMIRReader.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Object /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Object/CMakeFiles/LLVMObject.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/IRReader/CMakeFiles/LLVMIRReader.dir/build.make lib/IRReader/CMakeFiles/LLVMIRReader.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/IR/CMakeFiles/LLVMCore.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Object/CMakeFiles/LLVMObject.dir/build.make lib/Object/CMakeFiles/LLVMObject.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/IRReader/CMakeFiles/LLVMIRReader.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/polly/lib/CMakeFiles/PollyCore.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 21%] Built target LLVMIRReader
/usr/bin/make -f lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/build.make lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Object/CMakeFiles/LLVMObject.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/IR/CMakeFiles/LLVMCore.dir/build.make lib/IR/CMakeFiles/LLVMCore.dir/build
[ 21%] Built target LLVMObject
[ 21%] Built target PollyCore
/usr/bin/make -f lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/build.make lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/depend
/usr/bin/make -f lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/build.make lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/IR/CMakeFiles/LLVMCore.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/AsmPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/SelectionDAG /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DependInfo.cmake --color=
[ 24%] Built target LLVMCore
/usr/bin/make -f lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/build.make lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/MIRParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/build.make lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/build.make lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/build.make lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 24%] Built target LLVMMIRParser
/usr/bin/make -f lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/build.make lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target LLVMAsmPrinter
/usr/bin/make -f lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/build.make lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen/GlobalISel /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Reader /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/DependInfo.cmake --color=
[ 27%] Built target LLVMSelectionDAG
/usr/bin/make -f lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/build.make lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/build.make lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/CodeGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Bitcode/Writer /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/build.make lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/build.make lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 27%] Built target LLVMBitReader
/usr/bin/make -f lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/build.make lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/depend
[ 27%] Built target LLVMGlobalISel
/usr/bin/make -f lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/build.make lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/depend
[ 27%] Built target LLVMBitWriter
/usr/bin/make -f lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/build.make lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Instrumentation /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/InstCombine /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/build.make lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/build.make lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/build.make lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 30%] Built target LLVMInstrumentation
/usr/bin/make -f lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/build.make lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/depend
[ 30%] Built target LLVMInstCombine
/usr/bin/make -f lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/build.make lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/build.make lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/IPO /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Scalar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DependInfo.cmake --color=
[ 33%] Built target LLVMTransformUtils
/usr/bin/make -f lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/build.make lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/build.make lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Vectorize /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/build.make lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/build.make lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 33%] Built target LLVMipo
/usr/bin/make -f lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/build.make lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/ObjCARC /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependInfo.cmake --color=
[ 33%] Built target LLVMVectorize
/usr/bin/make -f lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/build.make lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/build.make lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Transforms/Coroutines /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 39%] Built target LLVMCodeGen
/usr/bin/make -f lib/Linker/CMakeFiles/LLVMLinker.dir/build.make lib/Linker/CMakeFiles/LLVMLinker.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/build.make lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/build
[ 42%] Built target LLVMObjCARCOpts
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Linker /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Linker/CMakeFiles/LLVMLinker.dir/DependInfo.cmake --color=
[ 42%] Built target LLVMScalarOpts
/usr/bin/make -f lib/Analysis/CMakeFiles/LLVMAnalysis.dir/build.make lib/Analysis/CMakeFiles/LLVMAnalysis.dir/depend
/usr/bin/make -f lib/LTO/CMakeFiles/LLVMLTO.dir/build.make lib/LTO/CMakeFiles/LLVMLTO.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/LTO /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/LTO/CMakeFiles/LLVMLTO.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Linker/CMakeFiles/LLVMLinker.dir/build.make lib/Linker/CMakeFiles/LLVMLinker.dir/build
[ 42%] Built target LLVMCoroutines
/usr/bin/make -f lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/build.make lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Linker/CMakeFiles/LLVMLinker.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/LTO/CMakeFiles/LLVMLTO.dir/build.make lib/LTO/CMakeFiles/LLVMLTO.dir/build
[ 42%] Built target LLVMLinker
/usr/bin/make -f lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/build.make lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Interpreter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/build.make lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/LTO/CMakeFiles/LLVMLTO.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Analysis /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependInfo.cmake --color=
[ 42%] Built target LLVMLTO
[ 42%] Built target LLVMExecutionEngine
/usr/bin/make -f lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/build.make lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/depend
/usr/bin/make -f lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/build.make lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/build.make lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/MCJIT /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/Orc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/build.make lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/build.make lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/build
[ 42%] Built target LLVMInterpreter
/usr/bin/make -f lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/build.make lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ExecutionEngine/RuntimeDyld /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Analysis/CMakeFiles/LLVMAnalysis.dir/build.make lib/Analysis/CMakeFiles/LLVMAnalysis.dir/build
[ 42%] Built target LLVMMCJIT
[ 42%] Built target LLVMOrcJIT
/usr/bin/make -f lib/Target/CMakeFiles/LLVMTarget.dir/build.make lib/Target/CMakeFiles/LLVMTarget.dir/depend
/usr/bin/make -f lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/build.make lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/CMakeFiles/LLVMTarget.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/build.make lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/CMakeFiles/LLVMTarget.dir/build.make lib/Target/CMakeFiles/LLVMTarget.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/build.make lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/CMakeFiles/LLVMTarget.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 42%] Built target LLVMRuntimeDyld
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AArch64/CMakeFiles/AArch64CommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/build.make lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/depend
[ 42%] Built target LLVMTarget
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/build.make lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/depend
[ 42%] Built target AArch64CommonTableGen
/usr/bin/make -f lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/build.make lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/build.make lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Analysis/CMakeFiles/LLVMAnalysis.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/build.make lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/build
/usr/bin/make -f lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/build.make lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AMDGPU/CMakeFiles/AMDGPUCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/BPF/CMakeFiles/BPFCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target LLVMAnalysis
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/ARM/CMakeFiles/ARMCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/build.make lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/depend
[ 45%] Built target AMDGPUCommonTableGen
[ 45%] Built target BPFCommonTableGen
/usr/bin/make -f lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/build.make lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/depend
[ 45%] Built target ARMCommonTableGen
/usr/bin/make -f lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/build.make lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/build.make lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/build.make lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/build.make lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/build
/usr/bin/make -f lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/build.make lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/build.make lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/MSP430/CMakeFiles/MSP430CommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Lanai/CMakeFiles/LanaiCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Hexagon/CMakeFiles/HexagonCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Mips/CMakeFiles/MipsCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 45%] Built target MSP430CommonTableGen
[ 45%] Built target HexagonCommonTableGen
/usr/bin/make -f lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/build.make lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/DependInfo.cmake --color=
[ 48%] Built target MipsCommonTableGen
[ 48%] Built target LanaiCommonTableGen
/usr/bin/make -f lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/build.make lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/depend
/usr/bin/make -f lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/build.make lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/depend
/usr/bin/make -f lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/build.make lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/build.make lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/build.make lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/build
/usr/bin/make -f lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/build.make lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/build.make lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/NVPTX/CMakeFiles/NVPTXCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Sparc/CMakeFiles/SparcCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/SystemZ/CMakeFiles/SystemZCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/PowerPC/CMakeFiles/PowerPCCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 48%] Built target NVPTXCommonTableGen
[ 48%] Built target SparcCommonTableGen
/usr/bin/make -f lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/build.make lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/depend
/usr/bin/make -f lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/build.make lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/depend
[ 51%] Built target SystemZCommonTableGen
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/build.make lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/depend
[ 51%] Built target PowerPCCommonTableGen
/usr/bin/make -f lib/ProfileData/CMakeFiles/LLVMProfileData.dir/build.make lib/ProfileData/CMakeFiles/LLVMProfileData.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/build.make lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/build
/usr/bin/make -f lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/build.make lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/XCore/CMakeFiles/XCoreCommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/X86/CMakeFiles/X86CommonTableGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/build.make lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/build
[ 51%] Built target XCoreCommonTableGen
/usr/bin/make -f lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/build.make lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ProfileData/CMakeFiles/LLVMProfileData.dir/build.make lib/ProfileData/CMakeFiles/LLVMProfileData.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ProfileData/Coverage /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ProfileData/CMakeFiles/LLVMProfileData.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 54%] Built target X86CommonTableGen
[ 54%] Built target LLVMAsmParser
/usr/bin/make -f lib/Passes/CMakeFiles/LLVMPasses.dir/build.make lib/Passes/CMakeFiles/LLVMPasses.dir/depend
/usr/bin/make -f lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/build.make lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/depend
[ 54%] Built target LLVMProfileData
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/build.make lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/build
/usr/bin/make -f lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/build.make lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Passes /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Passes/CMakeFiles/LLVMPasses.dir/DependInfo.cmake --color=
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-dlltool /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/ToolDrivers/llvm-lib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 54%] Built target LLVMCoverage
/usr/bin/make -f tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/build.make tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Passes/CMakeFiles/LLVMPasses.dir/build.make lib/Passes/CMakeFiles/LLVMPasses.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Passes/CMakeFiles/LLVMPasses.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/build.make lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/build.make lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lli/ChildTarget /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 54%] Built target LLVMPasses
/usr/bin/make -f lib/XRay/CMakeFiles/LLVMXRay.dir/build.make lib/XRay/CMakeFiles/LLVMXRay.dir/depend
[ 54%] Built target LLVMDlltoolDriver
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/XRay /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/XRay/CMakeFiles/LLVMXRay.dir/DependInfo.cmake --color=
/usr/bin/make -f tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/build.make tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/build
/usr/bin/make -f lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/build.make lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 54%] Built target LLVMLibDriver
/usr/bin/make -f lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/build.make lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/XRay/CMakeFiles/LLVMXRay.dir/build.make lib/XRay/CMakeFiles/LLVMXRay.dir/build
[ 54%] Built target lli-child-target
/usr/bin/make -f lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/build.make lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/build.make lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/XRay/CMakeFiles/LLVMXRay.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/build.make lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/build
[ 54%] Built target LLVMAArch64Info
[ 54%] Built target LLVMXRay
/usr/bin/make -f lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/build.make lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/depend
/usr/bin/make -f lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/build.make lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/DependInfo.cmake --color=
[ 57%] Built target LLVMAArch64AsmParser
/usr/bin/make -f lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/build.make lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/build.make lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/build.make lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AArch64/InstPrinter/CMakeFiles/LLVMAArch64AsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/build.make lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/build
[ 57%] Built target LLVMAArch64Disassembler
/usr/bin/make -f lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/build.make lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/build.make lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/build.make lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/build
[ 57%] Built target LLVMAArch64AsmPrinter
/usr/bin/make -f lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/build.make lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 57%] Built target LLVMAArch64Desc
[ 57%] Built target LLVMAArch64Utils
/usr/bin/make -f lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/build.make lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/depend
/usr/bin/make -f lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/build.make lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/build.make lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/build.make lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/build
[ 57%] Built target LLVMAArch64CodeGen
/usr/bin/make -f lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/build.make lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/DependInfo.cmake --color=
[ 57%] Built target LLVMAMDGPUUtils
/usr/bin/make -f lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/build.make lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/depend
[ 57%] Built target LLVMAMDGPUInfo
/usr/bin/make -f lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/build.make lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/build.make lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/build.make lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 57%] Built target LLVMAMDGPUDesc
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/DependInfo.cmake --color=
[ 57%] Built target LLVMARMInfo
/usr/bin/make -f lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/build.make lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/depend
/usr/bin/make -f lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/build.make lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/build.make lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/build.make lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/build.make lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/build
[ 57%] Built target LLVMARMAsmParser
/usr/bin/make -f lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/build.make lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/build.make lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/build
[ 57%] Built target LLVMARMDisassembler
/usr/bin/make -f lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/build.make lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/ARM/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/build.make lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/ARM/InstPrinter/CMakeFiles/LLVMARMAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/build.make lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Built target LLVMARMAsmPrinter
/usr/bin/make -f lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/build.make lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 60%] Built target LLVMARMCodeGen
/usr/bin/make -f lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/build.make lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/DependInfo.cmake --color=
[ 60%] Built target LLVMARMDesc
/usr/bin/make -f lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/build.make lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/build.make lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/build.make lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/build
[ 63%] Built target LLVMAMDGPUCodeGen
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/build.make lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target LLVMBPFDisassembler
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/build.make lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/build
/usr/bin/make -f lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/build.make lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/build.make lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target LLVMBPFCodeGen
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/BPF/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/build.make lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/BPF/InstPrinter/CMakeFiles/LLVMBPFAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target LLVMBPFInfo
/usr/bin/make -f lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/build.make lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/build.make lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/DependInfo.cmake --color=
[ 63%] Built target LLVMBPFAsmPrinter
/usr/bin/make -f lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/build.make lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/build.make lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/build.make lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/build
[ 63%] Built target LLVMBPFDesc
/usr/bin/make -f lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/build.make lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target LLVMHexagonAsmParser
/usr/bin/make -f lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/build.make lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/DependInfo.cmake --color=
[ 63%] Built target LLVMHexagonInfo
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Hexagon/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/build.make lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/build.make lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/build.make lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/DependInfo.cmake --color=
[ 63%] Built target LLVMHexagonDisassembler
/usr/bin/make -f lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/build.make lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/build.make lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/build.make lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/build
[ 63%] Built target LLVMHexagonDesc
/usr/bin/make -f lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/build.make lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/build.make lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/DependInfo.cmake --color=
[ 63%] Built target LLVMLanaiAsmParser
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/build.make lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/depend
/usr/bin/make -f lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/build.make lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 63%] Built target LLVMLanaiCodeGen
/usr/bin/make -f lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/build.make lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/build.make lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/DependInfo.cmake --color=
[ 63%] Built target LLVMLanaiInfo
/usr/bin/make -f lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/build.make lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Lanai/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/build.make lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Lanai/InstPrinter/CMakeFiles/LLVMLanaiAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/build.make lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/build
[ 66%] Built target LLVMHexagonCodeGen
/usr/bin/make -f lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/build.make lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/depend
[ 66%] Built target LLVMLanaiAsmPrinter
/usr/bin/make -f lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/build.make lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 66%] Built target LLVMLanaiDesc
/usr/bin/make -f lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/build.make lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/build.make lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Mips/InstPrinter/CMakeFiles/LLVMMipsAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/build.make lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/build
[ 66%] Built target LLVMLanaiDisassembler
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/build.make lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/DependInfo.cmake --color=
[ 69%] Built target LLVMMipsDisassembler
[ 69%] Built target LLVMMipsAsmPrinter
/usr/bin/make -f lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/build.make lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/depend
/usr/bin/make -f lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/build.make lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/build.make lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/build.make lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Mips/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/build.make lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/build
[ 69%] Built target LLVMMipsInfo
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/build.make lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/build
/usr/bin/make -f lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/build.make lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/DependInfo.cmake --color=
[ 69%] Built target LLVMMipsAsmParser
[ 69%] Built target LLVMMipsDesc
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/build.make lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/depend
/usr/bin/make -f lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/build.make lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/DependInfo.cmake --color=
[ 69%] Built target LLVMMipsCodeGen
/usr/bin/make -f lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/build.make lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/MSP430/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/build.make lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/build
/usr/bin/make -f lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/build.make lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/MSP430/InstPrinter/CMakeFiles/LLVMMSP430AsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/build.make lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/build.make lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 69%] Built target LLVMMSP430Info
/usr/bin/make -f lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/build.make lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/depend
[ 69%] Built target LLVMMSP430AsmPrinter
[ 69%] Built target LLVMMSP430CodeGen
[ 69%] Built target LLVMMSP430Desc
/usr/bin/make -f lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/build.make lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/depend
/usr/bin/make -f lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/build.make lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/depend
/usr/bin/make -f lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/build.make lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/build.make lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/build.make lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/build.make lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/NVPTX/InstPrinter/CMakeFiles/LLVMNVPTXAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/NVPTX /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 69%] Built target LLVMNVPTXAsmPrinter
/usr/bin/make -f lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/build.make lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/depend
[ 69%] Built target LLVMNVPTXInfo
/usr/bin/make -f lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/build.make lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/build.make lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/build
[ 69%] Built target LLVMNVPTXDesc
/usr/bin/make -f lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/build.make lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/build.make lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/build.make lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/DependInfo.cmake --color=
[ 69%] Built target LLVMPowerPCAsmParser
/usr/bin/make -f lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/build.make lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/DependInfo.cmake --color=
[ 72%] Built target LLVMNVPTXCodeGen
/usr/bin/make -f lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/build.make lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/DependInfo.cmake --color=
[ 69%] Built target LLVMPowerPCDisassembler
/usr/bin/make -f lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/build.make lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/build.make lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/PowerPC/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/PowerPC/InstPrinter/CMakeFiles/LLVMPowerPCAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/build.make lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/build.make lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/build
[ 72%] Built target LLVMPowerPCAsmPrinter
/usr/bin/make -f lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/build.make lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/build.make lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/DependInfo.cmake --color=
[ 72%] Built target LLVMPowerPCInfo
/usr/bin/make -f lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/build.make lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/build.make lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/build.make lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/build
[ 72%] Built target LLVMPowerPCDesc
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/build.make lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 72%] Built target LLVMSparcInfo
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/build.make lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/build.make lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/build
[ 78%] Built target LLVMPowerPCCodeGen
[ 78%] Built target LLVMSparcCodeGen
/usr/bin/make -f lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/build.make lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/depend
/usr/bin/make -f lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/build.make lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/build.make lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/Sparc/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Sparc/InstPrinter/CMakeFiles/LLVMSparcAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target LLVMSparcDesc
[ 78%] Built target LLVMSparcAsmPrinter
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/build.make lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/build
/usr/bin/make -f lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/build.make lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/build
/usr/bin/make -f lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/build.make lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/depend
/usr/bin/make -f lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/build.make lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target LLVMSparcDisassembler
[ 78%] Built target LLVMSparcAsmParser
/usr/bin/make -f lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/build.make lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/build.make lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/build.make lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/build.make lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/build
/usr/bin/make -f lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/build.make lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/SystemZ/InstPrinter/CMakeFiles/LLVMSystemZAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 78%] Built target LLVMSystemZAsmParser
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/build.make lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/depend
/usr/bin/make -f lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/build.make lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/DependInfo.cmake --color=
[ 78%] Built target LLVMSystemZAsmPrinter
[ 78%] Built target LLVMSystemZDisassembler
/usr/bin/make -f lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/build.make lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/depend
/usr/bin/make -f lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/build.make lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/SystemZ/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/build.make lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 81%] Built target LLVMSystemZCodeGen
/usr/bin/make -f lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/build.make lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/depend
[ 81%] Built target LLVMSystemZInfo
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/build.make lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/build.make lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86 /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/build.make lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/build
[ 81%] Built target LLVMSystemZDesc
/usr/bin/make -f lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/build.make lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/build.make lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/build.make lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/build
[ 81%] Built target LLVMX86AsmParser
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/build.make lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/build
/usr/bin/make -f lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/build.make lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/X86/InstPrinter/CMakeFiles/LLVMX86AsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 81%] Built target LLVMX86Disassembler
/usr/bin/make -f lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/build.make lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/DependInfo.cmake --color=
[ 81%] Built target LLVMX86AsmPrinter
/usr/bin/make -f lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/build.make lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/X86/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/build.make lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/build
/usr/bin/make -f lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/build.make lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/build.make lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/X86/Utils/CMakeFiles/LLVMX86Utils.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 81%] Built target LLVMX86Info
[ 81%] Built target LLVMX86Utils
/usr/bin/make -f lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/build.make lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/depend
/usr/bin/make -f lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/build.make lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/depend
[ 81%] Built target LLVMX86CodeGen
/usr/bin/make -f lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/build.make lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/depend
[ 81%] Built target LLVMX86Desc
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/DependInfo.cmake --color=
/usr/bin/make -f lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/build.make lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/build.make lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/build.make lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/XCore/InstPrinter/CMakeFiles/LLVMXCoreAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/build.make lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/build.make lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 81%] Built target LLVMXCoreAsmPrinter
/usr/bin/make -f lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/build.make lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/XCore/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/DependInfo.cmake --color=
[ 81%] Built target LLVMXCoreDisassembler
/usr/bin/make -f lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/build.make lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/DependInfo.cmake --color=
[ 81%] Built target LLVMXCoreInfo
/usr/bin/make -f lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/build.make lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/build.make lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target LLVMXCoreCodeGen
/usr/bin/make -f lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/build.make lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/depend
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/build.make lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/build
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/build.make lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/build
[ 84%] Built target LLVMXCoreDesc
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Target/AMDGPU/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AMDGPU/InstPrinter/CMakeFiles/LLVMAMDGPUAsmPrinter.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target LLVMAMDGPUAsmParser
[ 84%] Built target LLVMAMDGPUAsmPrinter
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/build.make lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target LLVMAMDGPUDisassembler
/usr/bin/make -f tools/llvm-shlib/CMakeFiles/LLVM.dir/build.make tools/llvm-shlib/CMakeFiles/LLVM.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-shlib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-shlib/CMakeFiles/LLVM.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-shlib/CMakeFiles/LLVM.dir/build.make tools/llvm-shlib/CMakeFiles/LLVM.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-shlib/CMakeFiles/LLVM.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target LLVM
/usr/bin/make -f unittests/XRay/CMakeFiles/XRayTests.dir/build.make unittests/XRay/CMakeFiles/XRayTests.dir/depend
/usr/bin/make -f unittests/ADT/CMakeFiles/ADTTests.dir/build.make unittests/ADT/CMakeFiles/ADTTests.dir/depend
/usr/bin/make -f unittests/Analysis/CMakeFiles/AnalysisTests.dir/build.make unittests/Analysis/CMakeFiles/AnalysisTests.dir/depend
/usr/bin/make -f unittests/AsmParser/CMakeFiles/AsmParserTests.dir/build.make unittests/AsmParser/CMakeFiles/AsmParserTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/XRay /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/XRay /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/XRay/CMakeFiles/XRayTests.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis/CMakeFiles/AnalysisTests.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/ADT /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT/CMakeFiles/ADTTests.dir/DependInfo.cmake --color=
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/AsmParser /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/AsmParser/CMakeFiles/AsmParserTests.dir/DependInfo.cmake --color=
Scanning dependencies of target XRayTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/XRay/CMakeFiles/XRayTests.dir/build.make unittests/XRay/CMakeFiles/XRayTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/XRay/CMakeFiles/XRayTests.dir/GraphTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/XRay && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/XRay -I/build/llvm-toolchain-5.0-5.0.1/unittests/XRay -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/XRayTests.dir/GraphTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/XRay/GraphTest.cpp
Scanning dependencies of target AsmParserTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/AsmParser/CMakeFiles/AsmParserTests.dir/build.make unittests/AsmParser/CMakeFiles/AsmParserTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/AsmParser/CMakeFiles/AsmParserTests.dir/AsmParserTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/AsmParser && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/unittests/AsmParser -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AsmParserTests.dir/AsmParserTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/AsmParser/AsmParserTest.cpp
Scanning dependencies of target AnalysisTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Analysis/CMakeFiles/AnalysisTests.dir/build.make unittests/Analysis/CMakeFiles/AnalysisTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/AliasAnalysisTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/AliasAnalysisTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/AliasAnalysisTest.cpp
Scanning dependencies of target ADTTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/ADT/CMakeFiles/ADTTests.dir/build.make unittests/ADT/CMakeFiles/ADTTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/APFloatTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/APFloatTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/APFloatTest.cpp
[ 84%] Linking CXX executable AsmParserTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/AsmParser && /usr/bin/cmake -E cmake_link_script CMakeFiles/AsmParserTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/AsmParserTests.dir/AsmParserTest.cpp.o  -o AsmParserTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target AsmParserTests
/usr/bin/make -f unittests/Bitcode/CMakeFiles/BitcodeTests.dir/build.make unittests/Bitcode/CMakeFiles/BitcodeTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Bitcode /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Bitcode /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Bitcode/CMakeFiles/BitcodeTests.dir/DependInfo.cmake --color=
Scanning dependencies of target BitcodeTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Bitcode/CMakeFiles/BitcodeTests.dir/build.make unittests/Bitcode/CMakeFiles/BitcodeTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/Bitcode/CMakeFiles/BitcodeTests.dir/BitReaderTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Bitcode && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Bitcode -I/build/llvm-toolchain-5.0-5.0.1/unittests/Bitcode -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/BitcodeTests.dir/BitReaderTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Bitcode/BitReaderTest.cpp
[ 84%] Linking CXX executable XRayTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/XRay && /usr/bin/cmake -E cmake_link_script CMakeFiles/XRayTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/XRayTests.dir/GraphTest.cpp.o  -o XRayTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target XRayTests
/usr/bin/make -f unittests/CodeGen/CMakeFiles/CodeGenTests.dir/build.make unittests/CodeGen/CMakeFiles/CodeGenTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen/CMakeFiles/CodeGenTests.dir/DependInfo.cmake --color=
Scanning dependencies of target CodeGenTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/CodeGen/CMakeFiles/CodeGenTests.dir/build.make unittests/CodeGen/CMakeFiles/CodeGenTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/CodeGen/CMakeFiles/CodeGenTests.dir/DIEHashTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/CodeGenTests.dir/DIEHashTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen/DIEHashTest.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/AliasSetTrackerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/AliasSetTrackerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/AliasSetTrackerTest.cpp
[ 84%] Building CXX object unittests/CodeGen/CMakeFiles/CodeGenTests.dir/LowLevelTypeTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/CodeGenTests.dir/LowLevelTypeTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen/LowLevelTypeTest.cpp
[ 84%] Building CXX object unittests/Bitcode/CMakeFiles/BitcodeTests.dir/BitstreamReaderTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Bitcode && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Bitcode -I/build/llvm-toolchain-5.0-5.0.1/unittests/Bitcode -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/BitcodeTests.dir/BitstreamReaderTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Bitcode/BitstreamReaderTest.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/BlockFrequencyInfoTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/BlockFrequencyInfoTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/BlockFrequencyInfoTest.cpp
[ 84%] Building CXX object unittests/CodeGen/CMakeFiles/CodeGenTests.dir/MachineInstrBundleIteratorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/CodeGenTests.dir/MachineInstrBundleIteratorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen/MachineInstrBundleIteratorTest.cpp
[ 84%] Building CXX object unittests/Bitcode/CMakeFiles/BitcodeTests.dir/BitstreamWriterTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Bitcode && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Bitcode -I/build/llvm-toolchain-5.0-5.0.1/unittests/Bitcode -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/BitcodeTests.dir/BitstreamWriterTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Bitcode/BitstreamWriterTest.cpp
[ 84%] Building CXX object unittests/CodeGen/CMakeFiles/CodeGenTests.dir/ScalableVectorMVTsTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/CodeGenTests.dir/ScalableVectorMVTsTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen/ScalableVectorMVTsTest.cpp
[ 84%] Linking CXX executable BitcodeTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Bitcode && /usr/bin/cmake -E cmake_link_script CMakeFiles/BitcodeTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/BitcodeTests.dir/BitReaderTest.cpp.o CMakeFiles/BitcodeTests.dir/BitstreamReaderTest.cpp.o CMakeFiles/BitcodeTests.dir/BitstreamWriterTest.cpp.o  -o BitcodeTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target BitcodeTests
/usr/bin/make -f unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/build.make unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen/GlobalISel /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen/GlobalISel /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/DependInfo.cmake --color=
Scanning dependencies of target GlobalISelTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/build.make unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/CodeGen/GlobalISel/CMakeFiles/GlobalISelTests.dir/LegalizerInfoTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen/GlobalISel && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen/GlobalISel -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/GlobalISelTests.dir/LegalizerInfoTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/BranchProbabilityInfoTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/BranchProbabilityInfoTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/BranchProbabilityInfoTest.cpp
[ 84%] Linking CXX executable CodeGenTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen && /usr/bin/cmake -E cmake_link_script CMakeFiles/CodeGenTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/CodeGenTests.dir/DIEHashTest.cpp.o CMakeFiles/CodeGenTests.dir/LowLevelTypeTest.cpp.o CMakeFiles/CodeGenTests.dir/MachineInstrBundleIteratorTest.cpp.o CMakeFiles/CodeGenTests.dir/ScalableVectorMVTsTest.cpp.o  -o CodeGenTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/APIntTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/APIntTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/APIntTest.cpp
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target CodeGenTests
/usr/bin/make -f lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/build.make lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/lib/Testing/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/build.make lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target LLVMTestingSupport
/usr/bin/make -f unittests/ExecutionEngine/CMakeFiles/ExecutionEngineTests.dir/build.make unittests/ExecutionEngine/CMakeFiles/ExecutionEngineTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/CMakeFiles/ExecutionEngineTests.dir/DependInfo.cmake --color=
Scanning dependencies of target ExecutionEngineTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/ExecutionEngine/CMakeFiles/ExecutionEngineTests.dir/build.make unittests/ExecutionEngine/CMakeFiles/ExecutionEngineTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/ExecutionEngine/CMakeFiles/ExecutionEngineTests.dir/ExecutionEngineTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ExecutionEngineTests.dir/ExecutionEngineTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/ExecutionEngineTest.cpp
[ 84%] Linking CXX executable GlobalISelTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CodeGen/GlobalISel && /usr/bin/cmake -E cmake_link_script CMakeFiles/GlobalISelTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/GlobalISelTests.dir/LegalizerInfoTest.cpp.o  -o GlobalISelTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread ../../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target GlobalISelTests
/usr/bin/make -f unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/build.make unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/DependInfo.cmake --color=
Scanning dependencies of target OrcJITTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/build.make unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/CompileOnDemandLayerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OrcJITTests.dir/CompileOnDemandLayerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc/CompileOnDemandLayerTest.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/CallGraphTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/CallGraphTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/CallGraphTest.cpp
[ 84%] Linking CXX executable ExecutionEngineTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine && /usr/bin/cmake -E cmake_link_script CMakeFiles/ExecutionEngineTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/ExecutionEngineTests.dir/ExecutionEngineTest.cpp.o  -o ExecutionEngineTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target ExecutionEngineTests
/usr/bin/make -f unittests/ExecutionEngine/MCJIT/CMakeFiles/MCJITTests.dir/build.make unittests/ExecutionEngine/MCJIT/CMakeFiles/MCJITTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT/CMakeFiles/MCJITTests.dir/DependInfo.cmake --color=
Scanning dependencies of target MCJITTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/ExecutionEngine/MCJIT/CMakeFiles/MCJITTests.dir/build.make unittests/ExecutionEngine/MCJIT/CMakeFiles/MCJITTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/ExecutionEngine/MCJIT/CMakeFiles/MCJITTests.dir/MCJITTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/MCJITTests.dir/MCJITTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/IndirectionUtilsTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OrcJITTests.dir/IndirectionUtilsTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/CFGTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/CFGTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/CFGTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/GlobalMappingLayerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OrcJITTests.dir/GlobalMappingLayerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc/GlobalMappingLayerTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/MCJIT/CMakeFiles/MCJITTests.dir/MCJITCAPITest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/MCJITTests.dir/MCJITCAPITest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/CGSCCPassManagerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/CGSCCPassManagerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/CGSCCPassManagerTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/LazyEmittingLayerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OrcJITTests.dir/LazyEmittingLayerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/APSIntTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/APSIntTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/APSIntTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/MCJIT/CMakeFiles/MCJITTests.dir/MCJITMemoryManagerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/MCJITTests.dir/MCJITMemoryManagerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/ArrayRefTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/ArrayRefTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/ArrayRefTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/ObjectTransformLayerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OrcJITTests.dir/ObjectTransformLayerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/MCJIT/CMakeFiles/MCJITTests.dir/MCJITMultipleModuleTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/MCJITTests.dir/MCJITMultipleModuleTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/BitmaskEnumTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/BitmaskEnumTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/BitmaskEnumTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/OrcCAPITest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OrcJITTests.dir/OrcCAPITest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/BitVectorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/BitVectorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/BitVectorTest.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/GlobalsModRefTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/GlobalsModRefTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/GlobalsModRefTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/MCJIT/CMakeFiles/MCJITTests.dir/MCJITObjectCacheTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/MCJITTests.dir/MCJITObjectCacheTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/OrcTestCommon.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OrcJITTests.dir/OrcTestCommon.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/LazyCallGraphTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/LazyCallGraphTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/LazyCallGraphTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/QueueChannel.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OrcJITTests.dir/QueueChannel.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc/QueueChannel.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/RPCUtilsTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OrcJITTests.dir/RPCUtilsTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
[ 84%] Linking CXX executable MCJITTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/MCJIT && /usr/bin/cmake -E cmake_link_script CMakeFiles/MCJITTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/MCJITTests.dir/MCJITTest.cpp.o CMakeFiles/MCJITTests.dir/MCJITCAPITest.cpp.o CMakeFiles/MCJITTests.dir/MCJITMemoryManagerTest.cpp.o CMakeFiles/MCJITTests.dir/MCJITMultipleModuleTest.cpp.o CMakeFiles/MCJITTests.dir/MCJITObjectCacheTest.cpp.o  -o MCJITTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread ../../../lib/libLLVM-5.0.so.1 -lpthread 
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/BreadthFirstIteratorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/BreadthFirstIteratorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/BreadthFirstIteratorTest.cpp
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target MCJITTests
/usr/bin/make -f unittests/IR/CMakeFiles/IRTests.dir/build.make unittests/IR/CMakeFiles/IRTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR/CMakeFiles/IRTests.dir/DependInfo.cmake --color=
Scanning dependencies of target IRTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/IR/CMakeFiles/IRTests.dir/build.make unittests/IR/CMakeFiles/IRTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/AsmWriterTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/AsmWriterTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/AsmWriterTest.cpp
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/BumpPtrListTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/BumpPtrListTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/BumpPtrListTest.cpp
[ 84%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/AttributesTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/AttributesTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/AttributesTest.cpp
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/DAGDeltaAlgorithmTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/DAGDeltaAlgorithmTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/DAGDeltaAlgorithmTest.cpp
[ 84%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/BasicBlockTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/BasicBlockTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/BasicBlockTest.cpp
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/DeltaAlgorithmTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/DeltaAlgorithmTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/DeltaAlgorithmTest.cpp
[ 84%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/DenseMapTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/DenseMapTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/DenseMapTest.cpp
[ 84%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/CFGBuilder.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/CFGBuilder.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/CFGBuilder.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/LoopInfoTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/LoopInfoTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/LoopInfoTest.cpp
[ 84%] Building CXX object unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/RTDyldObjectLinkingLayerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OrcJITTests.dir/RTDyldObjectLinkingLayerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
[ 84%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/ConstantRangeTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/ConstantRangeTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/ConstantRangeTest.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/MemoryBuiltinsTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/MemoryBuiltinsTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/MemoryBuiltinsTest.cpp
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/MemorySSA.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/MemorySSA.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/MemorySSA.cpp
[ 84%] Linking CXX executable OrcJITTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ExecutionEngine/Orc && /usr/bin/cmake -E cmake_link_script CMakeFiles/OrcJITTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/OrcJITTests.dir/CompileOnDemandLayerTest.cpp.o CMakeFiles/OrcJITTests.dir/IndirectionUtilsTest.cpp.o CMakeFiles/OrcJITTests.dir/GlobalMappingLayerTest.cpp.o CMakeFiles/OrcJITTests.dir/LazyEmittingLayerTest.cpp.o CMakeFiles/OrcJITTests.dir/ObjectTransformLayerTest.cpp.o CMakeFiles/OrcJITTests.dir/OrcCAPITest.cpp.o CMakeFiles/OrcJITTests.dir/OrcTestCommon.cpp.o CMakeFiles/OrcJITTests.dir/QueueChannel.cpp.o CMakeFiles/OrcJITTests.dir/RPCUtilsTest.cpp.o CMakeFiles/OrcJITTests.dir/RTDyldObjectLinkingLayerTest.cpp.o  -o OrcJITTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread -lpthread ../../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 84%] Built target OrcJITTests
[ 84%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/OrderedBasicBlockTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/OrderedBasicBlockTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/OrderedBasicBlockTest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/ConstantsTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/ConstantsTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/ConstantsTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/DenseSetTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/DenseSetTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/DenseSetTest.cpp
[ 87%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/ProfileSummaryInfoTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/ProfileSummaryInfoTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/ProfileSummaryInfoTest.cpp
[ 87%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/ScalarEvolutionTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/ScalarEvolutionTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/ScalarEvolutionTest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/DebugInfoTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/DebugInfoTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/DebugInfoTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/DepthFirstIteratorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/DepthFirstIteratorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/DepthFirstIteratorTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/FoldingSet.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/FoldingSet.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/FoldingSet.cpp
[ 87%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/TargetLibraryInfoTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/TargetLibraryInfoTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/TargetLibraryInfoTest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/DebugTypeODRUniquingTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/DebugTypeODRUniquingTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/DebugTypeODRUniquingTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/FunctionRefTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/FunctionRefTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/FunctionRefTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/HashingTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/HashingTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/HashingTest.cpp
[ 87%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/TBAATest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/TBAATest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/TBAATest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/DominatorTreeTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/DominatorTreeTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/DominatorTreeTest.cpp
[ 87%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/UnrollAnalyzer.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/UnrollAnalyzer.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/UnrollAnalyzer.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/IListBaseTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/IListBaseTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/IListBaseTest.cpp
[ 87%] Building CXX object unittests/Analysis/CMakeFiles/AnalysisTests.dir/ValueTrackingTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/unittests/Analysis -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AnalysisTests.dir/ValueTrackingTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Analysis/ValueTrackingTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/IListIteratorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/IListIteratorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/IListIteratorTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/IListNodeBaseTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/IListNodeBaseTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/IListNodeBaseTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/IListNodeTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/IListNodeTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/IListNodeTest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/FunctionTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/FunctionTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/FunctionTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/IListSentinelTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/IListSentinelTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/IListSentinelTest.cpp
[ 87%] Linking CXX executable AnalysisTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Analysis && /usr/bin/cmake -E cmake_link_script CMakeFiles/AnalysisTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/AnalysisTests.dir/AliasAnalysisTest.cpp.o CMakeFiles/AnalysisTests.dir/AliasSetTrackerTest.cpp.o CMakeFiles/AnalysisTests.dir/BlockFrequencyInfoTest.cpp.o CMakeFiles/AnalysisTests.dir/BranchProbabilityInfoTest.cpp.o CMakeFiles/AnalysisTests.dir/CallGraphTest.cpp.o CMakeFiles/AnalysisTests.dir/CFGTest.cpp.o CMakeFiles/AnalysisTests.dir/CGSCCPassManagerTest.cpp.o CMakeFiles/AnalysisTests.dir/GlobalsModRefTest.cpp.o CMakeFiles/AnalysisTests.dir/LazyCallGraphTest.cpp.o CMakeFiles/AnalysisTests.dir/LoopInfoTest.cpp.o CMakeFiles/AnalysisTests.dir/MemoryBuiltinsTest.cpp.o CMakeFiles/AnalysisTests.dir/MemorySSA.cpp.o CMakeFiles/AnalysisTests.dir/OrderedBasicBlockTest.cpp.o CMakeFiles/AnalysisTests.dir/ProfileSummaryInfoTest.cpp.o CMakeFiles/AnalysisTests.dir/ScalarEvolutionTest.cpp.o CMakeFiles/AnalysisTests.dir/TargetLibraryInfoTest.cpp.o CMakeFiles/AnalysisTests.dir/TBAATest.cpp.o CMakeFiles/AnalysisTests.dir/UnrollAnalyzer.cpp.o CMakeFiles/AnalysisTests.dir/ValueTrackingTest.cpp.o  -o AnalysisTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Built target AnalysisTests
/usr/bin/make -f unittests/LineEditor/CMakeFiles/LineEditorTests.dir/build.make unittests/LineEditor/CMakeFiles/LineEditorTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/LineEditor /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/LineEditor /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/LineEditor/CMakeFiles/LineEditorTests.dir/DependInfo.cmake --color=
Scanning dependencies of target LineEditorTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/LineEditor/CMakeFiles/LineEditorTests.dir/build.make unittests/LineEditor/CMakeFiles/LineEditorTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/LineEditor/CMakeFiles/LineEditorTests.dir/LineEditor.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/LineEditor && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/LineEditor -I/build/llvm-toolchain-5.0-5.0.1/unittests/LineEditor -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/LineEditorTests.dir/LineEditor.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/LineEditor/LineEditor.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/IListTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/IListTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/IListTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/ImmutableMapTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/ImmutableMapTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/ImmutableMapTest.cpp
[ 87%] Linking CXX executable LineEditorTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/LineEditor && /usr/bin/cmake -E cmake_link_script CMakeFiles/LineEditorTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/LineEditorTests.dir/LineEditor.cpp.o  -o LineEditorTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Built target LineEditorTests
/usr/bin/make -f unittests/Linker/CMakeFiles/LinkerTests.dir/build.make unittests/Linker/CMakeFiles/LinkerTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Linker /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Linker /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Linker/CMakeFiles/LinkerTests.dir/DependInfo.cmake --color=
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/ImmutableSetTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/ImmutableSetTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/ImmutableSetTest.cpp
Scanning dependencies of target LinkerTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/PassBuilderCallbacksTest.cpp.o
/usr/bin/make -f unittests/Linker/CMakeFiles/LinkerTests.dir/build.make unittests/Linker/CMakeFiles/LinkerTests.dir/build
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/PassBuilderCallbacksTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/PassBuilderCallbacksTest.cpp
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/Linker/CMakeFiles/LinkerTests.dir/LinkModulesTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Linker && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Linker -I/build/llvm-toolchain-5.0-5.0.1/unittests/Linker -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/LinkerTests.dir/LinkModulesTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Linker/LinkModulesTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/IntEqClassesTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/IntEqClassesTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/IntEqClassesTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/IntervalMapTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/IntervalMapTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/IntervalMapTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/IntrusiveRefCntPtrTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/IntrusiveRefCntPtrTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/IntrusiveRefCntPtrTest.cpp
[ 87%] Linking CXX executable LinkerTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Linker && /usr/bin/cmake -E cmake_link_script CMakeFiles/LinkerTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/LinkerTests.dir/LinkModulesTest.cpp.o  -o LinkerTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/IteratorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/IteratorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/IteratorTest.cpp
[ 87%] Built target LinkerTests
/usr/bin/make -f unittests/MC/CMakeFiles/MCTests.dir/build.make unittests/MC/CMakeFiles/MCTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/MC /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC/CMakeFiles/MCTests.dir/DependInfo.cmake --color=
Scanning dependencies of target MCTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/MC/CMakeFiles/MCTests.dir/build.make unittests/MC/CMakeFiles/MCTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/MC/CMakeFiles/MCTests.dir/Disassembler.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC -I/build/llvm-toolchain-5.0-5.0.1/unittests/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/MCTests.dir/Disassembler.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/MC/Disassembler.cpp
[ 87%] Building CXX object unittests/MC/CMakeFiles/MCTests.dir/DwarfLineTables.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC -I/build/llvm-toolchain-5.0-5.0.1/unittests/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/MCTests.dir/DwarfLineTables.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/MC/DwarfLineTables.cpp
[ 87%] Building CXX object unittests/MC/CMakeFiles/MCTests.dir/StringTableBuilderTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC -I/build/llvm-toolchain-5.0-5.0.1/unittests/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/MCTests.dir/StringTableBuilderTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/MC/StringTableBuilderTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/MakeUniqueTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/MakeUniqueTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/MakeUniqueTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/MapVectorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/MapVectorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/MapVectorTest.cpp
[ 87%] Building CXX object unittests/MC/CMakeFiles/MCTests.dir/TargetRegistry.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC -I/build/llvm-toolchain-5.0-5.0.1/unittests/MC -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/MCTests.dir/TargetRegistry.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/MC/TargetRegistry.cpp
[ 87%] Linking CXX executable MCTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MC && /usr/bin/cmake -E cmake_link_script CMakeFiles/MCTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/MCTests.dir/Disassembler.cpp.o CMakeFiles/MCTests.dir/DwarfLineTables.cpp.o CMakeFiles/MCTests.dir/StringTableBuilderTest.cpp.o CMakeFiles/MCTests.dir/TargetRegistry.cpp.o  -o MCTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Built target MCTests
/usr/bin/make -f unittests/MI/CMakeFiles/MITests.dir/build.make unittests/MI/CMakeFiles/MITests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/MI /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MI /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MI/CMakeFiles/MITests.dir/DependInfo.cmake --color=
Scanning dependencies of target MITests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/MI/CMakeFiles/MITests.dir/build.make unittests/MI/CMakeFiles/MITests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/MI/CMakeFiles/MITests.dir/LiveIntervalTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MI && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MI -I/build/llvm-toolchain-5.0-5.0.1/unittests/MI -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/MITests.dir/LiveIntervalTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/MI/LiveIntervalTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/OptionalTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/OptionalTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/OptionalTest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/IRBuilderTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/IRBuilderTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/IRBuilderTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/PackedVectorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/PackedVectorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/PackedVectorTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/PointerEmbeddedIntTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/PointerEmbeddedIntTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/PointerEmbeddedIntTest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/InstructionsTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/InstructionsTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/InstructionsTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/PointerIntPairTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/PointerIntPairTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/PointerIntPairTest.cpp
[ 87%] Linking CXX executable MITests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/MI && /usr/bin/cmake -E cmake_link_script CMakeFiles/MITests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/MITests.dir/LiveIntervalTest.cpp.o  -o MITests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Built target MITests
/usr/bin/make -f unittests/Object/CMakeFiles/ObjectTests.dir/build.make unittests/Object/CMakeFiles/ObjectTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Object /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Object /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Object/CMakeFiles/ObjectTests.dir/DependInfo.cmake --color=
Scanning dependencies of target ObjectTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Object/CMakeFiles/ObjectTests.dir/build.make unittests/Object/CMakeFiles/ObjectTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/Object/CMakeFiles/ObjectTests.dir/SymbolSizeTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Object -I/build/llvm-toolchain-5.0-5.0.1/unittests/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ObjectTests.dir/SymbolSizeTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Object/SymbolSizeTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/PointerSumTypeTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/PointerSumTypeTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/PointerSumTypeTest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/IntrinsicsTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/IntrinsicsTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/IntrinsicsTest.cpp
[ 87%] Building CXX object unittests/Object/CMakeFiles/ObjectTests.dir/SymbolicFileTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Object && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Object -I/build/llvm-toolchain-5.0-5.0.1/unittests/Object -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ObjectTests.dir/SymbolicFileTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Object/SymbolicFileTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/PointerUnionTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/PointerUnionTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/PointerUnionTest.cpp
[ 87%] Linking CXX executable ObjectTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Object && /usr/bin/cmake -E cmake_link_script CMakeFiles/ObjectTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/ObjectTests.dir/SymbolSizeTest.cpp.o CMakeFiles/ObjectTests.dir/SymbolicFileTest.cpp.o  -o ObjectTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Built target ObjectTests
/usr/bin/make -f unittests/BinaryFormat/CMakeFiles/BinaryFormatTests.dir/build.make unittests/BinaryFormat/CMakeFiles/BinaryFormatTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/BinaryFormat /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/BinaryFormat /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/BinaryFormat/CMakeFiles/BinaryFormatTests.dir/DependInfo.cmake --color=
Scanning dependencies of target BinaryFormatTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/BinaryFormat/CMakeFiles/BinaryFormatTests.dir/build.make unittests/BinaryFormat/CMakeFiles/BinaryFormatTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/BinaryFormat/CMakeFiles/BinaryFormatTests.dir/DwarfTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/BinaryFormat && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/BinaryFormat -I/build/llvm-toolchain-5.0-5.0.1/unittests/BinaryFormat -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/BinaryFormatTests.dir/DwarfTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/BinaryFormat/DwarfTest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/LegacyPassManagerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/LegacyPassManagerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/LegacyPassManagerTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/PostOrderIteratorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/PostOrderIteratorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/PostOrderIteratorTest.cpp
[ 87%] Building CXX object unittests/BinaryFormat/CMakeFiles/BinaryFormatTests.dir/TestFileMagic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/BinaryFormat && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/BinaryFormat -I/build/llvm-toolchain-5.0-5.0.1/unittests/BinaryFormat -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/BinaryFormatTests.dir/TestFileMagic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/BinaryFormat/TestFileMagic.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/MDBuilderTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/MDBuilderTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/MDBuilderTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/PriorityWorklistTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/PriorityWorklistTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/PriorityWorklistTest.cpp
[ 87%] Linking CXX executable BinaryFormatTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/BinaryFormat && /usr/bin/cmake -E cmake_link_script CMakeFiles/BinaryFormatTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/BinaryFormatTests.dir/DwarfTest.cpp.o CMakeFiles/BinaryFormatTests.dir/TestFileMagic.cpp.o  -o BinaryFormatTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Built target BinaryFormatTests
/usr/bin/make -f unittests/ObjectYAML/CMakeFiles/ObjectYAMLTests.dir/build.make unittests/ObjectYAML/CMakeFiles/ObjectYAMLTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/ObjectYAML /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ObjectYAML /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ObjectYAML/CMakeFiles/ObjectYAMLTests.dir/DependInfo.cmake --color=
Scanning dependencies of target ObjectYAMLTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/ObjectYAML/CMakeFiles/ObjectYAMLTests.dir/build.make unittests/ObjectYAML/CMakeFiles/ObjectYAMLTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/ObjectYAML/CMakeFiles/ObjectYAMLTests.dir/YAMLTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ObjectYAML && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/unittests/ObjectYAML -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ObjectYAMLTests.dir/YAMLTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ObjectYAML/YAMLTest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/MetadataTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/MetadataTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/MetadataTest.cpp
[ 87%] Linking CXX executable ObjectYAMLTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ObjectYAML && /usr/bin/cmake -E cmake_link_script CMakeFiles/ObjectYAMLTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/ObjectYAMLTests.dir/YAMLTest.cpp.o  -o ObjectYAMLTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Built target ObjectYAMLTests
/usr/bin/make -f unittests/Option/CMakeFiles/OptionTests.dir/build.make unittests/Option/CMakeFiles/OptionTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Option /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option/CMakeFiles/OptionTests.dir/DependInfo.cmake --color=
Scanning dependencies of target OptionTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Option/CMakeFiles/OptionTests.dir/build.make unittests/Option/CMakeFiles/OptionTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/Option/CMakeFiles/OptionTests.dir/OptionParsingTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option -I/build/llvm-toolchain-5.0-5.0.1/unittests/Option -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/OptionTests.dir/OptionParsingTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Option/OptionParsingTest.cpp
/usr/bin/make -f unittests/ProfileData/CMakeFiles/ProfileDataTests.dir/build.make unittests/ProfileData/CMakeFiles/ProfileDataTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/ProfileData /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ProfileData /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ProfileData/CMakeFiles/ProfileDataTests.dir/DependInfo.cmake --color=
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/RangeAdapterTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/RangeAdapterTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/RangeAdapterTest.cpp
Scanning dependencies of target ProfileDataTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/ProfileData/CMakeFiles/ProfileDataTests.dir/build.make unittests/ProfileData/CMakeFiles/ProfileDataTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/ProfileData/CMakeFiles/ProfileDataTests.dir/CoverageMappingTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ProfileData && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/unittests/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ProfileDataTests.dir/CoverageMappingTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ProfileData/CoverageMappingTest.cpp
[ 87%] Linking CXX executable OptionTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Option && /usr/bin/cmake -E cmake_link_script CMakeFiles/OptionTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/OptionTests.dir/OptionParsingTest.cpp.o  -o OptionTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Built target OptionTests
/usr/bin/make -f unittests/Support/CMakeFiles/SupportTests.dir/build.make unittests/Support/CMakeFiles/SupportTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/CMakeFiles/SupportTests.dir/DependInfo.cmake --color=
Scanning dependencies of target SupportTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Support/CMakeFiles/SupportTests.dir/build.make unittests/Support/CMakeFiles/SupportTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 87%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/AlignOfTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -w -o CMakeFiles/SupportTests.dir/AlignOfTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/AlignOfTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/ReverseIterationTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/ReverseIterationTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/ReverseIterationTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/SCCIteratorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/SCCIteratorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/SCCIteratorTest.cpp
[ 87%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/AllocatorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/AllocatorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/AllocatorTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/STLExtrasTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/STLExtrasTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/STLExtrasTest.cpp
[ 87%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ARMAttributeParser.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ARMAttributeParser.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ARMAttributeParser.cpp
[ 87%] Building CXX object unittests/ProfileData/CMakeFiles/ProfileDataTests.dir/InstrProfTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ProfileData && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/unittests/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ProfileDataTests.dir/InstrProfTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ProfileData/InstrProfTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/ScopeExitTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/ScopeExitTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/ScopeExitTest.cpp
[ 87%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ArrayRecyclerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ArrayRecyclerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ArrayRecyclerTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/SequenceTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/SequenceTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/SequenceTest.cpp
[ 87%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/SetVectorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/SetVectorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/SetVectorTest.cpp
[ 87%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/BinaryStreamTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/BinaryStreamTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/BinaryStreamTest.cpp
[ 87%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/ModuleTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/ModuleTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/ModuleTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/SimpleIListTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/SimpleIListTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/SimpleIListTest.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/PassManagerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/PassManagerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/PassManagerTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/SmallPtrSetTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/SmallPtrSetTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/SmallPtrSetTest.cpp
[ 90%] Building CXX object unittests/ProfileData/CMakeFiles/ProfileDataTests.dir/SampleProfTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ProfileData && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/unittests/ProfileData -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ProfileDataTests.dir/SampleProfTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ProfileData/SampleProfTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/BlockFrequencyTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/BlockFrequencyTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/BlockFrequencyTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/SmallStringTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/SmallStringTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/SmallStringTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/BranchProbabilityTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/BranchProbabilityTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/BranchProbabilityTest.cpp
[ 90%] Linking CXX executable ProfileDataTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ProfileData && /usr/bin/cmake -E cmake_link_script CMakeFiles/ProfileDataTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/ProfileDataTests.dir/CoverageMappingTest.cpp.o CMakeFiles/ProfileDataTests.dir/InstrProfTest.cpp.o CMakeFiles/ProfileDataTests.dir/SampleProfTest.cpp.o  -o ProfileDataTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVMTestingSupport.a ../../lib/libgtest.a ../../lib/libLLVM-5.0.so.1 -lpthread ../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../lib/libLLVMDemangle.a 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target ProfileDataTests
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryTests.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryTests.dir/DependInfo.cmake --color=
Scanning dependencies of target DynamicLibraryTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryTests.dir/build.make unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryTests.dir/DynamicLibraryTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DynamicLibraryTests.dir/DynamicLibraryTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/SmallVectorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/SmallVectorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/SmallVectorTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/CachePruningTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/CachePruningTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/CachePruningTest.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/PatternMatch.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/PatternMatch.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/PatternMatch.cpp
[ 90%] Linking CXX executable DynamicLibraryTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support/DynamicLibrary && /usr/bin/cmake -E cmake_link_script CMakeFiles/DynamicLibraryTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined -Wl,--export-dynamic  -Wl,-O3 -Wl,--gc-sections CMakeFiles/DynamicLibraryTests.dir/DynamicLibraryTest.cpp.o  -o DynamicLibraryTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread ../../../lib/libDynamicLibraryLib.a ../../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target DynamicLibraryTests
/usr/bin/make -f unittests/Target/AArch64/CMakeFiles/AArch64Tests.dir/build.make unittests/Target/AArch64/CMakeFiles/AArch64Tests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Target/AArch64 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Target/AArch64 /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Target/AArch64/CMakeFiles/AArch64Tests.dir/DependInfo.cmake --color=
Scanning dependencies of target AArch64Tests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Target/AArch64/CMakeFiles/AArch64Tests.dir/build.make unittests/Target/AArch64/CMakeFiles/AArch64Tests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object unittests/Target/AArch64/CMakeFiles/AArch64Tests.dir/InstSizes.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Target/AArch64 && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/unittests/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib/Target/AArch64 -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/AArch64Tests.dir/InstSizes.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Target/AArch64/InstSizes.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/CrashRecoveryTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/CrashRecoveryTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/CrashRecoveryTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/Casting.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/Casting.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/Casting.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/TypeBuilderTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/TypeBuilderTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/TypeBuilderTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/Chrono.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/Chrono.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/Chrono.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/TypesTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/TypesTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/TypesTest.cpp
[ 90%] Linking CXX executable AArch64Tests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Target/AArch64 && /usr/bin/cmake -E cmake_link_script CMakeFiles/AArch64Tests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/AArch64Tests.dir/InstSizes.cpp.o  -o AArch64Tests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread ../../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target AArch64Tests
/usr/bin/make -f unittests/Transforms/IPO/CMakeFiles/IPOTests.dir/build.make unittests/Transforms/IPO/CMakeFiles/IPOTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/IPO /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/IPO /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/IPO/CMakeFiles/IPOTests.dir/DependInfo.cmake --color=
Scanning dependencies of target IPOTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Transforms/IPO/CMakeFiles/IPOTests.dir/build.make unittests/Transforms/IPO/CMakeFiles/IPOTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object unittests/Transforms/IPO/CMakeFiles/IPOTests.dir/LowerTypeTests.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IPOTests.dir/LowerTypeTests.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/IPO/LowerTypeTests.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/UseTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/UseTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/UseTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/CommandLineTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/CommandLineTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/CommandLineTest.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/UserTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/UserTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/UserTest.cpp
[ 90%] Building CXX object unittests/Transforms/IPO/CMakeFiles/IPOTests.dir/WholeProgramDevirt.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/IPO && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/IPO -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IPOTests.dir/WholeProgramDevirt.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/IPO/WholeProgramDevirt.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/CompressionTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/CompressionTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/CompressionTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/SparseBitVectorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/SparseBitVectorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/SparseBitVectorTest.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/ValueHandleTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/ValueHandleTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/ValueHandleTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ConvertUTFTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ConvertUTFTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ConvertUTFTest.cpp
[ 90%] Linking CXX executable IPOTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/IPO && /usr/bin/cmake -E cmake_link_script CMakeFiles/IPOTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/IPOTests.dir/LowerTypeTests.cpp.o CMakeFiles/IPOTests.dir/WholeProgramDevirt.cpp.o  -o IPOTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread ../../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target IPOTests
/usr/bin/make -f unittests/Transforms/Scalar/CMakeFiles/ScalarTests.dir/build.make unittests/Transforms/Scalar/CMakeFiles/ScalarTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Scalar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Scalar /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Scalar/CMakeFiles/ScalarTests.dir/DependInfo.cmake --color=
Scanning dependencies of target ScalarTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Transforms/Scalar/CMakeFiles/ScalarTests.dir/build.make unittests/Transforms/Scalar/CMakeFiles/ScalarTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object unittests/Transforms/Scalar/CMakeFiles/ScalarTests.dir/LoopPassManagerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Scalar && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Scalar -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ScalarTests.dir/LoopPassManagerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Scalar/LoopPassManagerTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/SparseMultiSetTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/SparseMultiSetTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/SparseMultiSetTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/SparseSetTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/SparseSetTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/SparseSetTest.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/ValueMapTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/ValueMapTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/ValueMapTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/StringExtrasTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/StringExtrasTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/StringExtrasTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/DataExtractorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/DataExtractorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DataExtractorTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/StringMapTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/StringMapTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/StringMapTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/DebugTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/DebugTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/DebugTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/EndianStreamTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/EndianStreamTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/EndianStreamTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/StringRefTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/StringRefTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/StringRefTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/EndianTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/EndianTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/EndianTest.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/ValueTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/ValueTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/ValueTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ErrnoTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ErrnoTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ErrnoTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ErrorOrTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ErrorOrTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ErrorOrTest.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/VerifierTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/VerifierTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/VerifierTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/StringSwitchTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/StringSwitchTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/StringSwitchTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ErrorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ErrorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ErrorTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/TinyPtrVectorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/TinyPtrVectorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/TinyPtrVectorTest.cpp
[ 90%] Linking CXX executable ScalarTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Scalar && /usr/bin/cmake -E cmake_link_script CMakeFiles/ScalarTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/ScalarTests.dir/LoopPassManagerTest.cpp.o  -o ScalarTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread ../../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target ScalarTests
/usr/bin/make -f unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/build.make unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/DependInfo.cmake --color=
Scanning dependencies of target UtilsTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/build.make unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Building CXX object unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/ASanStackFrameLayoutTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/UtilsTests.dir/ASanStackFrameLayoutTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils/ASanStackFrameLayoutTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/FileOutputBufferTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/FileOutputBufferTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/FileOutputBufferTest.cpp
[ 90%] Building CXX object unittests/IR/CMakeFiles/IRTests.dir/WaymarkTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/unittests/IR -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/IRTests.dir/WaymarkTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/IR/WaymarkTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/TripleTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/TripleTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/TripleTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/FormatVariadicTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/FormatVariadicTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/FormatVariadicTest.cpp
[ 90%] Building CXX object unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/Cloning.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/UtilsTests.dir/Cloning.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils/Cloning.cpp
[ 90%] Linking CXX executable IRTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/IR && /usr/bin/cmake -E cmake_link_script CMakeFiles/IRTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/IRTests.dir/AsmWriterTest.cpp.o CMakeFiles/IRTests.dir/AttributesTest.cpp.o CMakeFiles/IRTests.dir/BasicBlockTest.cpp.o CMakeFiles/IRTests.dir/CFGBuilder.cpp.o CMakeFiles/IRTests.dir/ConstantRangeTest.cpp.o CMakeFiles/IRTests.dir/ConstantsTest.cpp.o CMakeFiles/IRTests.dir/DebugInfoTest.cpp.o CMakeFiles/IRTests.dir/DebugTypeODRUniquingTest.cpp.o CMakeFiles/IRTests.dir/DominatorTreeTest.cpp.o CMakeFiles/IRTests.dir/FunctionTest.cpp.o CMakeFiles/IRTests.dir/PassBuilderCallbacksTest.cpp.o CMakeFiles/IRTests.dir/IRBuilderTest.cpp.o CMakeFiles/IRTests.dir/InstructionsTest.cpp.o CMakeFiles/IRTests.dir/IntrinsicsTest.cpp.o CMakeFiles/IRTests.dir/LegacyPassManagerTest.cpp.o CMakeFiles/IRTests.dir/MDBuilderTest.cpp.o CMakeFiles/IRTests.dir/MetadataTest.cpp.o CMakeFiles/IRTests.dir/ModuleTest.cpp.o CMakeFiles/IRTests.dir/PassManagerTest.cpp.o CMakeFiles/IRTests.dir/PatternMatch.cpp.o CMakeFiles/IRTests.dir/TypeBuilderTest.cpp.o CMakeFiles/IRTests.dir/TypesTest.cpp.o CMakeFiles/IRTests.dir/UseTest.cpp.o CMakeFiles/IRTests.dir/UserTest.cpp.o CMakeFiles/IRTests.dir/ValueHandleTest.cpp.o CMakeFiles/IRTests.dir/ValueMapTest.cpp.o CMakeFiles/IRTests.dir/ValueTest.cpp.o CMakeFiles/IRTests.dir/VerifierTest.cpp.o CMakeFiles/IRTests.dir/WaymarkTest.cpp.o  -o IRTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target IRTests
/usr/bin/make -f tools/lto/CMakeFiles/LTO.dir/build.make tools/lto/CMakeFiles/LTO.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lto /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lto/CMakeFiles/LTO.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lto/CMakeFiles/LTO.dir/build.make tools/lto/CMakeFiles/LTO.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/lto/CMakeFiles/LTO.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target LTO
/usr/bin/make -f tools/gold/CMakeFiles/LLVMgold.dir/build.make tools/gold/CMakeFiles/LLVMgold.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/gold /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/gold/CMakeFiles/LLVMgold.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/gold/CMakeFiles/LLVMgold.dir/build.make tools/gold/CMakeFiles/LLVMgold.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/gold/CMakeFiles/LLVMgold.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target LLVMgold
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-ar.dir/build.make tools/llvm-ar/CMakeFiles/llvm-ar.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-ar.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-ar.dir/build.make tools/llvm-ar/CMakeFiles/llvm-ar.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-ar/CMakeFiles/llvm-ar.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-ar
/usr/bin/make -f tools/llvm-config/CMakeFiles/llvm-config.dir/build.make tools/llvm-config/CMakeFiles/llvm-config.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-config /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-config/CMakeFiles/llvm-config.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-config/CMakeFiles/llvm-config.dir/build.make tools/llvm-config/CMakeFiles/llvm-config.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-config/CMakeFiles/llvm-config.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-config
/usr/bin/make -f tools/llvm-lto/CMakeFiles/llvm-lto.dir/build.make tools/llvm-lto/CMakeFiles/llvm-lto.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-lto /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto/CMakeFiles/llvm-lto.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-lto/CMakeFiles/llvm-lto.dir/build.make tools/llvm-lto/CMakeFiles/llvm-lto.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-lto/CMakeFiles/llvm-lto.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-lto
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/TwineTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/TwineTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/TwineTest.cpp
[ 90%] Building CXX object unittests/ADT/CMakeFiles/ADTTests.dir/VariadicFunctionTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/unittests/ADT -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/ADTTests.dir/VariadicFunctionTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/ADT/VariadicFunctionTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/GlobPatternTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/GlobPatternTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/GlobPatternTest.cpp
[ 90%] Linking CXX executable ADTTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/ADT && /usr/bin/cmake -E cmake_link_script CMakeFiles/ADTTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/ADTTests.dir/APFloatTest.cpp.o CMakeFiles/ADTTests.dir/APIntTest.cpp.o CMakeFiles/ADTTests.dir/APSIntTest.cpp.o CMakeFiles/ADTTests.dir/ArrayRefTest.cpp.o CMakeFiles/ADTTests.dir/BitmaskEnumTest.cpp.o CMakeFiles/ADTTests.dir/BitVectorTest.cpp.o CMakeFiles/ADTTests.dir/BreadthFirstIteratorTest.cpp.o CMakeFiles/ADTTests.dir/BumpPtrListTest.cpp.o CMakeFiles/ADTTests.dir/DAGDeltaAlgorithmTest.cpp.o CMakeFiles/ADTTests.dir/DeltaAlgorithmTest.cpp.o CMakeFiles/ADTTests.dir/DenseMapTest.cpp.o CMakeFiles/ADTTests.dir/DenseSetTest.cpp.o CMakeFiles/ADTTests.dir/DepthFirstIteratorTest.cpp.o CMakeFiles/ADTTests.dir/FoldingSet.cpp.o CMakeFiles/ADTTests.dir/FunctionRefTest.cpp.o CMakeFiles/ADTTests.dir/HashingTest.cpp.o CMakeFiles/ADTTests.dir/IListBaseTest.cpp.o CMakeFiles/ADTTests.dir/IListIteratorTest.cpp.o CMakeFiles/ADTTests.dir/IListNodeBaseTest.cpp.o CMakeFiles/ADTTests.dir/IListNodeTest.cpp.o CMakeFiles/ADTTests.dir/IListSentinelTest.cpp.o CMakeFiles/ADTTests.dir/IListTest.cpp.o CMakeFiles/ADTTests.dir/ImmutableMapTest.cpp.o CMakeFiles/ADTTests.dir/ImmutableSetTest.cpp.o CMakeFiles/ADTTests.dir/IntEqClassesTest.cpp.o CMakeFiles/ADTTests.dir/IntervalMapTest.cpp.o CMakeFiles/ADTTests.dir/IntrusiveRefCntPtrTest.cpp.o CMakeFiles/ADTTests.dir/IteratorTest.cpp.o CMakeFiles/ADTTests.dir/MakeUniqueTest.cpp.o CMakeFiles/ADTTests.dir/MapVectorTest.cpp.o CMakeFiles/ADTTests.dir/OptionalTest.cpp.o CMakeFiles/ADTTests.dir/PackedVectorTest.cpp.o CMakeFiles/ADTTests.dir/PointerEmbeddedIntTest.cpp.o CMakeFiles/ADTTests.dir/PointerIntPairTest.cpp.o CMakeFiles/ADTTests.dir/PointerSumTypeTest.cpp.o CMakeFiles/ADTTests.dir/PointerUnionTest.cpp.o CMakeFiles/ADTTests.dir/PostOrderIteratorTest.cpp.o CMakeFiles/ADTTests.dir/PriorityWorklistTest.cpp.o CMakeFiles/ADTTests.dir/RangeAdapterTest.cpp.o CMakeFiles/ADTTests.dir/ReverseIterationTest.cpp.o CMakeFiles/ADTTests.dir/SCCIteratorTest.cpp.o CMakeFiles/ADTTests.dir/STLExtrasTest.cpp.o CMakeFiles/ADTTests.dir/ScopeExitTest.cpp.o CMakeFiles/ADTTests.dir/SequenceTest.cpp.o CMakeFiles/ADTTests.dir/SetVectorTest.cpp.o CMakeFiles/ADTTests.dir/SimpleIListTest.cpp.o CMakeFiles/ADTTests.dir/SmallPtrSetTest.cpp.o CMakeFiles/ADTTests.dir/SmallStringTest.cpp.o CMakeFiles/ADTTests.dir/SmallVectorTest.cpp.o CMakeFiles/ADTTests.dir/SparseBitVectorTest.cpp.o CMakeFiles/ADTTests.dir/SparseMultiSetTest.cpp.o CMakeFiles/ADTTests.dir/SparseSetTest.cpp.o CMakeFiles/ADTTests.dir/StringExtrasTest.cpp.o CMakeFiles/ADTTests.dir/StringMapTest.cpp.o CMakeFiles/ADTTests.dir/StringRefTest.cpp.o CMakeFiles/ADTTests.dir/StringSwitchTest.cpp.o CMakeFiles/ADTTests.dir/TinyPtrVectorTest.cpp.o CMakeFiles/ADTTests.dir/TripleTest.cpp.o CMakeFiles/ADTTests.dir/TwineTest.cpp.o CMakeFiles/ADTTests.dir/VariadicFunctionTest.cpp.o  -o ADTTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target ADTTests
/usr/bin/make -f tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/build.make tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-profdata /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/build.make tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-profdata
/usr/bin/make -f tools/polly/lib/CMakeFiles/Polly.dir/build.make tools/polly/lib/CMakeFiles/Polly.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/polly/lib /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/polly/lib/CMakeFiles/Polly.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/polly/lib/CMakeFiles/Polly.dir/build.make tools/polly/lib/CMakeFiles/Polly.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/polly/lib/CMakeFiles/Polly.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target Polly
/usr/bin/make -f tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/build.make tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/dsymutil /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/build.make tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/dsymutil/CMakeFiles/llvm-dsymutil.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-dsymutil
/usr/bin/make -f tools/llc/CMakeFiles/llc.dir/build.make tools/llc/CMakeFiles/llc.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llc/CMakeFiles/llc.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llc/CMakeFiles/llc.dir/build.make tools/llc/CMakeFiles/llc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llc/CMakeFiles/llc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llc
/usr/bin/make -f tools/lli/CMakeFiles/lli.dir/build.make tools/lli/CMakeFiles/lli.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/lli /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/lli/CMakeFiles/lli.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/lli/CMakeFiles/lli.dir/build.make tools/lli/CMakeFiles/lli.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/lli/CMakeFiles/lli.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target lli
/usr/bin/make -f tools/llvm-as/CMakeFiles/llvm-as.dir/build.make tools/llvm-as/CMakeFiles/llvm-as.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-as /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-as/CMakeFiles/llvm-as.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-as/CMakeFiles/llvm-as.dir/build.make tools/llvm-as/CMakeFiles/llvm-as.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-as/CMakeFiles/llvm-as.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-as
/usr/bin/make -f tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/build.make tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-bcanalyzer /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/build.make tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-bcanalyzer
/usr/bin/make -f tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/build.make tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-c-test /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/build.make tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-c-test
/usr/bin/make -f tools/llvm-cat/CMakeFiles/llvm-cat.dir/build.make tools/llvm-cat/CMakeFiles/llvm-cat.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cat /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cat/CMakeFiles/llvm-cat.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cat/CMakeFiles/llvm-cat.dir/build.make tools/llvm-cat/CMakeFiles/llvm-cat.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-cat/CMakeFiles/llvm-cat.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-cat
/usr/bin/make -f tools/llvm-cov/CMakeFiles/llvm-cov.dir/build.make tools/llvm-cov/CMakeFiles/llvm-cov.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cov /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cov/CMakeFiles/llvm-cov.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cov/CMakeFiles/llvm-cov.dir/build.make tools/llvm-cov/CMakeFiles/llvm-cov.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-cov/CMakeFiles/llvm-cov.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-cov
/usr/bin/make -f tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/build.make tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cvtres /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/build.make tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-cvtres
/usr/bin/make -f tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/build.make tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cxxdump /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/build.make tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-cxxdump
/usr/bin/make -f tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/build.make tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-cxxfilt /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/build.make tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-cxxfilt
/usr/bin/make -f tools/llvm-diff/CMakeFiles/llvm-diff.dir/build.make tools/llvm-diff/CMakeFiles/llvm-diff.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-diff /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-diff/CMakeFiles/llvm-diff.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-diff/CMakeFiles/llvm-diff.dir/build.make tools/llvm-diff/CMakeFiles/llvm-diff.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-diff/CMakeFiles/llvm-diff.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-diff
/usr/bin/make -f tools/llvm-dis/CMakeFiles/llvm-dis.dir/build.make tools/llvm-dis/CMakeFiles/llvm-dis.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-dis /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dis/CMakeFiles/llvm-dis.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-dis/CMakeFiles/llvm-dis.dir/build.make tools/llvm-dis/CMakeFiles/llvm-dis.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-dis/CMakeFiles/llvm-dis.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-dis
/usr/bin/make -f tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/build.make tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-dwarfdump /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/build.make tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-dwarfdump
/usr/bin/make -f tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/build.make tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-dwp /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/build.make tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-extract/CMakeFiles/llvm-extract.dir/build.make tools/llvm-extract/CMakeFiles/llvm-extract.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-extract /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-extract/CMakeFiles/llvm-extract.dir/DependInfo.cmake --color=
[ 90%] Built target llvm-dwp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/Host.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/Host.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/Host.cpp
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-extract/CMakeFiles/llvm-extract.dir/build.make tools/llvm-extract/CMakeFiles/llvm-extract.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-extract/CMakeFiles/llvm-extract.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-extract
/usr/bin/make -f tools/llvm-link/CMakeFiles/llvm-link.dir/build.make tools/llvm-link/CMakeFiles/llvm-link.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-link /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-link/CMakeFiles/llvm-link.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-link/CMakeFiles/llvm-link.dir/build.make tools/llvm-link/CMakeFiles/llvm-link.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-link/CMakeFiles/llvm-link.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-link
/usr/bin/make -f tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/build.make tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-lto2 /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2 /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/build.make tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-lto2
/usr/bin/make -f tools/llvm-mc/CMakeFiles/llvm-mc.dir/build.make tools/llvm-mc/CMakeFiles/llvm-mc.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mc /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mc/CMakeFiles/llvm-mc.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-mc/CMakeFiles/llvm-mc.dir/build.make tools/llvm-mc/CMakeFiles/llvm-mc.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-mc/CMakeFiles/llvm-mc.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-mc
[ 90%] Building CXX object unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/FunctionComparator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/UtilsTests.dir/FunctionComparator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils/FunctionComparator.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/LEB128Test.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/LEB128Test.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/LEB128Test.cpp
[ 90%] Building CXX object unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/IntegerDivision.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/UtilsTests.dir/IntegerDivision.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils/IntegerDivision.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/LineIteratorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/LineIteratorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/LineIteratorTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/LockFileManagerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/LockFileManagerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/LockFileManagerTest.cpp
[ 90%] Building CXX object unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/Local.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/UtilsTests.dir/Local.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils/Local.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/MD5Test.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/MD5Test.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/MD5Test.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ManagedStatic.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ManagedStatic.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ManagedStatic.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/MathExtrasTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/MathExtrasTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/MathExtrasTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/MemoryBufferTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/MemoryBufferTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/MemoryBufferTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/MemoryTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/MemoryTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/MemoryTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/NativeFormatTests.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/NativeFormatTests.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/NativeFormatTests.cpp
[ 90%] Building CXX object unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/OrderedInstructions.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/UtilsTests.dir/OrderedInstructions.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils/OrderedInstructions.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ParallelTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ParallelTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ParallelTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/Path.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/Path.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/Path.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ProcessTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ProcessTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ProcessTest.cpp
/build/llvm-toolchain-5.0-5.0.1/unittests/Support/Path.cpp: In member function 'virtual void {anonymous}::FileSystemTest_RealPath_Test::TestBody()':
/build/llvm-toolchain-5.0-5.0.1/unittests/Support/Path.cpp:555:8: warning: unused variable 'Result' [-Wunused-variable]
   bool Result = llvm::sys::path::home_directory(HomeDir);
        ^~~~~~
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ProgramTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ProgramTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ProgramTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/RegexTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/RegexTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/RegexTest.cpp
[ 90%] Building CXX object unittests/Transforms/Utils/CMakeFiles/UtilsTests.dir/ValueMapperTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/UtilsTests.dir/ValueMapperTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Transforms/Utils/ValueMapperTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ReplaceFileTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ReplaceFileTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ReplaceFileTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ScaledNumberTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ScaledNumberTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ScaledNumberTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/SourceMgrTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/SourceMgrTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/SourceMgrTest.cpp
[ 90%] Linking CXX executable UtilsTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Transforms/Utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/UtilsTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/UtilsTests.dir/ASanStackFrameLayoutTest.cpp.o CMakeFiles/UtilsTests.dir/Cloning.cpp.o CMakeFiles/UtilsTests.dir/FunctionComparator.cpp.o CMakeFiles/UtilsTests.dir/IntegerDivision.cpp.o CMakeFiles/UtilsTests.dir/Local.cpp.o CMakeFiles/UtilsTests.dir/OrderedInstructions.cpp.o CMakeFiles/UtilsTests.dir/ValueMapperTest.cpp.o  -o UtilsTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread ../../../lib/libLLVM-5.0.so.1 -lpthread 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target UtilsTests
/usr/bin/make -f tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/build.make tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mcmarkup /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/build.make tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-mcmarkup/CMakeFiles/llvm-mcmarkup.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-mcmarkup
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/SpecialCaseListTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/SpecialCaseListTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/SpecialCaseListTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/StringPool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/StringPool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/StringPool.cpp
/usr/bin/make -f tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/build.make tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-modextract /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/build.make tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-modextract
/usr/bin/make -f tools/llvm-mt/CMakeFiles/llvm-mt.dir/build.make tools/llvm-mt/CMakeFiles/llvm-mt.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-mt /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-mt/CMakeFiles/llvm-mt.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-mt/CMakeFiles/llvm-mt.dir/build.make tools/llvm-mt/CMakeFiles/llvm-mt.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-mt/CMakeFiles/llvm-mt.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-mt
/usr/bin/make -f tools/llvm-nm/CMakeFiles/llvm-nm.dir/build.make tools/llvm-nm/CMakeFiles/llvm-nm.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-nm /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-nm/CMakeFiles/llvm-nm.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-nm/CMakeFiles/llvm-nm.dir/build.make tools/llvm-nm/CMakeFiles/llvm-nm.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-nm/CMakeFiles/llvm-nm.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-nm
/usr/bin/make -f tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/build.make tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-objdump /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/build.make tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-objdump
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/SwapByteOrderTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/SwapByteOrderTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/SwapByteOrderTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/TarWriterTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/TarWriterTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/TarWriterTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/TargetParserTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/TargetParserTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/TargetParserTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ThreadLocalTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ThreadLocalTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ThreadLocalTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/ThreadPool.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/ThreadPool.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/ThreadPool.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/Threading.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/Threading.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/Threading.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/TimerTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/TimerTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/TimerTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/TypeNameTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/TypeNameTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/TypeNameTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/TrailingObjectsTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/TrailingObjectsTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/TrailingObjectsTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/TrigramIndexTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/TrigramIndexTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/TrigramIndexTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/UnicodeTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/UnicodeTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/UnicodeTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/YAMLIOTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/YAMLIOTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/YAMLIOTest.cpp
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/YAMLParserTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/YAMLParserTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/YAMLParserTest.cpp
/usr/bin/make -f tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/build.make tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-opt-report /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/build.make tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-opt-report
/usr/bin/make -f tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/build.make tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-pdbutil /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/build.make tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 90%] Built target llvm-pdbutil
/usr/bin/make -f tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/build.make tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/depend
[ 90%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/formatted_raw_ostream_test.cpp.o
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/DependInfo.cmake --color=
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/formatted_raw_ostream_test.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/formatted_raw_ostream_test.cpp
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/build.make tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-readobj
/usr/bin/make -f tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/build.make tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-rtdyld /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/build.make tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-rtdyld
/usr/bin/make -f tools/llvm-size/CMakeFiles/llvm-size.dir/build.make tools/llvm-size/CMakeFiles/llvm-size.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-size /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-size/CMakeFiles/llvm-size.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-size/CMakeFiles/llvm-size.dir/build.make tools/llvm-size/CMakeFiles/llvm-size.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-size/CMakeFiles/llvm-size.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-size
/usr/bin/make -f tools/llvm-split/CMakeFiles/llvm-split.dir/build.make tools/llvm-split/CMakeFiles/llvm-split.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-split /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-split/CMakeFiles/llvm-split.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-split/CMakeFiles/llvm-split.dir/build.make tools/llvm-split/CMakeFiles/llvm-split.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-split/CMakeFiles/llvm-split.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-split
/usr/bin/make -f tools/llvm-strings/CMakeFiles/llvm-strings.dir/build.make tools/llvm-strings/CMakeFiles/llvm-strings.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-strings /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-strings/CMakeFiles/llvm-strings.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-strings/CMakeFiles/llvm-strings.dir/build.make tools/llvm-strings/CMakeFiles/llvm-strings.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-strings/CMakeFiles/llvm-strings.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-strings
/usr/bin/make -f tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/build.make tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-symbolizer /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/build.make tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-symbolizer
/usr/bin/make -f tools/llvm-xray/CMakeFiles/llvm-xray.dir/build.make tools/llvm-xray/CMakeFiles/llvm-xray.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-xray /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-xray/CMakeFiles/llvm-xray.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-xray/CMakeFiles/llvm-xray.dir/build.make tools/llvm-xray/CMakeFiles/llvm-xray.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-xray/CMakeFiles/llvm-xray.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target llvm-xray
/usr/bin/make -f tools/obj2yaml/CMakeFiles/obj2yaml.dir/build.make tools/obj2yaml/CMakeFiles/obj2yaml.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/obj2yaml /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/obj2yaml/CMakeFiles/obj2yaml.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/obj2yaml/CMakeFiles/obj2yaml.dir/build.make tools/obj2yaml/CMakeFiles/obj2yaml.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/obj2yaml/CMakeFiles/obj2yaml.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target obj2yaml
/usr/bin/make -f tools/opt/CMakeFiles/opt.dir/build.make tools/opt/CMakeFiles/opt.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/opt /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/opt/CMakeFiles/opt.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/opt/CMakeFiles/opt.dir/build.make tools/opt/CMakeFiles/opt.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/opt/CMakeFiles/opt.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target opt
/usr/bin/make -f tools/sancov/CMakeFiles/sancov.dir/build.make tools/sancov/CMakeFiles/sancov.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/sancov /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sancov/CMakeFiles/sancov.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/sancov/CMakeFiles/sancov.dir/build.make tools/sancov/CMakeFiles/sancov.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/sancov/CMakeFiles/sancov.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target sancov
/usr/bin/make -f tools/sanstats/CMakeFiles/sanstats.dir/build.make tools/sanstats/CMakeFiles/sanstats.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/sanstats /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/sanstats/CMakeFiles/sanstats.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/sanstats/CMakeFiles/sanstats.dir/build.make tools/sanstats/CMakeFiles/sanstats.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/sanstats/CMakeFiles/sanstats.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target sanstats
/usr/bin/make -f tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/build.make tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/verify-uselistorder /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/build.make tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 93%] Built target verify-uselistorder
/usr/bin/make -f tools/yaml2obj/CMakeFiles/yaml2obj.dir/build.make tools/yaml2obj/CMakeFiles/yaml2obj.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/yaml2obj /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/yaml2obj/CMakeFiles/yaml2obj.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/yaml2obj/CMakeFiles/yaml2obj.dir/build.make tools/yaml2obj/CMakeFiles/yaml2obj.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/yaml2obj/CMakeFiles/yaml2obj.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 96%] Built target yaml2obj
/usr/bin/make -f unittests/DebugInfo/CodeView/CMakeFiles/DebugInfoCodeViewTests.dir/build.make unittests/DebugInfo/CodeView/CMakeFiles/DebugInfoCodeViewTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/CodeView /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/CodeView /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/CodeView/CMakeFiles/DebugInfoCodeViewTests.dir/DependInfo.cmake --color=
Scanning dependencies of target DebugInfoCodeViewTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/DebugInfo/CodeView/CMakeFiles/DebugInfoCodeViewTests.dir/build.make unittests/DebugInfo/CodeView/CMakeFiles/DebugInfoCodeViewTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 96%] Building CXX object unittests/DebugInfo/CodeView/CMakeFiles/DebugInfoCodeViewTests.dir/RandomAccessVisitorTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DebugInfoCodeViewTests.dir/RandomAccessVisitorTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
[ 96%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/raw_ostream_test.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/raw_ostream_test.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/raw_ostream_test.cpp
[ 96%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/raw_pwrite_stream_test.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/raw_pwrite_stream_test.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/raw_pwrite_stream_test.cpp
[ 96%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/raw_sha1_ostream_test.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/raw_sha1_ostream_test.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/raw_sha1_ostream_test.cpp
[ 96%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/xxhashTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/unittests/Support -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/SupportTests.dir/xxhashTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/Support/xxhashTest.cpp
/usr/bin/make -f unittests/DebugInfo/DWARF/CMakeFiles/DebugInfoDWARFTests.dir/build.make unittests/DebugInfo/DWARF/CMakeFiles/DebugInfoDWARFTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/DWARF /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/DWARF /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/DWARF/CMakeFiles/DebugInfoDWARFTests.dir/DependInfo.cmake --color=
Scanning dependencies of target DebugInfoDWARFTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/DebugInfo/DWARF/CMakeFiles/DebugInfoDWARFTests.dir/build.make unittests/DebugInfo/DWARF/CMakeFiles/DebugInfoDWARFTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 96%] Building CXX object unittests/DebugInfo/DWARF/CMakeFiles/DebugInfoDWARFTests.dir/DwarfGenerator.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DebugInfoDWARFTests.dir/DwarfGenerator.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
[ 96%] Building CXX object unittests/DebugInfo/CodeView/CMakeFiles/DebugInfoCodeViewTests.dir/TypeIndexDiscoveryTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/CodeView && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/CodeView -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DebugInfoCodeViewTests.dir/TypeIndexDiscoveryTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
/usr/bin/make -f unittests/DebugInfo/PDB/CMakeFiles/DebugInfoPDBTests.dir/build.make unittests/DebugInfo/PDB/CMakeFiles/DebugInfoPDBTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB/CMakeFiles/DebugInfoPDBTests.dir/DependInfo.cmake --color=
Scanning dependencies of target DebugInfoPDBTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/DebugInfo/PDB/CMakeFiles/DebugInfoPDBTests.dir/build.make unittests/DebugInfo/PDB/CMakeFiles/DebugInfoPDBTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 96%] Building CXX object unittests/DebugInfo/PDB/CMakeFiles/DebugInfoPDBTests.dir/HashTableTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DebugInfoPDBTests.dir/HashTableTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB/HashTableTest.cpp
[ 96%] Building CXX object unittests/DebugInfo/PDB/CMakeFiles/DebugInfoPDBTests.dir/MappedBlockStreamTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DebugInfoPDBTests.dir/MappedBlockStreamTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp
[ 96%] Linking CXX executable SupportTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/Support && /usr/bin/cmake -E cmake_link_script CMakeFiles/SupportTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/SupportTests.dir/AlignOfTest.cpp.o CMakeFiles/SupportTests.dir/AllocatorTest.cpp.o CMakeFiles/SupportTests.dir/ARMAttributeParser.cpp.o CMakeFiles/SupportTests.dir/ArrayRecyclerTest.cpp.o CMakeFiles/SupportTests.dir/BinaryStreamTest.cpp.o CMakeFiles/SupportTests.dir/BlockFrequencyTest.cpp.o CMakeFiles/SupportTests.dir/BranchProbabilityTest.cpp.o CMakeFiles/SupportTests.dir/CachePruningTest.cpp.o CMakeFiles/SupportTests.dir/CrashRecoveryTest.cpp.o CMakeFiles/SupportTests.dir/Casting.cpp.o CMakeFiles/SupportTests.dir/Chrono.cpp.o CMakeFiles/SupportTests.dir/CommandLineTest.cpp.o CMakeFiles/SupportTests.dir/CompressionTest.cpp.o CMakeFiles/SupportTests.dir/ConvertUTFTest.cpp.o CMakeFiles/SupportTests.dir/DataExtractorTest.cpp.o CMakeFiles/SupportTests.dir/DebugTest.cpp.o CMakeFiles/SupportTests.dir/EndianStreamTest.cpp.o CMakeFiles/SupportTests.dir/EndianTest.cpp.o CMakeFiles/SupportTests.dir/ErrnoTest.cpp.o CMakeFiles/SupportTests.dir/ErrorOrTest.cpp.o CMakeFiles/SupportTests.dir/ErrorTest.cpp.o CMakeFiles/SupportTests.dir/FileOutputBufferTest.cpp.o CMakeFiles/SupportTests.dir/FormatVariadicTest.cpp.o CMakeFiles/SupportTests.dir/GlobPatternTest.cpp.o CMakeFiles/SupportTests.dir/Host.cpp.o CMakeFiles/SupportTests.dir/LEB128Test.cpp.o CMakeFiles/SupportTests.dir/LineIteratorTest.cpp.o CMakeFiles/SupportTests.dir/LockFileManagerTest.cpp.o CMakeFiles/SupportTests.dir/MD5Test.cpp.o CMakeFiles/SupportTests.dir/ManagedStatic.cpp.o CMakeFiles/SupportTests.dir/MathExtrasTest.cpp.o CMakeFiles/SupportTests.dir/MemoryBufferTest.cpp.o CMakeFiles/SupportTests.dir/MemoryTest.cpp.o CMakeFiles/SupportTests.dir/NativeFormatTests.cpp.o CMakeFiles/SupportTests.dir/ParallelTest.cpp.o CMakeFiles/SupportTests.dir/Path.cpp.o CMakeFiles/SupportTests.dir/ProcessTest.cpp.o CMakeFiles/SupportTests.dir/ProgramTest.cpp.o CMakeFiles/SupportTests.dir/RegexTest.cpp.o CMakeFiles/SupportTests.dir/ReplaceFileTest.cpp.o CMakeFiles/SupportTests.dir/ScaledNumberTest.cpp.o CMakeFiles/SupportTests.dir/SourceMgrTest.cpp.o CMakeFiles/SupportTests.dir/SpecialCaseListTest.cpp.o CMakeFiles/SupportTests.dir/StringPool.cpp.o CMakeFiles/SupportTests.dir/SwapByteOrderTest.cpp.o CMakeFiles/SupportTests.dir/TarWriterTest.cpp.o CMakeFiles/SupportTests.dir/TargetParserTest.cpp.o CMakeFiles/SupportTests.dir/ThreadLocalTest.cpp.o CMakeFiles/SupportTests.dir/ThreadPool.cpp.o CMakeFiles/SupportTests.dir/Threading.cpp.o CMakeFiles/SupportTests.dir/TimerTest.cpp.o CMakeFiles/SupportTests.dir/TypeNameTest.cpp.o CMakeFiles/SupportTests.dir/TrailingObjectsTest.cpp.o CMakeFiles/SupportTests.dir/TrigramIndexTest.cpp.o CMakeFiles/SupportTests.dir/UnicodeTest.cpp.o CMakeFiles/SupportTests.dir/YAMLIOTest.cpp.o CMakeFiles/SupportTests.dir/YAMLParserTest.cpp.o CMakeFiles/SupportTests.dir/formatted_raw_ostream_test.cpp.o CMakeFiles/SupportTests.dir/raw_ostream_test.cpp.o CMakeFiles/SupportTests.dir/raw_pwrite_stream_test.cpp.o CMakeFiles/SupportTests.dir/raw_sha1_ostream_test.cpp.o CMakeFiles/SupportTests.dir/xxhashTest.cpp.o  -o SupportTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../lib/libgtest_main.a ../../lib/libgtest.a -lpthread ../../lib/libLLVMTestingSupport.a -lpthread ../../lib/libgtest.a ../../lib/libLLVM-5.0.so.1 -lpthread ../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../lib/libLLVMDemangle.a 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[ 96%] Built target SupportTests
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/build.make tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/build.make tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-ar/CMakeFiles/llvm-dlltool.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target llvm-dlltool
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/build.make tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/build.make tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-ar/CMakeFiles/llvm-ranlib.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target llvm-ranlib
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-lib.dir/build.make tools/llvm-ar/CMakeFiles/llvm-lib.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-ar/CMakeFiles/llvm-lib.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-ar/CMakeFiles/llvm-lib.dir/build.make tools/llvm-ar/CMakeFiles/llvm-lib.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-ar/CMakeFiles/llvm-lib.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target llvm-lib
/usr/bin/make -f tools/bugpoint/CMakeFiles/bugpoint.dir/build.make tools/bugpoint/CMakeFiles/bugpoint.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint/CMakeFiles/bugpoint.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/bugpoint/CMakeFiles/bugpoint.dir/build.make tools/bugpoint/CMakeFiles/bugpoint.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/bugpoint/CMakeFiles/bugpoint.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target bugpoint
/usr/bin/make -f tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/build.make tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/llvm-readobj /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/build.make tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/llvm-readobj/CMakeFiles/llvm-readelf.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target llvm-readelf
/usr/bin/make -f tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/build.make tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/tools/bugpoint-passes /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes /build/llvm-toolchain-5.0-5.0.1/build-llvm/tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/DependInfo.cmake --color=
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/build.make tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'tools/bugpoint-passes/CMakeFiles/BugpointPasses.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target BugpointPasses
[100%] Building CXX object unittests/DebugInfo/PDB/CMakeFiles/DebugInfoPDBTests.dir/StringTableBuilderTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DebugInfoPDBTests.dir/StringTableBuilderTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp
[100%] Linking CXX executable DebugInfoCodeViewTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/CodeView && /usr/bin/cmake -E cmake_link_script CMakeFiles/DebugInfoCodeViewTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/DebugInfoCodeViewTests.dir/RandomAccessVisitorTest.cpp.o CMakeFiles/DebugInfoCodeViewTests.dir/TypeIndexDiscoveryTest.cpp.o  -o DebugInfoCodeViewTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread ../../../lib/libLLVMTestingSupport.a ../../../lib/libgtest.a ../../../lib/libLLVM-5.0.so.1 -lpthread ../../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../../lib/libLLVMDemangle.a 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target DebugInfoCodeViewTests
[100%] Building CXX object unittests/DebugInfo/PDB/CMakeFiles/DebugInfoPDBTests.dir/MSFBuilderTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DebugInfoPDBTests.dir/MSFBuilderTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB/MSFBuilderTest.cpp
[100%] Building CXX object unittests/DebugInfo/DWARF/CMakeFiles/DebugInfoDWARFTests.dir/DWARFDebugInfoTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DebugInfoDWARFTests.dir/DWARFDebugInfoTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
[100%] Building CXX object unittests/DebugInfo/PDB/CMakeFiles/DebugInfoPDBTests.dir/PDBApiTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DebugInfoPDBTests.dir/PDBApiTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/PDB/PDBApiTest.cpp
[100%] Building CXX object unittests/DebugInfo/DWARF/CMakeFiles/DebugInfoDWARFTests.dir/DWARFFormValueTest.cpp.o
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/DWARF && /usr/bin/g++-7  -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/DWARF -I/build/llvm-toolchain-5.0-5.0.1/build-llvm/include -I/build/llvm-toolchain-5.0-5.0.1/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googletest/include -I/build/llvm-toolchain-5.0-5.0.1/utils/unittest/googlemock/include  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG    -Wno-variadic-macros -fno-exceptions -o CMakeFiles/DebugInfoDWARFTests.dir/DWARFFormValueTest.cpp.o -c /build/llvm-toolchain-5.0-5.0.1/unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp
[100%] Linking CXX executable DebugInfoPDBTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/PDB && /usr/bin/cmake -E cmake_link_script CMakeFiles/DebugInfoPDBTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/DebugInfoPDBTests.dir/HashTableTest.cpp.o CMakeFiles/DebugInfoPDBTests.dir/MappedBlockStreamTest.cpp.o CMakeFiles/DebugInfoPDBTests.dir/StringTableBuilderTest.cpp.o CMakeFiles/DebugInfoPDBTests.dir/MSFBuilderTest.cpp.o CMakeFiles/DebugInfoPDBTests.dir/PDBApiTest.cpp.o  -o DebugInfoPDBTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread ../../../lib/libLLVMTestingSupport.a ../../../lib/libgtest.a ../../../lib/libLLVM-5.0.so.1 -lpthread ../../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../../lib/libLLVMDemangle.a 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target DebugInfoPDBTests
[100%] Linking CXX executable DebugInfoDWARFTests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/DebugInfo/DWARF && /usr/bin/cmake -E cmake_link_script CMakeFiles/DebugInfoDWARFTests.dir/link.txt --verbose=1
/usr/bin/g++-7  -std=c++0x -fuse-ld=gold -Wl,--no-keep-files-mapped -Wl,--no-map-whole-files -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -DNDEBUG  -Wl,-z,relro -Wl,-allow-shlib-undefined  -Wl,-O3 -Wl,--gc-sections CMakeFiles/DebugInfoDWARFTests.dir/DwarfGenerator.cpp.o CMakeFiles/DebugInfoDWARFTests.dir/DWARFDebugInfoTest.cpp.o CMakeFiles/DebugInfoDWARFTests.dir/DWARFFormValueTest.cpp.o  -o DebugInfoDWARFTests -Wl,-rpath,/build/llvm-toolchain-5.0-5.0.1/build-llvm/lib -lpthread ../../../lib/libgtest_main.a ../../../lib/libgtest.a -lpthread ../../../lib/libLLVMTestingSupport.a ../../../lib/libgtest.a ../../../lib/libLLVM-5.0.so.1 -lpthread ../../../lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lz -lm ../../../lib/libLLVMDemangle.a 
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target DebugInfoDWARFTests
/usr/bin/make -f unittests/CMakeFiles/UnitTests.dir/build.make unittests/CMakeFiles/UnitTests.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/unittests /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests /build/llvm-toolchain-5.0-5.0.1/build-llvm/unittests/CMakeFiles/UnitTests.dir/DependInfo.cmake --color=
Scanning dependencies of target UnitTests
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f unittests/CMakeFiles/UnitTests.dir/build.make unittests/CMakeFiles/UnitTests.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
make[5]: Nothing to be done for 'unittests/CMakeFiles/UnitTests.dir/build'.
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Built target UnitTests
/usr/bin/make -f test/CMakeFiles/check-llvm.dir/build.make test/CMakeFiles/check-llvm.dir/depend
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /build/llvm-toolchain-5.0-5.0.1 /build/llvm-toolchain-5.0-5.0.1/test /build/llvm-toolchain-5.0-5.0.1/build-llvm /build/llvm-toolchain-5.0-5.0.1/build-llvm/test /build/llvm-toolchain-5.0-5.0.1/build-llvm/test/CMakeFiles/check-llvm.dir/DependInfo.cmake --color=
Scanning dependencies of target check-llvm
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
/usr/bin/make -f test/CMakeFiles/check-llvm.dir/build.make test/CMakeFiles/check-llvm.dir/build
make[5]: Entering directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
[100%] Running the LLVM regression tests
cd /build/llvm-toolchain-5.0-5.0.1/build-llvm/test && /usr/bin/python2.7 /build/llvm-toolchain-5.0-5.0.1/utils/lit/lit.py -sv --param llvm_site_config=/build/llvm-toolchain-5.0-5.0.1/build-llvm/test/lit.site.cfg --param llvm_unit_site_config=/build/llvm-toolchain-5.0-5.0.1/build-llvm/test/Unit/lit.site.cfg /build/llvm-toolchain-5.0-5.0.1/build-llvm/test
-- Testing: 21468 tests, 4 threads --
Testing: 0  2  4  6  8  10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 
FAIL: LLVM :: tools/gold/X86/comdat.ll (20974 of 21468)
******************** TEST 'LLVM :: tools/gold/X86/comdat.ll' FAILED ********************
Script:
--
/build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/llvm-as /build/llvm-toolchain-5.0-5.0.1/test/tools/gold/X86/comdat.ll -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/test/tools/gold/X86/Output/comdat.ll.tmp1.o
/build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/llvm-as /build/llvm-toolchain-5.0-5.0.1/test/tools/gold/X86/Inputs/comdat.ll -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/test/tools/gold/X86/Output/comdat.ll.tmp2.o
/usr/bin/ld.gold -shared -o /build/llvm-toolchain-5.0-5.0.1/build-llvm/test/tools/gold/X86/Output/comdat.ll.tmp3.o -plugin /build/llvm-toolchain-5.0-5.0.1/build-llvm/./lib/LLVMgold.so /build/llvm-toolchain-5.0-5.0.1/build-llvm/test/tools/gold/X86/Output/comdat.ll.tmp1.o /build/llvm-toolchain-5.0-5.0.1/build-llvm/test/tools/gold/X86/Output/comdat.ll.tmp2.o   -m elf_x86_64   -plugin-opt=save-temps
/build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/FileCheck --check-prefix=RES /build/llvm-toolchain-5.0-5.0.1/test/tools/gold/X86/comdat.ll < /build/llvm-toolchain-5.0-5.0.1/build-llvm/test/tools/gold/X86/Output/comdat.ll.tmp3.o.resolution.txt
/build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/llvm-readobj -t /build/llvm-toolchain-5.0-5.0.1/build-llvm/test/tools/gold/X86/Output/comdat.ll.tmp3.o | /build/llvm-toolchain-5.0-5.0.1/build-llvm/./bin/FileCheck --check-prefix=OBJ /build/llvm-toolchain-5.0-5.0.1/test/tools/gold/X86/comdat.ll
--
Exit Code: 1

Command Output (stderr):
--
/build/llvm-toolchain-5.0-5.0.1/test/tools/gold/X86/comdat.ll:63:13: error: expected string not found in input
; OBJ-NEXT: Other [
            ^
<stdin>:233:8: note: scanning from here
 Type: Function (0x2)
       ^
<stdin>:234:2: note: possible intended match here
 Other: 0
 ^

--

********************
Testing: 0  2  4  6  8  10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 
Testing Time: 181.19s
********************
Unexpected Passing Tests (35):
    LLVM :: BugPoint/metadata.ll
    LLVM :: CodeGen/AMDGPU/code-object-metadata-from-llvm-ir-full.ll
    LLVM :: CodeGen/AMDGPU/code-object-metadata-invalid-ocl-version-1.ll
    LLVM :: CodeGen/AMDGPU/code-object-metadata-invalid-ocl-version-2.ll
    LLVM :: CodeGen/AMDGPU/code-object-metadata-invalid-ocl-version-3.ll
    LLVM :: CodeGen/AMDGPU/code-object-metadata-kernel-code-props.ll
    LLVM :: CodeGen/AMDGPU/code-object-metadata-kernel-debug-props.ll
    LLVM :: ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
    LLVM :: ExecutionEngine/MCJIT/eh-lg-pic.ll
    LLVM :: ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
    LLVM :: ExecutionEngine/MCJIT/stubs-sm-pic.ll
    LLVM :: ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
    LLVM :: ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
    LLVM :: ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll
    LLVM :: ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
    LLVM :: ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll
    LLVM :: ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
    LLVM :: ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
    LLVM :: ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll
    LLVM :: ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll
    LLVM :: ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll
    LLVM :: MC/AMDGPU/code-object-metadata-kernel-args.s
    LLVM :: MC/AMDGPU/code-object-metadata-kernel-attrs.s
    LLVM :: MC/AMDGPU/code-object-metadata-kernel-debug-props.s
    LLVM :: MC/AMDGPU/hsa.s
    LLVM :: ThinLTO/X86/autoupgrade.ll
    LLVM :: tools/gold/X86/common_thinlto.ll
    LLVM :: tools/gold/X86/emit-llvm.ll
    LLVM :: tools/gold/X86/parallel.ll
    LLVM :: tools/gold/X86/slp-vectorize.ll
    LLVM :: tools/gold/X86/start-lib-common.ll
    LLVM :: tools/gold/X86/strip_names.ll
    LLVM :: tools/gold/X86/type-merge2.ll
    LLVM :: tools/gold/X86/vectorize.ll
    LLVM :: tools/llvm-objdump/X86/source-interleave-x86_64.ll

********************
Failing Tests (1):
    LLVM :: tools/gold/X86/comdat.ll

  Expected Passes    : 20608
  Expected Failures  : 133
  Unsupported Tests  : 691
  Unexpected Passes  : 35
  Unexpected Failures: 1
test/CMakeFiles/check-llvm.dir/build.make:60: recipe for target 'test/CMakeFiles/check-llvm' failed
make[5]: *** [test/CMakeFiles/check-llvm] Error 1
make[5]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
CMakeFiles/Makefile2:122648: recipe for target 'test/CMakeFiles/check-llvm.dir/all' failed
make[4]: *** [test/CMakeFiles/check-llvm.dir/all] Error 2
make[4]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
CMakeFiles/Makefile2:122655: recipe for target 'test/CMakeFiles/check-llvm.dir/rule' failed
make[3]: *** [test/CMakeFiles/check-llvm.dir/rule] Error 2
make[3]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
Makefile:26007: recipe for target 'check-llvm' failed
make[2]: *** [check-llvm] Error 2
make[2]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1/build-llvm'
debian/rules:533: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/build/llvm-toolchain-5.0-5.0.1'
debian/rules:180: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
I: copying local configuration
E: Failed autobuilding of package
I: unmounting /usr/src/repo filesystem
I: unmounting dev/pts filesystem
I: unmounting dev/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: Cleaning COW directory
I: forking: rm -rf /var/cache/pbuilder/build/cow.14576
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-llvm-team/attachments/20180209/01481332/attachment-0001.sig>


More information about the Pkg-llvm-team mailing list